diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-04-22 18:26:13 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-04-22 18:35:43 +0200 |
commit | afaa399fe50badcd0e98ff0d320bcdcd8bf7141e (patch) | |
tree | 198d2f5401bd3753044d778f6ac9416ae5d12473 | |
parent | d55ab3a9fa06f3b4827665d269cef6819b549771 (diff) | |
download | vyos-1x-afaa399fe50badcd0e98ff0d320bcdcd8bf7141e.tar.gz vyos-1x-afaa399fe50badcd0e98ff0d320bcdcd8bf7141e.zip |
vpn: pptp: T2351: add support for common radius-additions XML
-rw-r--r-- | interface-definitions/vpn_pptp.xml.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/interface-definitions/vpn_pptp.xml.in b/interface-definitions/vpn_pptp.xml.in index 34b528690..032455b4d 100644 --- a/interface-definitions/vpn_pptp.xml.in +++ b/interface-definitions/vpn_pptp.xml.in @@ -153,6 +153,7 @@ </children> </node> #include <include/radius-server.xml.i> + #include <include/accel-radius-additions.xml.in> </children> </node> </children> |