summaryrefslogtreecommitdiff
path: root/op-mode-definitions
diff options
context:
space:
mode:
authorl0crian1 <ryan.claridge13@gmail.com>2024-03-18 10:24:15 -0400
committerl0crian1 <ryan.claridge13@gmail.com>2024-03-18 10:24:15 -0400
commit1f3df2d63561ea9c6dd64d1d9292920274964ca3 (patch)
tree5f15d540835598163158244d2edbd45d4f44b93a /op-mode-definitions
parent12b9c577330cf1e160e6ff780100876d6690a57b (diff)
downloadvyos-1x-1f3df2d63561ea9c6dd64d1d9292920274964ca3.tar.gz
vyos-1x-1f3df2d63561ea9c6dd64d1d9292920274964ca3.zip
show log: T6127 - Fixed egrep regex
Diffstat (limited to 'op-mode-definitions')
-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 a6ce04624..22cdcef7c 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>