From e7c664217f96326f1a52e103b9e47fbba3ce9d88 Mon Sep 17 00:00:00 2001
From: l0crian1 <143656816+l0crian1@users.noreply.github.com>
Date: Thu, 17 Apr 2025 03:26:45 -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 3533fa4dc..0e6113af0 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)|STATE-POLICY"
+ journalctl --no-hostname --boot -k --grep='(ipv[46]|bri)-(FWD|INP|OUT|NAM)|STATE-POLICY'
--
cgit v1.2.3