confile_utils: cleanup lxc_ipvlan_isolation

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