diff options
| author | Christian Breunig <christian@breunig.cc> | 2025-11-25 16:30:48 +0100 |
|---|---|---|
| committer | Christian Breunig <christian@breunig.cc> | 2025-11-25 16:35:40 +0100 |
| commit | fb29b82569e6660f6a36017dc155da006e7798b1 (patch) | |
| tree | a2db8da0b8e520e388856ff043943c4749e3afbb /interface-definitions | |
| parent | b49997d81c07431038720bed0ac178d08c40fb62 (diff) | |
| download | vyos-1x-fb29b82569e6660f6a36017dc155da006e7798b1.tar.gz vyos-1x-fb29b82569e6660f6a36017dc155da006e7798b1.zip | |
nat: T8038: remove duplicate XML definitions for <properties>
We can remove the XML <properties> because it's the same as already defined
in #include <include/nat-rule.xml.i>
Diffstat (limited to 'interface-definitions')
| -rw-r--r-- | interface-definitions/nat.xml.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/interface-definitions/nat.xml.in b/interface-definitions/nat.xml.in index 73a748137..93dd847d6 100644 --- a/interface-definitions/nat.xml.in +++ b/interface-definitions/nat.xml.in @@ -65,17 +65,6 @@ <children> #include <include/nat-rule.xml.i> <tagNode name="rule"> - <properties> - <help>Rule number for NAT</help> - <valueHelp> - <format>u32:1-999999</format> - <description>Number of NAT rule</description> - </valueHelp> - <constraint> - <validator name="numeric" argument="--range 1-999999"/> - </constraint> - <constraintErrorMessage>NAT rule number must be between 1 and 999999</constraintErrorMessage> - </properties> <children> #include <include/firewall/outbound-interface.xml.i> <node name="translation"> |
