diff options
author | Christian Breunig <christian@breunig.cc> | 2023-11-14 08:07:36 +0000 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2023-11-14 22:26:51 +0100 |
commit | a818afbe81d1b12244551606610a8a810f221414 (patch) | |
tree | 2c619f5af4304397e61a24fee872562102775aac /interface-definitions/system-login.xml.in | |
parent | fa92cbea9ab4802554da8b02814626b6510260d2 (diff) | |
download | vyos-1x-a818afbe81d1b12244551606610a8a810f221414.tar.gz vyos-1x-a818afbe81d1b12244551606610a8a810f221414.zip |
xml: T5738: add source-address-ipv4-ipv6-multi building block
(cherry picked from commit dccca4307339d13e5c3ae78058194baf2fd04002)
Diffstat (limited to 'interface-definitions/system-login.xml.in')
-rw-r--r-- | interface-definitions/system-login.xml.in | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/interface-definitions/system-login.xml.in b/interface-definitions/system-login.xml.in index 71db8b1d6..a0eda9045 100644 --- a/interface-definitions/system-login.xml.in +++ b/interface-definitions/system-login.xml.in @@ -244,21 +244,7 @@ </leafNode> </children> </tagNode> - <leafNode name="source-address"> - <properties> - <help>Source IP used to communicate with TACACS+ server</help> - <completionHelp> - <script>${vyos_completion_dir}/list_local_ips.sh --ipv4</script> - </completionHelp> - <valueHelp> - <format>ipv4</format> - <description>IPv4 source address</description> - </valueHelp> - <constraint> - <validator name="ipv4-address"/> - </constraint> - </properties> - </leafNode> + #include <include/source-address-ipv4.xml.i> #include <include/radius-timeout.xml.i> #include <include/interface/vrf.xml.i> </children> |