diff options
author | Christian Breunig <christian@breunig.cc> | 2023-11-15 16:04:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-15 16:04:39 +0100 |
commit | 8c222c3848fe3b094f25d35c212784272616ad69 (patch) | |
tree | c834a111b6d9de931c7bad8129f5ed253ff89989 /interface-definitions/system-login.xml.in | |
parent | 525d3364aa1aa35861bdb459c60d7a4cd7cd21f9 (diff) | |
parent | a818afbe81d1b12244551606610a8a810f221414 (diff) | |
download | vyos-1x-8c222c3848fe3b094f25d35c212784272616ad69.tar.gz vyos-1x-8c222c3848fe3b094f25d35c212784272616ad69.zip |
Merge pull request #2484 from vyos/mergify/bp/sagitta/pr-2479
xml: T5738: add source-address-ipv4-ipv6-multi building block (backport #2479)
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> |