doc/share/security/patches/EN-07:02/net.patch
Bjoern A. Zeeb 3571e53040 Import FreeBSD Security Advisories and Errata Notices, as well as their
patches for easier mirroring, to eliminate a special copy, to make
www.freebsd.org/security a full copy of security.freebsd.org and be
eventually be the same.

For now files are just sitting there.   The symlinks are missing.

Discussed on:	www (repository location)
Discussed with:	simon (so)
2012-08-15 06:19:40 +00:00

16 lines
615 B
Diff

Index: sys/netinet6/nd6.c
===================================================================
RCS file: /home/ncvs/src/sys/netinet6/nd6.c,v
retrieving revision 1.48.2.15
diff -u -r1.48.2.15 nd6.c
--- sys/netinet6/nd6.c 7 Oct 2006 18:31:27 -0000 1.48.2.15
+++ sys/netinet6/nd6.c 15 Feb 2007 02:34:00 -0000
@@ -1315,7 +1315,7 @@
callout_init(&ln->ln_timer_ch, 0);
/* this is required for "ndp" command. - shin */
- if (req == RTM_ADD && (rt->rt_flags & RTF_STATIC)) {
+ if (req == RTM_ADD) {
/*
* gate should have some valid AF_LINK entry,
* and ln->ln_expire should have some lifetime