confile_utils: cleanup lxc_veth_mode

parent 34e3717e
...@@ -476,8 +476,8 @@ static struct lxc_veth_mode { ...@@ -476,8 +476,8 @@ static struct lxc_veth_mode {
char *name; char *name;
int mode; int mode;
} veth_mode[] = { } veth_mode[] = {
{ "bridge", VETH_MODE_BRIDGE }, { "bridge", VETH_MODE_BRIDGE },
{ "router", VETH_MODE_ROUTER }, { "router", VETH_MODE_ROUTER },
}; };
int lxc_veth_mode_to_flag(int *mode, const char *value) int lxc_veth_mode_to_flag(int *mode, 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