diff options
author | Marek Isalski <git@maz.nu> | 2021-08-06 14:44:48 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-10-16 19:01:15 +0200 |
commit | 3d00140453b3967370c77ddd9dac4af223a7ddce (patch) | |
tree | e22d6db2e6d249687a37a1443aafc5b82c3a3660 /interface-definitions/vpn_l2tp.xml.in | |
parent | a98efc300c45cbfdd9b5c34561737909a77ecb22 (diff) | |
download | vyos-1x-3d00140453b3967370c77ddd9dac4af223a7ddce.tar.gz vyos-1x-3d00140453b3967370c77ddd9dac4af223a7ddce.zip |
l2tp: T3724: allow setting accel-ppp l2tp host-name
Diffstat (limited to 'interface-definitions/vpn_l2tp.xml.in')
-rw-r--r-- | interface-definitions/vpn_l2tp.xml.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/interface-definitions/vpn_l2tp.xml.in b/interface-definitions/vpn_l2tp.xml.in index cbd5e38e7..6cb0d4544 100644 --- a/interface-definitions/vpn_l2tp.xml.in +++ b/interface-definitions/vpn_l2tp.xml.in @@ -34,6 +34,11 @@ <help>Tunnel password used to authenticate the client (LAC)</help> </properties> </leafNode> + <leafNode name="host-name"> + <properties> + <help>Sent to the client (LAC) in the Host-Name attribute</help> + </properties> + </leafNode> </children> </node> <leafNode name="ccp-disable"> |