]> git.proxmox.com Git - mirror_lxc.git/commitdiff
confile_utils: cleanup lxc_ipvlan_isolation
authorChristian Brauner <christian.brauner@ubuntu.com>
Wed, 9 Dec 2020 08:54:51 +0000 (09:54 +0100)
committerChristian Brauner <christian.brauner@ubuntu.com>
Thu, 10 Dec 2020 19:39:52 +0000 (20:39 +0100)
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
src/lxc/confile_utils.c

index 6f81224439091e5d8076b0a7590e5f0a29939c7d..a57c41b525ccbec561d3e98e90730c497790764a 100644 (file)
@@ -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)