firewall: Recreate openvpn chains after firewall restart.

Fixes #10216.
This commit is contained in:
Erik Kapfer
2013-01-22 20:43:15 +01:00
parent 47713b5e26
commit c25b6ae66a

View File

@@ -335,7 +335,9 @@ case "$1" in
;;
restart)
$0 stop
$0 stopovpn
$0 start
$0 startovpn
;;
*)
echo "Usage: $0 {start|stop|reload|restart}"