From: Lennart Poettering Date: Wed, 9 Sep 2015 06:36:20 +0000 (+0200) Subject: nspawn: add missing comma to gperf file X-Git-Tag: v227~165^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1210%2Fhead;p=thirdparty%2Fsystemd.git nspawn: add missing comma to gperf file --- diff --git a/src/nspawn/nspawn-gperf.gperf b/src/nspawn/nspawn-gperf.gperf index 074b3803062..b5127a387c3 100644 --- a/src/nspawn/nspawn-gperf.gperf +++ b/src/nspawn/nspawn-gperf.gperf @@ -34,5 +34,5 @@ Network.Interface, config_parse_strv, 0, offsetof(Settings, net Network.MACVLAN, config_parse_strv, 0, offsetof(Settings, network_macvlan) Network.IPVLAN, config_parse_strv, 0, offsetof(Settings, network_ipvlan) Network.VirtualEthernet, config_parse_tristate, 0, offsetof(Settings, network_veth) -Network.Bridge config_parse_string, 0, offsetof(Settings, network_bridge) +Network.Bridge, config_parse_string, 0, offsetof(Settings, network_bridge) Network.Port, config_parse_expose_port, 0, 0