Created attachment 154944 [details] enable daemon debug dhcp6 does not log to syslog when -D (debug) option is passed and it is running as daemon. When running -D in foreground (option -f) it does output debug messages, but only to shell.
Created attachment 154945 [details] patch-common.c
common.c shows: 3207 case 2: 3208 setlogmask(LOG_UPTO(LOG_DEBUG)); 3209 break; It is done, could be closed.