From: Christian Brauner Date: Wed, 9 Dec 2020 08:51:38 +0000 (+0100) Subject: confile_utils: cleanup lxc_veth_mode X-Git-Tag: lxc-5.0.0~330^2~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ecf953c584c4aec3ac6802994feb6704ad3b5fc9;p=thirdparty%2Flxc.git confile_utils: cleanup lxc_veth_mode Signed-off-by: Christian Brauner --- diff --git a/src/lxc/confile_utils.c b/src/lxc/confile_utils.c index 180dc88f1..43661fde4 100644 --- a/src/lxc/confile_utils.c +++ b/src/lxc/confile_utils.c @@ -491,8 +491,8 @@ static struct lxc_veth_mode { char *name; int mode; } veth_mode[] = { - { "bridge", VETH_MODE_BRIDGE }, - { "router", VETH_MODE_ROUTER }, + { "bridge", VETH_MODE_BRIDGE }, + { "router", VETH_MODE_ROUTER }, }; int lxc_veth_mode_to_flag(int *mode, const char *value)