Skip to content

Commit

Permalink
confile_utils: cleanup lxc_ipvlan_isolation
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
  • Loading branch information
Christian Brauner committed Dec 10, 2020
1 parent c789d16 commit 11e5a00
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lxc/confile_utils.c
Expand Up @@ -593,9 +593,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)
Expand Down

0 comments on commit 11e5a00

Please sign in to comment.