3 #include "conf-parser.h"
10 %define slot-name section_and_lvalue
11 %define hash-function-name network_gperf_hash
12 %define lookup-function-name network_gperf_lookup
18 Match.MACAddress, config_parse_hwaddr, 0, offsetof(Network, match_mac)
19 Match.Path, config_parse_string, 0, offsetof(Network, match_path)
20 Match.Driver, config_parse_string, 0, offsetof(Network, match_driver)
21 Match.Type, config_parse_string, 0, offsetof(Network, match_type)
22 Match.Name, config_parse_ifname, 0, offsetof(Network, match_name)
23 Network.Description, config_parse_string, 0, offsetof(Network, description)
24 Network.Bridge, config_parse_bridge, 0, offsetof(Network, bridge)
25 Network.DHCP, config_parse_bool, 0, offsetof(Network, dhcp)
26 Network.Address, config_parse_address, 0, 0
27 Network.Gateway, config_parse_gateway, 0, 0
28 Address.Address, config_parse_address, 0, 0
29 Address.Label, config_parse_label, 0, 0
30 Route.Gateway, config_parse_gateway, 0, 0
31 Route.Destination, config_parse_destination, 0, 0
32 Bridge.Description, config_parse_string, 0, offsetof(Bridge, description)
33 Bridge.Name, config_parse_ifname, 0, offsetof(Bridge, name)