summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorl0crian1 <ryan.claridge13@gmail.com>2024-03-18 10:52:34 -0400
committerl0crian1 <ryan.claridge13@gmail.com>2024-03-18 10:52:34 -0400
commitd1fb9eddd9017ffbcd9e0d43209700649da2cc57 (patch)
tree358c7d597fb3fe317a0f07bb70ce4ac53ea3eac0
parent326db209ab5c907ddb93f29b484c423c68f1ee36 (diff)
downloadvyos-1x-d1fb9eddd9017ffbcd9e0d43209700649da2cc57.tar.gz
vyos-1x-d1fb9eddd9017ffbcd9e0d43209700649da2cc57.zip
show log: T6127 - Fixed egrep regex for IPv6
-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 7437a372b..e13270364 100644
--- a/op-mode-definitions/show-log.xml.in
+++ b/op-mode-definitions/show-log.xml.in
@@ -322,7 +322,7 @@
<path>firewall ipv6 forward filter rule</path>
</completionHelp>
</properties>
- <command>journalctl --no-hostname --boot -k | egrep "\[ipv6-FWD-filter-$8-[ADRJC]\]"</command>
+ <command>journalctl --no-hostname --boot -k | egrep "\[ipv6-FWD-filter-$8-[ADRJCO]\]"</command>
</tagNode>
</children>
</node>