diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-10-21 19:38:38 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-10-21 19:38:38 +0200 |
commit | c1015d8ce0013719eb898b60b14ffec192b8141c (patch) | |
tree | 437d13855736da81e90be43e4e6f48c65270ff86 /interface-definitions | |
parent | 1312068cb9743dd4d16edd37dbed9c142724997e (diff) | |
download | vyos-1x-c1015d8ce0013719eb898b60b14ffec192b8141c.tar.gz vyos-1x-c1015d8ce0013719eb898b60b14ffec192b8141c.zip |
tunnel: T3925: dhcp-interface was of no use - use source-interface instead
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/interfaces-tunnel.xml.in | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/interface-definitions/interfaces-tunnel.xml.in b/interface-definitions/interfaces-tunnel.xml.in index df9b58992..2c15abec7 100644 --- a/interface-definitions/interfaces-tunnel.xml.in +++ b/interface-definitions/interfaces-tunnel.xml.in @@ -54,21 +54,6 @@ </constraint> </properties> </leafNode> - <leafNode name="dhcp-interface"> - <properties> - <help>dhcp interface</help> - <valueHelp> - <format>interface</format> - <description>DHCP interface that supplies the local IP address for this tunnel</description> - </valueHelp> - <completionHelp> - <script>${vyos_completion_dir}/list_interfaces.py</script> - </completionHelp> - <constraint> - <validator name="interface-name"/> - </constraint> - </properties> - </leafNode> <leafNode name="encapsulation"> <properties> <help>Encapsulation of this tunnel interface</help> |