diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-08-30 17:18:17 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-08-30 17:38:18 +0200 |
commit | 74994f9b10588fce2cbd1acc9ec09fdbaf5ae8ad (patch) | |
tree | 92d98a2a7faa9af29e1adabc0798552332d87a7e /interface-definitions/firewall.xml.in | |
parent | d5cda147d722252bccbe96c5cacec75e3ba1ee14 (diff) | |
download | vyos-1x-74994f9b10588fce2cbd1acc9ec09fdbaf5ae8ad.tar.gz vyos-1x-74994f9b10588fce2cbd1acc9ec09fdbaf5ae8ad.zip |
firewall: T3568: rename XML building blocks to match CLI node name
Diffstat (limited to 'interface-definitions/firewall.xml.in')
-rw-r--r-- | interface-definitions/firewall.xml.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/interface-definitions/firewall.xml.in b/interface-definitions/firewall.xml.in index 2e9452dfd..d28abccd6 100644 --- a/interface-definitions/firewall.xml.in +++ b/interface-definitions/firewall.xml.in @@ -342,8 +342,8 @@ </constraint> </properties> <children> - #include <include/firewall/name-default-action.xml.i> - #include <include/firewall/name-default-log.xml.i> + #include <include/firewall/default-action.xml.i> + #include <include/firewall/enable-default-log.xml.i> #include <include/generic-description.xml.i> <tagNode name="rule"> <properties> @@ -530,8 +530,8 @@ </constraint> </properties> <children> - #include <include/firewall/name-default-action.xml.i> - #include <include/firewall/name-default-log.xml.i> + #include <include/firewall/default-action.xml.i> + #include <include/firewall/enable-default-log.xml.i> #include <include/generic-description.xml.i> <tagNode name="rule"> <properties> |