diff options
author | l0crian1 <ryan.claridge13@gmail.com> | 2024-03-18 10:27:54 -0400 |
---|---|---|
committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2024-03-18 19:51:03 +0000 |
commit | 39e1f75e1ea3c1d6227e35b4487bc758766cb99e (patch) | |
tree | 7572559474fd6ca63ddde99a558815f183358c8a /op-mode-definitions/show-log.xml.in | |
parent | af50dc6eac5f0ac7e9b097d885e60382799d47ae (diff) | |
download | vyos-1x-39e1f75e1ea3c1d6227e35b4487bc758766cb99e.tar.gz vyos-1x-39e1f75e1ea3c1d6227e35b4487bc758766cb99e.zip |
show log: T6127 - Fixed egrep regex
(cherry picked from commit 326db209ab5c907ddb93f29b484c423c68f1ee36)
Diffstat (limited to 'op-mode-definitions/show-log.xml.in')
-rw-r--r-- | op-mode-definitions/show-log.xml.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/op-mode-definitions/show-log.xml.in b/op-mode-definitions/show-log.xml.in index 65a2cd4b8..1aa15036a 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-[ADRJCO]\]"</command> + <command>journalctl --no-hostname --boot -k | egrep "\[bri-NAM-$6-$8-[ADRJC]\]"</command> </tagNode> </children> </tagNode> @@ -219,7 +219,7 @@ <path>firewall ipv4 forward filter rule</path> </completionHelp> </properties> - <command>journalctl --no-hostname --boot -k | egrep "\[ipv4-FWD-filter-$8-[ADRJC]\]"</command> + <command>journalctl --no-hostname --boot -k | egrep "\[ipv4-FWD-filter-$8-[ADRJCO]\]"</command> </tagNode> </children> </node> |