diff options
author | Christian Breunig <christian@breunig.cc> | 2023-05-10 21:12:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-10 21:12:35 +0200 |
commit | 96d9bf0a88fc822b8edd78db293b7f17ae8766cf (patch) | |
tree | b86c6991499991882e2ca9fff827f783c0bb23a0 /interface-definitions/vpn-l2tp.xml.in | |
parent | b469ed55403b25738949216f6f07ae9e70595db1 (diff) | |
parent | 98c310462dedbb3907e8ba871dab89ae7573e667 (diff) | |
download | vyos-1x-96d9bf0a88fc822b8edd78db293b7f17ae8766cf.tar.gz vyos-1x-96d9bf0a88fc822b8edd78db293b7f17ae8766cf.zip |
Merge pull request #1988 from sever-sever/T5213
T5213: Add accounting-interim-interval option for L2TP/PPTP servers
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 6b64c5f5d..ec186cd23 100644 --- a/interface-definitions/vpn-l2tp.xml.in +++ b/interface-definitions/vpn-l2tp.xml.in @@ -177,6 +177,7 @@ #include <include/radius-auth-server-ipv4.xml.i> <node name="radius"> <children> + #include <include/accel-ppp/radius-accounting-interim-interval.xml.i> <tagNode name="server"> <children> #include <include/accel-ppp/radius-additions-disable-accounting.xml.i> |