diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-10-27 20:04:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-27 20:04:52 +0100 |
commit | 174ae56c6f498d4c02647608704f009f2c0fc7b9 (patch) | |
tree | ab5de1fa316e0aa0d6ff7d18306238376ce27c0f /interface-definitions/vpn_l2tp.xml.in | |
parent | 6b9acd904d05460d2f02850e2535c4dc3e9933af (diff) | |
parent | 29ed00aed66c648510480897bd92977652e5d18f (diff) | |
download | vyos-1x-174ae56c6f498d4c02647608704f009f2c0fc7b9.tar.gz vyos-1x-174ae56c6f498d4c02647608704f009f2c0fc7b9.zip |
Merge pull request #581 from sever-sever/T2631
accel: T2631: Add option for radius disable-accounting
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 8802c0564..82af86470 100644 --- a/interface-definitions/vpn_l2tp.xml.in +++ b/interface-definitions/vpn_l2tp.xml.in @@ -225,6 +225,7 @@ <children> <tagNode name="server"> <children> + #include <include/accel-radius-additions-disable-accounting.xlm.in> <leafNode name="fail-time"> <properties> <help>Mark server unavailable for <n> seconds on failure</help> |