diff options
author | Daniil Baturin <daniil@vyos.io> | 2025-04-18 11:49:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-18 11:49:32 +0100 |
commit | 47389b6ddd3f817f0380a46002eb5d9f55c29656 (patch) | |
tree | 52be2d27bde70bee18d454c89bb6319a697a149a | |
parent | 54df1043f123f0c6f2140d8cf402657a7f0c9565 (diff) | |
parent | e7c664217f96326f1a52e103b9e47fbba3ce9d88 (diff) | |
download | vyos-1x-47389b6ddd3f817f0380a46002eb5d9f55c29656.tar.gz vyos-1x-47389b6ddd3f817f0380a46002eb5d9f55c29656.zip |
Merge pull request #4458 from l0crian1/t7369-allow-state-policy-log-op
firewall: T7369: Match global state policies in 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..0e6113af0 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 --grep='(ipv[46]|bri)-(FWD|INP|OUT|NAM)|STATE-POLICY'</command> <children> <node name="bridge"> <properties> |