summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViacheslav Hletenko <v.gletenko@vyos.io>2024-03-19 10:28:14 +0200
committerGitHub <noreply@github.com>2024-03-19 10:28:14 +0200
commit7956eced02862253d28a64befe4add2449df0c89 (patch)
tree8e6315462c2aa50e6e6d9c9045254e7dc78b16f6
parent4b474cf1f403a45a579ba7df042aa53f39809b1d (diff)
parente1d2a351ef415a9b765d739f5835dad0df95bb02 (diff)
downloadvyos-1x-7956eced02862253d28a64befe4add2449df0c89.tar.gz
vyos-1x-7956eced02862253d28a64befe4add2449df0c89.zip
Merge pull request #3148 from vyos/mergify/bp/sagitta/pr-3145
T6127: Fixed show log firewall for rule with offload (backport #3145)
-rw-r--r--op-mode-definitions/show-log.xml.in4
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 f0525a6b8..78c03f511 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>