On 04/24/2017 08:20 PM, Marc Haber wrote:
> Please note that the current sysctl interface doesn't play well with
> network interfaces that get created on the fly, such as bonding, VLAN
> interfaces or bridges. One needs to first initialize the network, then
> do the sysctl business to catch those interfaces, to catch even the
> dynamically created interfaces.

Hear, hear. Which then means contortions like this:

ACTION=="add", SUBSYSTEM=="net", KERNEL=="wlp*", RUN+="/bin/bash -c
'echo 0 > /proc/sys/net/ipv6/conf/%k/accept_dad'"

I suppose it'd be useful to have a generalized solution to this. :/

Kind regards
Philipp Kern

Reply via email to