Home
last modified time | relevance | path

Searched refs:ignore_routes_with_linkdown (Results 1 – 8 of 8) sorted by relevance

/Linux-v6.6/include/linux/
Dipv6.h38 __s32 ignore_routes_with_linkdown; member
/Linux-v6.6/include/net/
Daddrconf.h411 return !!idev->cnf.ignore_routes_with_linkdown; in ip6_ignore_linkdown()
/Linux-v6.6/tools/testing/selftests/net/
Dtest_bridge_backup_port.sh139 ip netns exec $ns sysctl -qw net.ipv6.conf.default.ignore_routes_with_linkdown=1
Dtest_bridge_neigh_suppress.sh147 ip netns exec $ns sysctl -qw net.ipv6.conf.default.ignore_routes_with_linkdown=1
Dfib_nexthops.sh161 ip netns exec ${n} sysctl -qw net.ipv4.conf.default.ignore_routes_with_linkdown=1
165 ip netns exec ${n} sysctl -qw net.ipv6.conf.default.ignore_routes_with_linkdown=1
Dtest_vxlan_mdb.sh214 ip netns exec $ns sysctl -qw net.ipv4.conf.default.ignore_routes_with_linkdown=1
218 ip netns exec $ns sysctl -qw net.ipv6.conf.default.ignore_routes_with_linkdown=1
/Linux-v6.6/net/ipv6/
Daddrconf.c225 .ignore_routes_with_linkdown = 0,
286 .ignore_routes_with_linkdown = 0,
564 devconf->ignore_routes_with_linkdown) < 0) in inet6_netconf_fill_devconf()
915 int changed = (!idev->cnf.ignore_routes_with_linkdown) ^ (!newf); in addrconf_linkdown_change()
917 idev->cnf.ignore_routes_with_linkdown = newf; in addrconf_linkdown_change()
940 if (p == &net->ipv6.devconf_dflt->ignore_routes_with_linkdown) { in addrconf_fixup_linkdown()
951 if (p == &net->ipv6.devconf_all->ignore_routes_with_linkdown) { in addrconf_fixup_linkdown()
952 net->ipv6.devconf_dflt->ignore_routes_with_linkdown = newf; in addrconf_fixup_linkdown()
5621 array[DEVCONF_IGNORE_ROUTES_WITH_LINKDOWN] = cnf->ignore_routes_with_linkdown; in ipv6_store_devconf()
6985 .data = &ipv6_devconf.ignore_routes_with_linkdown,
/Linux-v6.6/Documentation/networking/
Dip-sysctl.rst1878 ignore_routes_with_linkdown - BOOLEAN