confile_utils: cleanup lxc_macvlan_mode

parent 727269c7
...@@ -509,10 +509,10 @@ static struct lxc_macvlan_mode { ...@@ -509,10 +509,10 @@ static struct lxc_macvlan_mode {
char *name; char *name;
int mode; int mode;
} macvlan_mode[] = { } macvlan_mode[] = {
{ "private", MACVLAN_MODE_PRIVATE }, { "private", MACVLAN_MODE_PRIVATE },
{ "vepa", MACVLAN_MODE_VEPA }, { "vepa", MACVLAN_MODE_VEPA },
{ "bridge", MACVLAN_MODE_BRIDGE }, { "bridge", MACVLAN_MODE_BRIDGE },
{ "passthru", MACVLAN_MODE_PASSTHRU }, { "passthru", MACVLAN_MODE_PASSTHRU },
}; };
int lxc_macvlan_mode_to_flag(int *mode, const char *value) int lxc_macvlan_mode_to_flag(int *mode, const char *value)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment