netdev: fix parser for VRF.Table=

This effectively reverts f98dd1e707 (#6704).

Fixes #9150.
This commit is contained in:
Yu Watanabe 2018-06-01 18:38:04 +09:00 committed by Zbigniew Jędrzejewski-Szmek
parent 96f64eb574
commit 40352cf0c1

View file

@ -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