diff options
author | Christian Breunig <christian@breunig.cc> | 2023-08-30 07:01:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-30 07:01:43 +0200 |
commit | af737cf57e53a08a53ec2037ee476ee9098d8216 (patch) | |
tree | 18bad385dd7cc273d47260f7b9d54b3d7e8894a3 /op-mode-definitions | |
parent | c5def347e7cd5bca7a3d14d5a7d950cd09393921 (diff) | |
parent | 3c8dbc7485e3d8eb47a687310d3a028aef6af1ce (diff) | |
download | vyos-1x-af737cf57e53a08a53ec2037ee476ee9098d8216.tar.gz vyos-1x-af737cf57e53a08a53ec2037ee476ee9098d8216.zip |
Merge pull request #2186 from nicolas-fort/T5496
T5496: firewall: fix op-mode command show firewall
Diffstat (limited to 'op-mode-definitions')
-rw-r--r-- | op-mode-definitions/firewall.xml.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/op-mode-definitions/firewall.xml.in b/op-mode-definitions/firewall.xml.in index 164ce6b60..0f296c272 100644 --- a/op-mode-definitions/firewall.xml.in +++ b/op-mode-definitions/firewall.xml.in @@ -119,6 +119,7 @@ <path>firewall group address-group</path> <path>firewall group network-group</path> <path>firewall group port-group</path> + <path>firewall group interface-group</path> <path>firewall group ipv6-address-group</path> <path>firewall group ipv6-network-group</path> </completionHelp> |