diff options
author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2022-12-08 13:04:56 +0000 |
---|---|---|
committer | Viacheslav Hletenko <v.gletenko@vyos.io> | 2022-12-08 13:04:56 +0000 |
commit | 9fa4b761d027e2eee8a6fac587857548292261fb (patch) | |
tree | 6eb32c098e9a307940c726996fa223413777642e /interface-definitions | |
parent | d37387dd4510502144f33192923e7060f311d2a2 (diff) | |
download | vyos-1x-9fa4b761d027e2eee8a6fac587857548292261fb.tar.gz vyos-1x-9fa4b761d027e2eee8a6fac587857548292261fb.zip |
T4117: Fix for L2TP DAE CoA server configuration
Fix l2tp dae server template and python config dict for correctlly
handling Dynamic Authorization Extension server configuration
Diffstat (limited to 'interface-definitions')
-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 cb5900e0d..06ca4ece5 100644 --- a/interface-definitions/vpn-l2tp.xml.in +++ b/interface-definitions/vpn-l2tp.xml.in @@ -230,6 +230,7 @@ <properties> <help>Port for Dynamic Authorization Extension server (DM/CoA)</help> </properties> + <defaultValue>1700</defaultValue> </leafNode> <leafNode name="secret"> <properties> |