Searched refs:accept_dad (Results 1 – 17 of 17) sorted by relevance
239 ip netns exec ${nsname} sysctl -wq net.ipv6.conf.all.accept_dad=0240 ip netns exec ${nsname} sysctl -wq net.ipv6.conf.default.accept_dad=0261 ip netns exec ${hsname} sysctl -wq net.ipv6.conf.all.accept_dad=0262 ip netns exec ${hsname} sysctl -wq net.ipv6.conf.default.accept_dad=0275 ip netns exec ${rtname} sysctl -wq net.ipv6.conf.all.accept_dad=0276 ip netns exec ${rtname} sysctl -wq net.ipv6.conf.default.accept_dad=0
269 ip netns exec ${nsname} sysctl -wq net.ipv6.conf.all.accept_dad=0270 ip netns exec ${nsname} sysctl -wq net.ipv6.conf.default.accept_dad=0292 ip netns exec ${hsname} sysctl -wq net.ipv6.conf.all.accept_dad=0293 ip netns exec ${hsname} sysctl -wq net.ipv6.conf.default.accept_dad=0307 ip netns exec ${rtname} sysctl -wq net.ipv6.conf.all.accept_dad=0308 ip netns exec ${rtname} sysctl -wq net.ipv6.conf.default.accept_dad=0
27 ip net exec $CLIENT_NS1 sysctl -w net.ipv6.conf.default.accept_dad=0 2>&1 >/dev/null28 ip net exec $CLIENT_NS2 sysctl -w net.ipv6.conf.default.accept_dad=0 2>&1 >/dev/null29 ip net exec $SERVER_NS sysctl -w net.ipv6.conf.default.accept_dad=0 2>&1 >/dev/null
445 ip netns exec "${nsname}" sysctl -wq net.ipv6.conf.all.accept_dad=0446 ip netns exec "${nsname}" sysctl -wq net.ipv6.conf.default.accept_dad=0589 ip netns exec "${hsname}" sysctl -wq net.ipv6.conf.all.accept_dad=0590 ip netns exec "${hsname}" sysctl -wq net.ipv6.conf.default.accept_dad=0
387 ip netns exec "${nsname}" sysctl -wq net.ipv6.conf.all.accept_dad=0388 ip netns exec "${nsname}" sysctl -wq net.ipv6.conf.default.accept_dad=0522 ip netns exec "${hsname}" sysctl -wq net.ipv6.conf.all.accept_dad=0523 ip netns exec "${hsname}" sysctl -wq net.ipv6.conf.default.accept_dad=0
341 ip netns exec "${nsname}" sysctl -wq net.ipv6.conf.all.accept_dad=0342 ip netns exec "${nsname}" sysctl -wq net.ipv6.conf.default.accept_dad=0469 ip netns exec "${hsname}" sysctl -wq net.ipv6.conf.all.accept_dad=0470 ip netns exec "${hsname}" sysctl -wq net.ipv6.conf.default.accept_dad=0
518 ip netns exec "${nsname}" sysctl -wq net.ipv6.conf.all.accept_dad=0519 ip netns exec "${nsname}" sysctl -wq net.ipv6.conf.default.accept_dad=0750 ip netns exec "${hsname}" sysctl -wq net.ipv6.conf.all.accept_dad=0751 ip netns exec "${hsname}" sysctl -wq net.ipv6.conf.default.accept_dad=0
89 ip netns exec ${ns} sysctl -qw net.ipv6.conf.default.accept_dad=0
100 ip netns exec ${ns} sysctl -qw net.ipv6.conf.default.accept_dad=0
136 ip netns exec ${ns} sysctl -qw net.ipv6.conf.default.accept_dad=0
164 ip netns exec ${n} sysctl -qw net.ipv6.conf.all.accept_dad=0165 ip netns exec ${n} sysctl -qw net.ipv6.conf.default.accept_dad=0
550 ip netns exec ${n} sysctl -q net/ipv6/conf/default/accept_dad=0
77 sysctl -q net.ipv6.conf.$HOST_IFC.accept_dad=083 $IP netns exec $NS sysctl -q net.ipv6.conf.$NS_IFC.accept_dad=0
125 ip netns exec ${NS1} sysctl -wq net.ipv6.conf.all.accept_dad=0126 ip netns exec ${NS2} sysctl -wq net.ipv6.conf.all.accept_dad=0127 ip netns exec ${NS3} sysctl -wq net.ipv6.conf.all.accept_dad=0128 ip netns exec ${NS1} sysctl -wq net.ipv6.conf.default.accept_dad=0129 ip netns exec ${NS2} sysctl -wq net.ipv6.conf.default.accept_dad=0130 ip netns exec ${NS3} sysctl -wq net.ipv6.conf.default.accept_dad=0
58 __s32 accept_dad; member
217 .accept_dad = 0,277 .accept_dad = 1,423 ndev->cnf.accept_dad = -1; in ipv6_add_dev()4005 (net->ipv6.devconf_all->accept_dad < 1 && in addrconf_dad_begin()4006 idev->cnf.accept_dad < 1) || in addrconf_dad_begin()4098 if ((dev_net(idev->dev)->ipv6.devconf_all->accept_dad > 1 || in addrconf_dad_work()4099 idev->cnf.accept_dad > 1) && in addrconf_dad_work()5573 array[DEVCONF_ACCEPT_DAD] = cnf->accept_dad; in ipv6_store_devconf()6879 .data = &ipv6_devconf.accept_dad,
2479 Disable IPv6 operation. If accept_dad is set to 2, this value2494 accept_dad - INTEGER2505 to the maximum value of conf/{all,interface}/accept_dad.
Completed in 34 milliseconds