summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorl0crian1 <ryan.claridge13@gmail.com>2024-03-18 10:24:15 -0400
committerMergify <37929162+mergify[bot]@users.noreply.github.com>2024-03-18 19:51:02 +0000
commitaf50dc6eac5f0ac7e9b097d885e60382799d47ae (patch)
treea0fefec221a518f155667f71b16b47535f0d3db8
parent20e08490e0a2c84c4925400c51fa9eb05f96f5b6 (diff)
downloadvyos-1x-af50dc6eac5f0ac7e9b097d885e60382799d47ae.tar.gz
vyos-1x-af50dc6eac5f0ac7e9b097d885e60382799d47ae.zip
show log: T6127 - Fixed egrep regex
(cherry picked from commit 1f3df2d63561ea9c6dd64d1d9292920274964ca3)
-rw-r--r--op-mode-definitions/show-log.xml.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/op-mode-definitions/show-log.xml.in b/op-mode-definitions/show-log.xml.in
index f0525a6b8..65a2cd4b8 100644
--- a/op-mode-definitions/show-log.xml.in
+++ b/op-mode-definitions/show-log.xml.in
@@ -188,7 +188,7 @@
<path>firewall bridge name ${COMP_WORDS[5]} rule</path>
</completionHelp>
</properties>
- <command>journalctl --no-hostname --boot -k | egrep "\[bri-NAM-$6-$8-[ADRJC]\]"</command>
+ <command>journalctl --no-hostname --boot -k | egrep "\[bri-NAM-$6-$8-[ADRJCO]\]"</command>
</tagNode>
</children>
</tagNode>