|
|
@ -2,6 +2,7 @@
|
|
|
|
# https://github.com/OpenNebula/one/issues/4130
|
|
|
|
# https://github.com/OpenNebula/one/issues/4130
|
|
|
|
# https://github.com/OpenNebula/one/issues/4194
|
|
|
|
# https://github.com/OpenNebula/one/issues/4194
|
|
|
|
SUBSYSTEM=="net", ACTION=="remove", \
|
|
|
|
SUBSYSTEM=="net", ACTION=="remove", \
|
|
|
|
|
|
|
|
ENV{INTERFACE}=="eth*", \
|
|
|
|
RUN+="/bin/sh -c 'test -f /var/run/one-context/context.sh.local && echo >> /var/run/one-context/context.sh.local; test -f /var/run/one-context/context.sh.network && echo >> /var/run/one-context/context.sh.network'"
|
|
|
|
RUN+="/bin/sh -c 'test -f /var/run/one-context/context.sh.local && echo >> /var/run/one-context/context.sh.local; test -f /var/run/one-context/context.sh.network && echo >> /var/run/one-context/context.sh.network'"
|
|
|
|
|
|
|
|
|
|
|
|
# On NIC hotplug the delayed reconfiguration is triggered.
|
|
|
|
# On NIC hotplug the delayed reconfiguration is triggered.
|
|
|
|