diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-11-24 10:51:54 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-11-24 11:01:08 +0100 |
commit | 762e0922eec583c011c5fb834ad8a22971bc96b5 (patch) | |
tree | 4f7e2538618e3c96b949b9503d5f445e1ccbf696 /interface-definitions | |
parent | 9fc971e6945ed97a88a441053cae6a5f9b57ee00 (diff) | |
download | vyos-1x-762e0922eec583c011c5fb834ad8a22971bc96b5.tar.gz vyos-1x-762e0922eec583c011c5fb834ad8a22971bc96b5.zip |
geneve: T1799: add IPv4 routing parameters
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/interfaces-geneve.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/interface-definitions/interfaces-geneve.xml b/interface-definitions/interfaces-geneve.xml index 3a529c363..4d3897330 100644 --- a/interface-definitions/interfaces-geneve.xml +++ b/interface-definitions/interfaces-geneve.xml @@ -48,6 +48,32 @@ <valueless/> </properties> </leafNode> + <node name="ip"> + <properties> + <help>IPv4 routing parameters</help> + </properties> + <children> + <leafNode name="arp-cache-timeout"> + <properties> + <help>ARP cache entry timeout in seconds</help> + <valueHelp> + <format>1-86400</format> + <description>ARP cache entry timout in seconds (default 30)</description> + </valueHelp> + <constraint> + <validator name="numeric" argument="--range 1-86400"/> + </constraint> + <constraintErrorMessage>ARP cache entry timeout must be between 1 and 86400 seconds</constraintErrorMessage> + </properties> + </leafNode> + <leafNode name="enable-proxy-arp"> + <properties> + <help>Enable proxy-arp on this interface</help> + <valueless/> + </properties> + </leafNode> + </children> + </node> <leafNode name="mtu"> <properties> <help>Maximum Transmission Unit (MTU)</help> |