From 8adb2aee56da63e4d8a6f6e97439d42de53aa256 Mon Sep 17 00:00:00 2001 From: l0crian1 <143656816+l0crian1@users.noreply.github.com> Date: Wed, 16 Apr 2025 15:55:28 -0400 Subject: firewall: T7369: Match global state policies in show firewall Global state policies were not matched when typing "show firewall" --- op-mode-definitions/show-log.xml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ Show log for Firewall - journalctl --no-hostname --boot -k | egrep "(ipv[46]|bri)-(FWD|INP|OUT|NAM)" + journalctl --no-hostname --boot -k | egrep "(ipv[46]|bri)-(FWD|INP|OUT|NAM)|STATE-POLICY" -- cgit v1.2.3