confile_utils: cleanup lxc_ipvlan_isolation

parent dc21900c
......@@ -578,9 +578,9 @@ static struct lxc_ipvlan_isolation {
char *name;
int flag;
} ipvlan_isolation[] = {
{ "bridge", IPVLAN_ISOLATION_BRIDGE },
{ "private", IPVLAN_ISOLATION_PRIVATE },
{ "vepa", IPVLAN_ISOLATION_VEPA },
{ "bridge", IPVLAN_ISOLATION_BRIDGE },
{ "private", IPVLAN_ISOLATION_PRIVATE },
{ "vepa", IPVLAN_ISOLATION_VEPA },
};
int lxc_ipvlan_isolation_to_flag(int *flag, 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