diff options
author | l0crian1 <143656816+l0crian1@users.noreply.github.com> | 2025-04-16 15:55:28 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-16 15:55:28 -0400 |
commit | 8adb2aee56da63e4d8a6f6e97439d42de53aa256 (patch) | |
tree | 2f82ab49fa3582e439930e4709b208dc015c1d2f | |
parent | 9e47c2153be7cc0e5ed21ca8a976336d4bf872d8 (diff) | |
download | vyos-1x-8adb2aee56da63e4d8a6f6e97439d42de53aa256.tar.gz vyos-1x-8adb2aee56da63e4d8a6f6e97439d42de53aa256.zip |
firewall: T7369: Match global state policies in show firewall
Global state policies were not matched when typing "show firewall"
-rwxr-xr-x | op-mode-definitions/show-log.xml.in | 2 |
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 c43ceaf32..3533fa4dc 100755 --- a/op-mode-definitions/show-log.xml.in +++ b/op-mode-definitions/show-log.xml.in @@ -126,7 +126,7 @@ <properties> <help>Show log for Firewall</help> </properties> - <command>journalctl --no-hostname --boot -k | egrep "(ipv[46]|bri)-(FWD|INP|OUT|NAM)"</command> + <command>journalctl --no-hostname --boot -k | egrep "(ipv[46]|bri)-(FWD|INP|OUT|NAM)|STATE-POLICY"</command> <children> <node name="bridge"> <properties> |