mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-05 11:30:15 +01:00
logging: add DHCP meta-domain
This commit is contained in:
parent
a00a6e5d87
commit
ecbb8af10a
1 changed files with 2 additions and 0 deletions
|
|
@ -51,6 +51,8 @@ enum {
|
|||
LOGD_DEVICE = 0x00200000, /* Device state and activation */
|
||||
};
|
||||
|
||||
#define LOGD_DHCP (LOGD_DHCP4 | LOGD_DHCP6)
|
||||
|
||||
/* Log levels */
|
||||
enum {
|
||||
LOGL_ERR = 0x00000000,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue