I'm very pleased to announce the release of our new website and documentation using the new toolchain with Hugo and AsciiDoctor. To get more information about the new toolchain please read the FreeBSD Documentation Project Primer[1], Hugo docs[2] and AsciiDoctor docs[3]. Acknowledgment: Benedict Reuschling <bcr@> Glen Barber <gjb@> Hiroki Sato <hrs@> Li-Wen Hsu <lwhsu@> Sean Chittenden <seanc@> The FreeBSD Foundation [1] https://docs.FreeBSD.org/en/books/fdp-primer/ [2] https://gohugo.io/documentation/ [3] https://docs.asciidoctor.org/home/ Approved by: doceng, core
16 lines
615 B
Diff
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
|