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

index 59620b8dc6f31a24783884514ec5b27b9aa2215e..ce6321014c04bb34798cacc42507411c7e247ef4 100644 (file)
@@ -559,9 +559,9 @@ static struct lxc_ipvlan_mode {
        char *name;
        int mode;
 } ipvlan_mode[] = {
-    { "l3",  IPVLAN_MODE_L3  },
-    { "l3s", IPVLAN_MODE_L3S },
-    { "l2",  IPVLAN_MODE_L2  },
+       { "l3",  IPVLAN_MODE_L3  },
+       { "l3s", IPVLAN_MODE_L3S },
+       { "l2",  IPVLAN_MODE_L2  },
 };
 
 int lxc_ipvlan_mode_to_flag(int *mode, const char *value)