Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Dec 2008 11:16:00 GMT
From:      Marko Zec <zec@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 154103 for review
Message-ID:  <200812051116.mB5BG0lu049057@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=154103

Change 154103 by zec@zec_tca51 on 2008/12/05 11:15:53

	Always remember to prepend a V_ ...

Affected files ...

.. //depot/projects/vimage-commit2/src/sys/netinet6/ip6_input.c#17 edit

Differences ...

==== //depot/projects/vimage-commit2/src/sys/netinet6/ip6_input.c#17 (text+ko) ====

@@ -176,7 +176,8 @@
 #else
 	V_ip6_auto_linklocal = 1;	/* enable by default */
 #endif
-	TUNABLE_INT_FETCH("net.inet6.ip6.auto_linklocal", &ip6_auto_linklocal);
+	TUNABLE_INT_FETCH("net.inet6.ip6.auto_linklocal",
+	    &V_ip6_auto_linklocal);
 
 #ifndef IPV6FORWARDING
 #ifdef GATEWAY6



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812051116.mB5BG0lu049057>