confile_utils: cleanup lxc_ipvlan_mode

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