diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-10-04 12:11:23 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-10-04 12:11:23 +0200 |
commit | f4e9248d2a24fc4fd0cdc7089aed0193d7a2884f (patch) | |
tree | 4069629e4ff2fb88e44bedde3d6754e80f53a457 /interface-definitions/service_pppoe-server.xml.in | |
parent | fe6326c96e6e481fc4498c10c493dfd393c3956c (diff) | |
download | vyos-1x-f4e9248d2a24fc4fd0cdc7089aed0193d7a2884f.tar.gz vyos-1x-f4e9248d2a24fc4fd0cdc7089aed0193d7a2884f.zip |
pppoe-server: T2953: rename CLI local-ip to gateway-address
Required to get a common CLI for all services provided by Accel-PPP. Once the
CLI for each service is consitent - Jinja2 templates can be reused together
with get_config_dict().
Diffstat (limited to 'interface-definitions/service_pppoe-server.xml.in')
-rw-r--r-- | interface-definitions/service_pppoe-server.xml.in | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/interface-definitions/service_pppoe-server.xml.in b/interface-definitions/service_pppoe-server.xml.in index 3a9c25496..78bbda089 100644 --- a/interface-definitions/service_pppoe-server.xml.in +++ b/interface-definitions/service_pppoe-server.xml.in @@ -110,14 +110,7 @@ </leafNode> </children> </tagNode> - <leafNode name="local-ip"> - <properties> - <help>local gateway address</help> - <constraint> - <validator name="ipv4-address"/> - </constraint> - </properties> - </leafNode> + #include <include/accel-gateway-address.xml.i> <leafNode name="mtu"> <properties> <help>Maximum Transmission Unit (MTU) - default 1492</help> |