Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/netinet set ia as well



details:   https://anonhg.NetBSD.org/src/rev/a09b86ef001b
branches:  trunk
changeset: 533201:a09b86ef001b
user:      itojun <itojun%NetBSD.org@localhost>
date:      Mon Jun 24 08:11:30 2002 +0000

description:
set ia as well

diffstat:

 sys/netinet/ip_output.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r c79a9fbd679c -r a09b86ef001b sys/netinet/ip_output.c
--- a/sys/netinet/ip_output.c   Mon Jun 24 08:06:20 2002 +0000
+++ b/sys/netinet/ip_output.c   Mon Jun 24 08:11:30 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ip_output.c,v 1.98 2002/06/24 08:01:35 itojun Exp $    */
+/*     $NetBSD: ip_output.c,v 1.99 2002/06/24 08:11:30 itojun Exp $    */
 
 /*
  * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -102,7 +102,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ip_output.c,v 1.98 2002/06/24 08:01:35 itojun Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ip_output.c,v 1.99 2002/06/24 08:11:30 itojun Exp $");
 
 #include "opt_pfil_hooks.h"
 #include "opt_ipsec.h"
@@ -268,6 +268,7 @@
            imo != NULL && imo->imo_multicast_ifp != NULL) {
                ifp = imo->imo_multicast_ifp;
                mtu = ifp->if_mtu;
+               IFP_TO_IA(ifp, ia);
        } else {
                if (ro->ro_rt == 0)
                        rtalloc(ro);



Home | Main Index | Thread Index | Old Index