Add package shorewall(6)-lite.

Bump to version 5.1.4.1

Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
This commit is contained in:
W. van den Akker
2017-06-04 15:44:00 +02:00
parent 1bd7eac967
commit 7c8990cac5
14 changed files with 317 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
#!/bin/sh
cat /proc/sys/kernel/hostname
+12
View File
@@ -0,0 +1,12 @@
#!/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
}
+3
View File
@@ -0,0 +1,3 @@
# move state dir out of ram
VARDIR=/etc/shorewall-lite/state