From f98dd1e70750f09a85d9236ad3621b249ad59629 Mon Sep 17 00:00:00 2001 From: Andreas Rammhold Date: Thu, 31 Aug 2017 01:11:16 +0200 Subject: [PATCH] networkd: Add `VRF.Table` to support parsing of table names Previously there was only `VRF.TableId` which only supported numeric identifiers for routing table. With the additiona of `config_parse_route_table` also names can be used as identifiers. --- src/network/netdev/netdev-gperf.gperf | 1 + 1 file changed, 1 insertion(+) diff --git a/src/network/netdev/netdev-gperf.gperf b/src/network/netdev/netdev-gperf.gperf index 8b235a48579..2a9bf2b1e30 100644 --- a/src/network/netdev/netdev-gperf.gperf +++ b/src/network/netdev/netdev-gperf.gperf @@ -134,3 +134,4 @@ 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_id) +VRF.Table, config_parse_route_table, 0, offsetof(Vrf, table_id) -- 2.47.3