Author: melifaro
Date: Sun Nov 8 18:11:12 2020
New Revision: 367490
URL: https://svnweb.freebsd.org/changeset/base/367490
Log:
Temporarily revert setting net.add_addr_allfibs to 0.
It accidentally sweeped in r367486.
Revert to allow for proper commit message & warning.
Modified:
head/sys/net/route/route_ifaddrs.c
Modified: head/sys/net/route/route_ifaddrs.c
==============================================================================
--- head/sys/net/route/route_ifaddrs.c Sun Nov 8 17:10:12 2020
(r367489)
+++ head/sys/net/route/route_ifaddrs.c Sun Nov 8 18:11:12 2020
(r367490)
@@ -61,7 +61,7 @@
* By default, interface address routes are added to the fib of the interface.
* Once set to non-zero, adds interface address route to all fibs.
*/
-VNET_DEFINE(u_int, rt_add_addr_allfibs) = 0;
+VNET_DEFINE(u_int, rt_add_addr_allfibs) = 1;
SYSCTL_UINT(_net, OID_AUTO, add_addr_allfibs, CTLFLAG_RWTUN | CTLFLAG_VNET,
&VNET_NAME(rt_add_addr_allfibs), 0, "");
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"