1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-01 00:51:24 +03:00

networkd: Added deprecation warning to VRF.TableId

This commit is contained in:
Andreas Rammhold 2017-08-31 12:08:33 +02:00
parent 362f6336df
commit b13049c765

View 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)