confile_utils: cleanup lxc_ipvlan_mode

parent 14a54073
...@@ -544,9 +544,9 @@ static struct lxc_ipvlan_mode { ...@@ -544,9 +544,9 @@ static struct lxc_ipvlan_mode {
char *name; char *name;
int mode; int mode;
} ipvlan_mode[] = { } ipvlan_mode[] = {
{ "l3", IPVLAN_MODE_L3 }, { "l3", IPVLAN_MODE_L3 },
{ "l3s", IPVLAN_MODE_L3S }, { "l3s", IPVLAN_MODE_L3S },
{ "l2", IPVLAN_MODE_L2 }, { "l2", IPVLAN_MODE_L2 },
}; };
int lxc_ipvlan_mode_to_flag(int *mode, const char *value) int lxc_ipvlan_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