From 11e5a00f7320818348b27a02edf77a8573113a56 Mon Sep 17 00:00:00 2001 From: Christian Brauner Date: Wed, 9 Dec 2020 09:54:51 +0100 Subject: [PATCH] confile_utils: cleanup lxc_ipvlan_isolation Signed-off-by: Christian Brauner --- src/lxc/confile_utils.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lxc/confile_utils.c b/src/lxc/confile_utils.c index 6f8122443..a57c41b52 100644 --- a/src/lxc/confile_utils.c +++ b/src/lxc/confile_utils.c @@ -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) -- 2.39.2