diff options
author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2022-08-10 21:01:03 +0000 |
---|---|---|
committer | Viacheslav Hletenko <v.gletenko@vyos.io> | 2022-08-10 21:01:03 +0000 |
commit | fcb2253153bef0df4845cb0c42155fc11965e284 (patch) | |
tree | ea637506d61310620657f1385842532ea5641a06 /interface-definitions/vpn-l2tp.xml.in | |
parent | 7ae34b68649ef526c18e662d444465bf18a23939 (diff) | |
download | vyos-1x-fcb2253153bef0df4845cb0c42155fc11965e284.tar.gz vyos-1x-fcb2253153bef0df4845cb0c42155fc11965e284.zip |
l2tp: T4603: Add RADIUS nas-ip-address option
Add l2tp authentication radius nas-ip-address option
which will be sent in NAS-IP-Address Radius attribute
Diffstat (limited to 'interface-definitions/vpn-l2tp.xml.in')
-rw-r--r-- | interface-definitions/vpn-l2tp.xml.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/interface-definitions/vpn-l2tp.xml.in b/interface-definitions/vpn-l2tp.xml.in index f734283e7..fd70a76dc 100644 --- a/interface-definitions/vpn-l2tp.xml.in +++ b/interface-definitions/vpn-l2tp.xml.in @@ -215,6 +215,7 @@ </properties> </leafNode> #include <include/radius-nas-identifier.xml.i> + #include <include/radius-nas-ip-address.xml.i> <node name="dae-server"> <properties> <help>IPv4 address and port to bind Dynamic Authorization Extension server (DM/CoA)</help> |