diff options
author | Nataliia Solomko <natalirs1985@gmail.com> | 2024-06-19 10:40:02 +0300 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2024-06-24 14:09:45 +0200 |
commit | 8479f0d8ab6d50a4e93c60a8ed64815f2f1e3539 (patch) | |
tree | 2478694492bf8cb560003460323fd3eb3ccc58cc /interface-definitions | |
parent | 0c0480323c2c1cfda0478dec5d28a2275c63a8a4 (diff) | |
download | vyos-1x-8479f0d8ab6d50a4e93c60a8ed64815f2f1e3539.tar.gz vyos-1x-8479f0d8ab6d50a4e93c60a8ed64815f2f1e3539.zip |
T3202: Enable wireguard debug messages
(cherry picked from commit d818788932e3c57d020cca9236df7275da452fce)
Diffstat (limited to 'interface-definitions')
-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"> |