packages/net/shorewall-lite/files/hotplug_iface

13 lines
261 B
Text
Raw Normal View History

#!/bin/sh
# should restart shorewall-lite when an interface comes up
[ ifup = "$ACTION" ] && {
/etc/init.d/shorewall-lite restart
}
[ ifdown = "$ACTION" ] && {
# might need to restore some routing
/etc/init.d/shorewall-lite restart
}