]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
networkd: Added deprecation warning to `VRF.TableId` 6704/head
authorAndreas Rammhold <andreas@rammhold.de>
Thu, 31 Aug 2017 10:08:33 +0000 (12:08 +0200)
committerAndreas Rammhold <andreas@rammhold.de>
Thu, 31 Aug 2017 10:08:33 +0000 (12:08 +0200)
src/network/netdev/netdev-gperf.gperf

index 98182d5f3afff8f354ad4a3254db609976c60cdd..ab28caf05dac882ed3e61a7621079ff193d751bd 100644 (file)
@@ -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)