diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-12-06 18:21:58 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-12-06 20:58:56 +0100 |
commit | 81c3919271b20c0818ea7b2ed5c468685c6d7d4a (patch) | |
tree | 2b40d3d98fd9a2ac2ba201a93c941836bb016480 /interface-definitions/include/vif.xml.i | |
parent | 22091b99ce884a7bf81d65bba0d0a705776ba471 (diff) | |
download | vyos-1x-81c3919271b20c0818ea7b2ed5c468685c6d7d4a.tar.gz vyos-1x-81c3919271b20c0818ea7b2ed5c468685c6d7d4a.zip |
T1843: use include files for interface proxy-arp configuration
Diffstat (limited to 'interface-definitions/include/vif.xml.i')
-rw-r--r-- | interface-definitions/include/vif.xml.i | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/interface-definitions/include/vif.xml.i b/interface-definitions/include/vif.xml.i index 4adae6016..7c8a29a93 100644 --- a/interface-definitions/include/vif.xml.i +++ b/interface-definitions/include/vif.xml.i @@ -43,18 +43,7 @@ <node name="ip"> <children> #include <include/interface-arp-cache-timeout.xml.i> - <leafNode name="enable-proxy-arp"> - <properties> - <help>Enable proxy-arp on this interface</help> - <valueless/> - </properties> - </leafNode> - <leafNode name="proxy-arp-pvlan"> - <properties> - <help>Enable private VLAN proxy ARP on this interface</help> - <valueless/> - </properties> - </leafNode> + #include <include/interface-enable-proxy-arp.xml.i> </children> </node> #include <include/interface-mac.xml.i> |