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:
parent
362f6336df
commit
b13049c765
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user