diff options
author | Christian Breunig <christian@breunig.cc> | 2024-06-25 18:11:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-25 18:11:40 +0200 |
commit | 2b5565bc5f3469dc34b47ee400173fb95fc5f6fd (patch) | |
tree | 03cba18f666168663d87511559f47c0e6a146d3c /interface-definitions/system_option.xml.in | |
parent | 1916a8cfcf21437219ff624a08bbf8408a4eaa80 (diff) | |
parent | 067afc29ae43a59df15a33025ff4d112d02a4607 (diff) | |
download | vyos-1x-2b5565bc5f3469dc34b47ee400173fb95fc5f6fd.tar.gz vyos-1x-2b5565bc5f3469dc34b47ee400173fb95fc5f6fd.zip |
Merge pull request #3707 from vyos/mergify/bp/circinus/pr-3679
T3202: Enable wireguard debug messages (backport #3679)
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"> |