NetBSD-Bugs archive

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

PR/49829 CVS commit: src/sys



The following reply was made to PR kern/49829; it has been noted by GNATS.

From: "Roy Marples" <roy%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/49829 CVS commit: src/sys
Date: Mon, 20 Apr 2015 10:19:55 +0000

 Module Name:	src
 Committed By:	roy
 Date:		Mon Apr 20 10:19:54 UTC 2015
 
 Modified Files:
 	src/sys/net: if.c if.h if_gif.c if_gre.c if_ppp.c if_spppsubr.c
 	    if_tun.c
 	src/sys/netinet6: in6.c
 
 Log Message:
 Introduce p2p_rtrequest() so that IFF_POINTOPOINT interfaces can work
 with RTF_LOCAL.
 Fixes PR kern/49829.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.309 -r1.310 src/sys/net/if.c
 cvs rdiff -u -r1.187 -r1.188 src/sys/net/if.h
 cvs rdiff -u -r1.83 -r1.84 src/sys/net/if_gif.c
 cvs rdiff -u -r1.162 -r1.163 src/sys/net/if_gre.c
 cvs rdiff -u -r1.146 -r1.147 src/sys/net/if_ppp.c
 cvs rdiff -u -r1.131 -r1.132 src/sys/net/if_spppsubr.c
 cvs rdiff -u -r1.120 -r1.121 src/sys/net/if_tun.c
 cvs rdiff -u -r1.186 -r1.187 src/sys/netinet6/in6.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index