mirror of
https://github.com/systemd/systemd.git
synced 2025-03-31 14:50:15 +03:00
network: get rid of DUID_TYPE_RAW
It wasn't used for anything after the recent changes.
This commit is contained in:
parent
e2e08e77cc
commit
7c285c7419
@ -26,7 +26,6 @@
|
||||
#include "unaligned.h"
|
||||
|
||||
typedef enum DUIDType {
|
||||
DUID_TYPE_RAW = 0,
|
||||
DUID_TYPE_LLT = 1,
|
||||
DUID_TYPE_EN = 2,
|
||||
DUID_TYPE_LL = 3,
|
||||
|
@ -37,7 +37,6 @@ int manager_parse_config_file(Manager *m) {
|
||||
}
|
||||
|
||||
static const char* const duid_type_table[_DUID_TYPE_MAX] = {
|
||||
[DUID_TYPE_RAW] = "raw",
|
||||
[DUID_TYPE_LLT] = "link-layer-time",
|
||||
[DUID_TYPE_EN] = "vendor",
|
||||
[DUID_TYPE_LL] = "link-layer",
|
||||
|
Loading…
x
Reference in New Issue
Block a user