mirror of
https://github.com/systemd/systemd.git
synced 2026-08-03 14:40:31 +00:00
netdev: fix parser for VRF.Table=
This effectively reverts f98dd1e707 (#6704).
Fixes #9150.
This commit is contained in:
committed by
Zbigniew Jędrzejewski-Szmek
parent
96f64eb574
commit
40352cf0c1
@@ -145,7 +145,7 @@ Bridge.MulticastSnooping, config_parse_tristate, 0,
|
||||
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) /* deprecated */
|
||||
VRF.Table, config_parse_route_table, 0, offsetof(Vrf, table)
|
||||
VRF.Table, config_parse_uint32, 0, offsetof(Vrf, table)
|
||||
WireGuard.FwMark, config_parse_unsigned, 0, offsetof(Wireguard, fwmark)
|
||||
WireGuard.ListenPort, config_parse_wireguard_listen_port, 0, offsetof(Wireguard, port)
|
||||
WireGuard.PrivateKey, config_parse_wireguard_private_key, 0, 0
|
||||
|
||||
Reference in New Issue
Block a user