diff options
author | Andreas Rammhold <andreas@rammhold.de> | 2017-08-31 12:08:33 +0200 |
---|---|---|
committer | Andreas Rammhold <andreas@rammhold.de> | 2017-08-31 12:08:33 +0200 |
commit | b13049c76579b3303a4a22e9eba05531f450d07a (patch) | |
tree | dba9e4af8c7cdb72637969c9e65f33a7d027a914 | |
parent | networkd: Updated documentation to refer to new `Table=` parameter (diff) | |
download | systemd-b13049c76579b3303a4a22e9eba05531f450d07a.tar.xz systemd-b13049c76579b3303a4a22e9eba05531f450d07a.zip |
networkd: Added deprecation warning to `VRF.TableId`
-rw-r--r-- | src/network/netdev/netdev-gperf.gperf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/netdev/netdev-gperf.gperf b/src/network/netdev/netdev-gperf.gperf index 98182d5f3a..ab28caf05d 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) |