From b13049c76579b3303a4a22e9eba05531f450d07a Mon Sep 17 00:00:00 2001 From: Andreas Rammhold Date: Thu, 31 Aug 2017 12:08:33 +0200 Subject: [PATCH] networkd: Added deprecation warning to `VRF.TableId` --- src/network/netdev/netdev-gperf.gperf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.47.3