diff options
author | Nataliia Solomko <natalirs1985@gmail.com> | 2024-06-19 10:40:02 +0300 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2024-06-20 19:18:47 +0200 |
commit | d818788932e3c57d020cca9236df7275da452fce (patch) | |
tree | 944bf3984281d9e2befe7710252ae583cab355f6 /interface-definitions/system_option.xml.in | |
parent | 109e0940be4956879d3ba074894023a1508424bf (diff) | |
download | vyos-1x-d818788932e3c57d020cca9236df7275da452fce.tar.gz vyos-1x-d818788932e3c57d020cca9236df7275da452fce.zip |
T3202: Enable wireguard debug messages
Diffstat (limited to 'interface-definitions/system_option.xml.in')
-rw-r--r-- | interface-definitions/system_option.xml.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/interface-definitions/system_option.xml.in b/interface-definitions/system_option.xml.in index ad423d9d1..e78a53552 100644 --- a/interface-definitions/system_option.xml.in +++ b/interface-definitions/system_option.xml.in @@ -49,6 +49,19 @@ <valueless/> </properties> </leafNode> + <node name="debug"> + <properties> + <help>Dynamic debugging for kernel module</help> + </properties> + <children> + <leafNode name="wireguard"> + <properties> + <help>Dynamic debugging for Wireguard module</help> + <valueless/> + </properties> + </leafNode> + </children> + </node> </children> </node> <leafNode name="keyboard-layout"> |