-
Notifications
You must be signed in to change notification settings - Fork 331
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
T3202: Enable wireguard debug messages #3679
Conversation
👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like the idea of adding dynamic debug support for Kernel modules to the CLI.
The implementation focusses only on Wireguard so far. I'd rather move the implementation to set system option kernel debug-wireguard
or something similar, as it's a change to the Kernel that occurs and not syslog, syslog is only the "messenger".
0491d47
to
b1bf03f
Compare
b1bf03f
to
8f3101b
Compare
8f3101b
to
5bcddf6
Compare
5bcddf6
to
6346884
Compare
6346884
to
d3a5fc0
Compare
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
Conflicts have been resolved. A maintainer will review the pull request shortly. |
8106d2d
to
2663b99
Compare
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
Conflicts have been resolved. A maintainer will review the pull request shortly. |
@Mergifyio backport sagitta circinus |
✅ Backports have been created
|
Change Summary
Added ability to enable or disable dynamic debugging for Wireguard on demand
Types of changes
Related Task(s)
Related PR(s)
Component(s) name
system option
Proposed changes
How to test
now dynamic debugging messages can be viewed by running
journalctl
Smoketest result
Checklist: