diff options
author | Daniil Baturin <daniil@baturin.org> | 2014-04-27 01:22:54 +0200 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2014-04-27 01:24:43 +0200 |
commit | 75a0bf8c2f534122d0cd6f5ee9c100236faeb5ef (patch) | |
tree | a7a3c6e57ff3926b3ed6a8e43b8dfbe86118fafc | |
parent | 3cd10d04879ee55cac5105e5a6c9188ec13f9b68 (diff) | |
download | vyatta-cfg-vpn-75a0bf8c2f534122d0cd6f5ee9c100236faeb5ef.tar.gz vyatta-cfg-vpn-75a0bf8c2f534122d0cd6f5ee9c100236faeb5ef.zip |
Bug #183: Add up-client action to the interface up/down script.
Patch by Masakazu Asama.
-rwxr-xr-x | scripts/vti-up-down.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/vti-up-down.sh b/scripts/vti-up-down.sh index 60fc191..378cb6e 100755 --- a/scripts/vti-up-down.sh +++ b/scripts/vti-up-down.sh @@ -5,7 +5,7 @@ source /etc/default/vyatta source /etc/default/locale case "$PLUTO_VERB" in -route-client) +route-client | up-client) /opt/vyatta/sbin/vyatta-vti-config.pl --updown --intf=$1 --action=up ;; down-client) |