From: Yu Watanabe Date: Fri, 1 Jun 2018 09:38:04 +0000 (+0900) Subject: netdev: fix parser for VRF.Table= X-Git-Tag: v239~165 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=40352cf0c1ea8f2fcce3b8a86c80efc259a62c2d;p=thirdparty%2Fsystemd.git netdev: fix parser for VRF.Table= This effectively reverts f98dd1e70750f09a85d9236ad3621b249ad59629 (#6704). Fixes #9150. --- diff --git a/src/network/netdev/netdev-gperf.gperf b/src/network/netdev/netdev-gperf.gperf index c0d4375a990..dfcac9adbfc 100644 --- a/src/network/netdev/netdev-gperf.gperf +++ b/src/network/netdev/netdev-gperf.gperf @@ -145,7 +145,7 @@ Bridge.MulticastSnooping, config_parse_tristate, 0, Bridge.VLANFiltering, config_parse_tristate, 0, offsetof(Bridge, vlan_filtering) Bridge.STP, config_parse_tristate, 0, offsetof(Bridge, stp) VRF.TableId, config_parse_uint32, 0, offsetof(Vrf, table) /* deprecated */ -VRF.Table, config_parse_route_table, 0, offsetof(Vrf, table) +VRF.Table, config_parse_uint32, 0, offsetof(Vrf, table) WireGuard.FwMark, config_parse_unsigned, 0, offsetof(Wireguard, fwmark) WireGuard.ListenPort, config_parse_wireguard_listen_port, 0, offsetof(Wireguard, port) WireGuard.PrivateKey, config_parse_wireguard_private_key, 0, 0