diff options
author | Daniil Baturin <daniil@vyos.io> | 2021-03-05 19:53:51 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-05 19:53:51 +0700 |
commit | cc8a09c42e378f338384bf5f6666a619bb444855 (patch) | |
tree | 784076ff3613f3bd97d9691f4c9279445ec50d5f /templates | |
parent | fbfb77aa7c27a8d38967d512b42f0dfa6debb80d (diff) | |
parent | c9fb4bdf9987e343b388ea190b003084f07f43e8 (diff) | |
download | vyatta-op-cc8a09c42e378f338384bf5f6666a619bb444855.tar.gz vyatta-op-cc8a09c42e378f338384bf5f6666a619bb444855.zip |
Merge pull request #40 from srividya0208/monitor-vpn
Monitor vpn ipsec:T3387: The operational command "monitor vpn ipsec" is not working
Diffstat (limited to 'templates')
-rw-r--r-- | templates/monitor/vpn/all/node.def | 2 | ||||
-rw-r--r-- | templates/monitor/vpn/ipsec/node.def | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/monitor/vpn/all/node.def b/templates/monitor/vpn/all/node.def index c06a666..ab5d53f 100644 --- a/templates/monitor/vpn/all/node.def +++ b/templates/monitor/vpn/all/node.def @@ -1,3 +1,3 @@ help: Monitor VPN -run: ${vyatta_bindir}/vyatta-monitor 'VPN-ALL' pluto pptp l2tp ppp +run: ${vyatta_bindir}/vyatta-monitor 'VPN-ALL' pluto ipsec charon pptp l2tp ppp diff --git a/templates/monitor/vpn/ipsec/node.def b/templates/monitor/vpn/ipsec/node.def index b44f8bc..c56c44c 100644 --- a/templates/monitor/vpn/ipsec/node.def +++ b/templates/monitor/vpn/ipsec/node.def @@ -1,2 +1,2 @@ help: Monitor IPSec VPN -run: ${vyatta_bindir}/vyatta-monitor "VPN-IPSEC" pluto pptp l2tp ppp +run: ${vyatta_bindir}/vyatta-monitor "VPN-IPSEC" ipsec charon |