diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-12-04 13:48:43 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-12-04 13:48:43 +0100 |
commit | f8c01ef3cf31e9d0fe57a51e32a7352079d0d7e7 (patch) | |
tree | 8394b4110091096a34784db26a1e27ba0265ade7 /interface-definitions/interfaces-loopback.xml.in | |
parent | f8bb85f9be357d0788117368e44137fd570aa902 (diff) | |
download | vyos-1x-f8c01ef3cf31e9d0fe57a51e32a7352079d0d7e7.tar.gz vyos-1x-f8c01ef3cf31e9d0fe57a51e32a7352079d0d7e7.zip |
vyos.ifconfig: T1579: migrate "ip source-validation" option from vyatta-cfg-quagga
Diffstat (limited to 'interface-definitions/interfaces-loopback.xml.in')
-rw-r--r-- | interface-definitions/interfaces-loopback.xml.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/interface-definitions/interfaces-loopback.xml.in b/interface-definitions/interfaces-loopback.xml.in index 97d5bab90..0fd74f302 100644 --- a/interface-definitions/interfaces-loopback.xml.in +++ b/interface-definitions/interfaces-loopback.xml.in @@ -18,6 +18,14 @@ <children> #include <include/address-ipv4-ipv6.xml.i> #include <include/interface-description.xml.i> + <node name="ip"> + <properties> + <help>IPv4 routing parameters</help> + </properties> + <children> + #include <include/interface-source-validation.xml.i> + </children> + </node> </children> </tagNode> </children> |