diff options
author | aapostoliuk <a.apostoliuk@vyos.io> | 2024-12-17 13:39:49 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2025-01-06 12:05:22 +0100 |
commit | 4a194b32509ffcd9574bb7571a5a6347f7dc4e42 (patch) | |
tree | f12c3bba738fe1bcbdab8deb7dba56e8adb7d0f4 /interface-definitions | |
parent | df176d9b9b4cc67ae509ae2ff17a02f2520cc881 (diff) | |
download | vyos-1x-4a194b32509ffcd9574bb7571a5a6347f7dc4e42.tar.gz vyos-1x-4a194b32509ffcd9574bb7571a5a6347f7dc4e42.zip |
T6841: firewall: Fixed issues in ZBF when using VRFs
Improve config parsing for ZBF when using VRFs and interfaces attached to VRFs
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/firewall.xml.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/interface-definitions/firewall.xml.in b/interface-definitions/firewall.xml.in index 5bb269ae6..018e0dbdf 100644 --- a/interface-definitions/firewall.xml.in +++ b/interface-definitions/firewall.xml.in @@ -464,12 +464,12 @@ </node> </children> </tagNode> - <node name="interface"> + <node name="member"> <properties> <help>Interface associated with zone</help> </properties> <children> - <leafNode name="name"> + <leafNode name="interface"> <properties> <help>Interface associated with zone</help> <valueHelp> |