diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-07-15 20:58:28 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-07-15 20:58:28 +0200 |
commit | c24cecc325defc87973b28d288b23eca8368927d (patch) | |
tree | 051a18b72a40bc9405235c8487157493e3b83fbb /interface-definitions/interfaces-vxlan.xml.in | |
parent | 2dd1392cfe28518658604c88e606c7aec03936a7 (diff) | |
parent | 63052b8906871dc314945922e7f27ef24e114a45 (diff) | |
download | vyos-1x-c24cecc325defc87973b28d288b23eca8368927d.tar.gz vyos-1x-c24cecc325defc87973b28d288b23eca8368927d.zip |
Merge branch 'curlrc' of github.com:c-po/vyos-1x into current
* 'curlrc' of github.com:c-po/vyos-1x:
http-client: T2651: support specifying source-interface/address for curl
xml: T2651: provide general source-interface include file
Diffstat (limited to 'interface-definitions/interfaces-vxlan.xml.in')
-rw-r--r-- | interface-definitions/interfaces-vxlan.xml.in | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/interface-definitions/interfaces-vxlan.xml.in b/interface-definitions/interfaces-vxlan.xml.in index fdde57525..bd3ab4022 100644 --- a/interface-definitions/interfaces-vxlan.xml.in +++ b/interface-definitions/interfaces-vxlan.xml.in @@ -64,18 +64,7 @@ </constraint> </properties> </leafNode> - <leafNode name="source-interface"> - <properties> - <help>Physical Interface used for this connection</help> - <valueHelp> - <format>interface</format> - <description>Interface used for VXLAN underlay</description> - </valueHelp> - <completionHelp> - <script>${vyos_completion_dir}/list_interfaces.py</script> - </completionHelp> - </properties> - </leafNode> + #include <include/source-interface.xml.i> #include <include/interface-mtu-1200-9000.xml.i> <leafNode name="remote"> <properties> |