mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
Shorewall6: Add full package.
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#!/bin/sh
|
||||
|
||||
# should restart shorewall when an interface comes up
|
||||
|
||||
case "$ACTION" in
|
||||
ifup)
|
||||
/etc/init.d/shorewall6 restart
|
||||
;;
|
||||
ifdown)
|
||||
# might need to restore some routing
|
||||
/etc/init.d/shorewall6 restart
|
||||
;;
|
||||
esac
|
||||
Reference in New Issue
Block a user