Feature #4534
closedAdd ability to start dhcp6c in debug mode
0%
Description
Even though dhcp6c is started with -d option the information it provides in the log leaves a lot to be desired.
It does not log any useful information that could help in troubleshooting local or remote server problems.
Thus user must resort to running traffic capture/analyzer or running dhcp6c manually with -D option, which forces dhcp6c to output the config file that it is using, all communication with the server and actions that it performs with the response it receives.
It would be great if it was possible to start dhcp6c with -D option via GUI.
Files
Updated by Paul K over 9 years ago
Pull request: https://github.com/pfsense/pfsense/pull/1574
Updated by Paul K over 9 years ago
- File patch-common.c patch-common.c added
Attaching dhcp6 patch that enables it to log to syslog when daemonized. Upstream ticket: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198995
Updated by Chris Buechler almost 9 years ago
- Tracker changed from Todo to Feature
- Status changed from New to Feedback
- Target version set to 2.3
Updated by Chris Buechler almost 9 years ago
- Status changed from Feedback to Resolved
works. Thanks Paul!