Home
last modified time | relevance | path

Searched refs:accept_redirects (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Done_armed_router.sh230 sysctl_set net.ipv4.conf.all.accept_redirects 0
231 sysctl_set net.ipv6.conf.all.accept_redirects 0
246 sysctl_restore net.ipv6.conf.all.accept_redirects
247 sysctl_restore net.ipv4.conf.all.accept_redirects
/openbmc/openbmc/poky/meta/recipes-extended/procps/procps/
H A Dsysctl.conf19 net/ipv4/conf/all/accept_redirects=0
/openbmc/linux/tools/testing/selftests/net/
H A Dicmp_redirect.sh180 h[12]) ip netns exec $ns sysctl -q -w net.ipv4.conf.all.accept_redirects=1
182 ip netns exec $ns sysctl -q -w net.ipv6.conf.all.accept_redirects=1
/openbmc/linux/include/linux/
H A Dipv6.h17 __s32 accept_redirects; member
/openbmc/linux/Documentation/networking/
H A Dip-sysctl.rst1556 accept_redirects - BOOLEAN
1558 accept_redirects for the interface will be enabled if:
1560 - both conf/{all,interface}/accept_redirects are TRUE in the case
1565 - at least one of conf/{all,interface}/accept_redirects is TRUE in the
1568 accept_redirects for the interface will be disabled otherwise
2346 accept_redirects - BOOLEAN
2398 4. If accept_redirects is TRUE (default), accept Redirects.
/openbmc/linux/net/ipv6/
H A Daddrconf.c185 .accept_redirects = 1,
246 .accept_redirects = 1,
5606 array[DEVCONF_ACCEPT_REDIRECTS] = cnf->accept_redirects; in ipv6_store_devconf()
6732 .data = &ipv6_devconf.accept_redirects,
H A Droute.c4154 if (in6_dev->cnf.forwarding || !in6_dev->cnf.accept_redirects) in rt6_do_redirect()