diff options
author | Kim Hagen <khagen@multi-development.com> | 2015-02-16 08:34:18 +0100 |
---|---|---|
committer | Jeff Leung <jleung@v10networks.ca> | 2015-12-05 02:24:06 -0500 |
commit | c9484a3906157a059b02c7619df4617ab8e2dee1 (patch) | |
tree | 42046c1410df4edbddeff8685d6eac3b4e1605f5 /templates/vpn/ipsec | |
parent | e35a282eef077d8cc91e8e5fd7b7a1dcf91750c4 (diff) | |
download | vyatta-cfg-vpn-c9484a3906157a059b02c7619df4617ab8e2dee1.tar.gz vyatta-cfg-vpn-c9484a3906157a059b02c7619df4617ab8e2dee1.zip |
Move execution of nhrp script to "end" of ipsec config so it executes on all changes made
to the ipsec config
Diffstat (limited to 'templates/vpn/ipsec')
-rw-r--r-- | templates/vpn/ipsec/profile/node.tag/bind/tunnel/node.def | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/templates/vpn/ipsec/profile/node.tag/bind/tunnel/node.def b/templates/vpn/ipsec/profile/node.tag/bind/tunnel/node.def index cf3568b..a04f8cb 100644 --- a/templates/vpn/ipsec/profile/node.tag/bind/tunnel/node.def +++ b/templates/vpn/ipsec/profile/node.tag/bind/tunnel/node.def @@ -8,7 +8,3 @@ commit:expression: $VAR(../../ike-group/) != ""; "Must configure ike-group" commit:expression: $VAR(../../authentication/) != ""; "Must configure authentication" commit:expression: (`cli-shell-api returnValue interfaces tunnel $VAR(@) encapsulation` == "gre" && \ `cli-shell-api returnValue interfaces tunnel $VAR(@) remote-ip` == ""); "Must be mgre tunnel" - -end: - - sudo /opt/vyatta/sbin/vyos-update-nhrp.pl --set_ipsec |