vpn-policy-routing: initial release

Signed-off-by: Stan Grishin <stangri@melmac.net>
This commit is contained in:
Stan Grishin
2019-12-30 07:40:38 -07:00
parent d22c35e588
commit 86b48645fa
8 changed files with 1965 additions and 0 deletions
@@ -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