diff options
author | root <root@srividya.int.sentrium.io> | 2020-09-10 08:19:36 -0400 |
---|---|---|
committer | root <root@srividya.int.sentrium.io> | 2020-09-10 08:19:36 -0400 |
commit | 4100b09f45a86bd2b5f6a2cf7a6b3ca84cb9ae84 (patch) | |
tree | 8c0c4e4fde94b4234bfca7f54972e9187674934d | |
parent | 32e2124d2df322b9ae0059db8c450371e3395009 (diff) | |
download | vyos-1x-4100b09f45a86bd2b5f6a2cf7a6b3ca84cb9ae84.tar.gz vyos-1x-4100b09f45a86bd2b5f6a2cf7a6b3ca84cb9ae84.zip |
show log:T2872:"Show log" for nat and openvpn got inter-mixed
The possible completion of the "show log" shows only nat and the description shows for openvpn. Corrected the duplicate entry
-rw-r--r-- | op-mode-definitions/show-log.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/op-mode-definitions/show-log.xml b/op-mode-definitions/show-log.xml index 0c4da647b..b00e4cfec 100644 --- a/op-mode-definitions/show-log.xml +++ b/op-mode-definitions/show-log.xml @@ -135,7 +135,7 @@ </properties> <command>egrep -i "kernel:.*\[NAT-[A-Z]{3,}-[0-9]+(-MASQ)?\]" $(find /var/log -maxdepth 1 -type f -name messages\* | sort -t. -k2nr)</command> </leafNode> - <leafNode name="nat"> + <leafNode name="openvpn"> <properties> <help>Show log for OpenVPN</help> </properties> |