diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-10-02 17:42:29 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-10-02 17:42:29 +0200 |
commit | ba0509379c5ca47e4a78fef920d14a52a46b8e82 (patch) | |
tree | 863b9c542d98a07515a964fc6e3c4677e141ea71 /interface-definitions/vpn_pptp.xml.in | |
parent | f7907fbdbbe21058694b1076028ea4c19b9045eb (diff) | |
download | vyos-1x-ba0509379c5ca47e4a78fef920d14a52a46b8e82.tar.gz vyos-1x-ba0509379c5ca47e4a78fef920d14a52a46b8e82.zip |
acces-ppp: T2953: drop redundant CLI definitions
Diffstat (limited to 'interface-definitions/vpn_pptp.xml.in')
-rw-r--r-- | interface-definitions/vpn_pptp.xml.in | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/interface-definitions/vpn_pptp.xml.in b/interface-definitions/vpn_pptp.xml.in index f37c9bd01..83e71347b 100644 --- a/interface-definitions/vpn_pptp.xml.in +++ b/interface-definitions/vpn_pptp.xml.in @@ -65,14 +65,7 @@ </leafNode> </children> </node> - <leafNode name="gateway-address"> - <properties> - <help>Gatway address uses as client tunnel termination point</help> - <constraint> - <validator name="ipv4-address"/> - </constraint> - </properties> - </leafNode> + #include <include/accel-gateway-address.xml.i> <node name="authentication"> <properties> <help>Authentication for remote access PPTP VPN</help> |