diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-08-19 20:24:39 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-08-22 09:53:24 +0200 |
commit | 42d4a9731baa95064d2de299233e98d841f4976e (patch) | |
tree | 5d4ccca1a23876164b94d13ee6ca3db83854376c /interface-definitions/include/interface/ipv6-options.xml.i | |
parent | cccda3a0768680d1920e408afd44d96855a64e61 (diff) | |
download | vyos-1x-42d4a9731baa95064d2de299233e98d841f4976e.tar.gz vyos-1x-42d4a9731baa95064d2de299233e98d841f4976e.zip |
xml: interfaces: use one common building block for "disable-forwarding"
Both building blocks only differed in the help text, so use IP for both
IPv4 and IPv6.
(cherry picked from commit 0e751221d0832acac807e7f0bc97d7bb31230c3a)
Diffstat (limited to 'interface-definitions/include/interface/ipv6-options.xml.i')
-rw-r--r-- | interface-definitions/include/interface/ipv6-options.xml.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interface-definitions/include/interface/ipv6-options.xml.i b/interface-definitions/include/interface/ipv6-options.xml.i index dcd5a8710..a5b40c789 100644 --- a/interface-definitions/include/interface/ipv6-options.xml.i +++ b/interface-definitions/include/interface/ipv6-options.xml.i @@ -4,8 +4,8 @@ <help>IPv6 routing parameters</help> </properties> <children> + #include <include/interface/disable-forwarding.xml.i> #include <include/interface/ipv6-address.xml.i> - #include <include/interface/ipv6-disable-forwarding.xml.i> #include <include/interface/ipv6-dup-addr-detect-transmits.xml.i> </children> </node> |