diff options
author | khramshinr <khramshinr@gmail.com> | 2024-05-23 17:39:56 +0600 |
---|---|---|
committer | khramshinr <khramshinr@gmail.com> | 2024-05-27 18:23:32 +0600 |
commit | 4d84f786f64d2b80046100ead5d0e8c1eef7418c (patch) | |
tree | 1b51a268300b87d5e85a5dd98996067237b83feb /interface-definitions/vpn_sstp.xml.in | |
parent | 22dae74ef6037ad6a97da7118df42e41acbb117b (diff) | |
download | vyos-1x-4d84f786f64d2b80046100ead5d0e8c1eef7418c.tar.gz vyos-1x-4d84f786f64d2b80046100ead5d0e8c1eef7418c.zip |
T4576: Accel-ppp logging level configuration
add ability to change logging level config for:
* VPN L2TP
* VPN PPTP
* VPN SSTP
* IPoE Server
* PPPoE Serve
Diffstat (limited to 'interface-definitions/vpn_sstp.xml.in')
-rw-r--r-- | interface-definitions/vpn_sstp.xml.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/interface-definitions/vpn_sstp.xml.in b/interface-definitions/vpn_sstp.xml.in index d9ed1c040..5fd5c95ca 100644 --- a/interface-definitions/vpn_sstp.xml.in +++ b/interface-definitions/vpn_sstp.xml.in @@ -62,6 +62,7 @@ <constraintErrorMessage>Host-name must be alphanumeric and can contain hyphens</constraintErrorMessage> </properties> </leafNode> + #include <include/accel-ppp/log.xml.i> </children> </node> </children> |