diff options
author | Christian Breunig <christian@breunig.cc> | 2023-01-17 15:27:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-17 15:27:20 +0100 |
commit | 6b2e7dc343eaf2e5eabbacb0d4b6440fb04ada94 (patch) | |
tree | 7f054f3241bfd07de14dc24691f6992c3c0e6a05 /data | |
parent | 328dba073dc72fd2d87ba85e4e8eb93e50358f31 (diff) | |
parent | 8ed0c7f09979c1fcb5769e8e352bb3fced7331be (diff) | |
download | vyos-1x-6b2e7dc343eaf2e5eabbacb0d4b6440fb04ada94.tar.gz vyos-1x-6b2e7dc343eaf2e5eabbacb0d4b6440fb04ada94.zip |
Merge pull request #1739 from aapostoliuk/T4864-sagitta
firewall: T4864: Fixed show zone-policy command output
Diffstat (limited to 'data')
-rw-r--r-- | data/op-mode-standardized.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/data/op-mode-standardized.json b/data/op-mode-standardized.json index 7c5524675..3205c7d20 100644 --- a/data/op-mode-standardized.json +++ b/data/op-mode-standardized.json @@ -21,5 +21,6 @@ "storage.py", "uptime.py", "version.py", -"vrf.py" +"vrf.py", +"zone.py" ] |