mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 23:48:39 +01:00
vpn-policy-routing: initial release
Signed-off-by: Stan Grishin <stangri@melmac.net>
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
if [ "$ACTION" != "ifup" ] && [ "$ACTION" != "ifupdate" ]; then exit 0; fi
|
||||
|
||||
logger -t vpn-policy-routing "Reloading vpn-policy-routing due to $ACTION of $INTERFACE ($DEVICE)"
|
||||
/etc/init.d/vpn-policy-routing reload
|
||||
Reference in New Issue
Block a user