Searched refs:accept_dad (Results 1 – 15 of 15) 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
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
76 sysctl -q net.ipv6.conf.$HOST_IFC.accept_dad=081 $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()4000 (net->ipv6.devconf_all->accept_dad < 1 && in addrconf_dad_begin()4001 idev->cnf.accept_dad < 1) || in addrconf_dad_begin()4093 if ((dev_net(idev->dev)->ipv6.devconf_all->accept_dad > 1 || in addrconf_dad_work()4094 idev->cnf.accept_dad > 1) && in addrconf_dad_work()5568 array[DEVCONF_ACCEPT_DAD] = cnf->accept_dad; in ipv6_store_devconf()6874 .data = &ipv6_devconf.accept_dad,
2366 Disable IPv6 operation. If accept_dad is set to 2, this value2381 accept_dad - INTEGER2392 to the maximum value of conf/{all,interface}/accept_dad.