diff options
author | Marek Isalski <git@maz.nu> | 2021-08-06 14:44:48 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-11-15 21:25:18 +0100 |
commit | ef392ba9715290a5b8e8b619fc19e708fe7e442b (patch) | |
tree | 4a5c73bbde1b0648a3ac1e9960ccabe42d95d069 /interface-definitions/vpn_l2tp.xml.in | |
parent | af1cfebaff5e98cf0e50325863def209f965abd4 (diff) | |
download | vyos-1x-ef392ba9715290a5b8e8b619fc19e708fe7e442b.tar.gz vyos-1x-ef392ba9715290a5b8e8b619fc19e708fe7e442b.zip |
l2tp: T3724: allow setting accel-ppp l2tp host-name
(cherry picked from commit 3d00140453b3967370c77ddd9dac4af223a7ddce)
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 8bcede159..ff3219866 100644 --- a/interface-definitions/vpn_l2tp.xml.in +++ b/interface-definitions/vpn_l2tp.xml.in @@ -33,6 +33,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"> |