diff options
author | Christian Breunig <christian@breunig.cc> | 2024-06-22 17:30:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-22 17:30:55 +0200 |
commit | 757dae26d3a00c42f48706c406fd3178b77324c3 (patch) | |
tree | e0a83ea8256b36fb5e50bbd229fd717f118dbe41 /interface-definitions/system_option.xml.in | |
parent | 0c37a06e9d3d51ba1d4d6d42eec2b4cbb98a3a1c (diff) | |
parent | 9495f904fcc157521ca001ee21cf31be28a6b3a0 (diff) | |
download | vyos-1x-757dae26d3a00c42f48706c406fd3178b77324c3.tar.gz vyos-1x-757dae26d3a00c42f48706c406fd3178b77324c3.zip |
Merge pull request #3679 from natali-rs1985/T3202-current
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"> |