diff options
author | Christian Breunig <christian@breunig.cc> | 2024-03-18 20:50:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-18 20:50:08 +0100 |
commit | 4912dfbfa5ef52eb8a6c7d54bb23e0092dffb4f2 (patch) | |
tree | 3b9678328ac91ce31462b669e564c003303cde59 | |
parent | 8c52e7334ef5f92d48b4a6049ec42e8d84dfe673 (diff) | |
parent | d1fb9eddd9017ffbcd9e0d43209700649da2cc57 (diff) | |
download | vyos-1x-4912dfbfa5ef52eb8a6c7d54bb23e0092dffb4f2.tar.gz vyos-1x-4912dfbfa5ef52eb8a6c7d54bb23e0092dffb4f2.zip |
Merge pull request #3145 from l0crian1/fix-fw-rule-logging
T6127: Fixed show log firewall for rule with offload
-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 a6ce04624..e13270364 100644 --- a/op-mode-definitions/show-log.xml.in +++ b/op-mode-definitions/show-log.xml.in @@ -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> @@ -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> |