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://review.tizen.org/git/?a=commitdiff_plain;h=b13049c76579b3303a4a22e9eba05531f450d07a;p=platform%2Fupstream%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 98182d5..ab28caf 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)