From: Andreas Rammhold Date: Thu, 31 Aug 2017 10:08:33 +0000 (+0200) Subject: networkd: Added deprecation warning to `VRF.TableId` X-Git-Tag: v235~187^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F6704%2Fhead;p=thirdparty%2Fsystemd.git networkd: Added deprecation warning to `VRF.TableId` --- diff --git a/src/network/netdev/netdev-gperf.gperf b/src/network/netdev/netdev-gperf.gperf index 98182d5f3af..ab28caf05da 100644 --- a/src/network/netdev/netdev-gperf.gperf +++ b/src/network/netdev/netdev-gperf.gperf @@ -133,5 +133,5 @@ Bridge.MulticastQuerier, config_parse_tristate, 0, Bridge.MulticastSnooping, config_parse_tristate, 0, offsetof(Bridge, mcast_snooping) 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) +VRF.TableId, config_parse_uint32, 0, offsetof(Vrf, table) /* deprecated */ VRF.Table, config_parse_route_table, 0, offsetof(Vrf, table)