chiark / gitweb /
networkd: Add bridge port path cost
[elogind.git] / src / network / networkd-network-gperf.gperf
1 %{
2 #include <stddef.h>
3 #include "conf-parser.h"
4 #include "networkd.h"
5 #include "network-internal.h"
6 %}
7 struct ConfigPerfItem;
8 %null_strings
9 %language=ANSI-C
10 %define slot-name section_and_lvalue
11 %define hash-function-name network_network_gperf_hash
12 %define lookup-function-name network_network_gperf_lookup
13 %readonly-tables
14 %omit-struct-type
15 %struct-type
16 %includes
17 %%
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 Match.Host,                  config_parse_net_condition,         CONDITION_HOST,                offsetof(Network, match_host)
24 Match.Virtualization,        config_parse_net_condition,         CONDITION_VIRTUALIZATION,      offsetof(Network, match_virt)
25 Match.KernelCommandLine,     config_parse_net_condition,         CONDITION_KERNEL_COMMAND_LINE, offsetof(Network, match_kernel)
26 Match.Architecture,          config_parse_net_condition,         CONDITION_ARCHITECTURE,        offsetof(Network, match_arch)
27 Network.Description,         config_parse_string,                0,                             offsetof(Network, description)
28 Network.Bridge,              config_parse_netdev,                0,                             offsetof(Network, bridge)
29 Network.Bond,                config_parse_netdev,                0,                             offsetof(Network, bond)
30 Network.VLAN,                config_parse_netdev,                0,                             0
31 Network.MACVLAN,             config_parse_netdev,                0,                             0
32 Network.VXLAN,               config_parse_netdev,                0,                             0
33 Network.Tunnel,              config_parse_tunnel,                0,                             0
34 Network.DHCP,                config_parse_dhcp,                  0,                             offsetof(Network, dhcp)
35 Network.DHCPServer,          config_parse_bool,                  0,                             offsetof(Network, dhcp_server)
36 Network.IPv4LL,              config_parse_bool,                  0,                             offsetof(Network, ipv4ll)
37 Network.IPv4LLRoute,         config_parse_bool,                  0,                             offsetof(Network, ipv4ll_route)
38 Network.Address,             config_parse_address,               0,                             0
39 Network.Gateway,             config_parse_gateway,               0,                             0
40 Network.Domains,             config_parse_domains,               0,                             offsetof(Network, domains)
41 Network.DNS,                 config_parse_strv,                  0,                             offsetof(Network, dns)
42 Network.LLMNR,               config_parse_llmnr,                 0,                             offsetof(Network, llmnr)
43 Network.NTP,                 config_parse_strv,                  0,                             offsetof(Network, ntp)
44 Address.Address,             config_parse_address,               0,                             0
45 Address.Peer,                config_parse_address,               0,                             0
46 Address.Broadcast,           config_parse_broadcast,             0,                             0
47 Address.Label,               config_parse_label,                 0,                             0
48 Route.Gateway,               config_parse_gateway,               0,                             0
49 Route.Destination,           config_parse_destination,           0,                             0
50 Route.Metric,                config_parse_route_priority,        0,                             0
51 DHCP.UseDNS,                 config_parse_bool,                  0,                             offsetof(Network, dhcp_dns)
52 DHCP.UseMTU,                 config_parse_bool,                  0,                             offsetof(Network, dhcp_mtu)
53 DHCP.UseHostname,            config_parse_bool,                  0,                             offsetof(Network, dhcp_hostname)
54 DHCP.UseDomains,             config_parse_bool,                  0,                             offsetof(Network, dhcp_domains)
55 DHCP.UseRoutes,              config_parse_bool,                  0,                             offsetof(Network, dhcp_routes)
56 DHCP.SendHostname,           config_parse_bool,                  0,                             offsetof(Network, dhcp_sendhost)
57 DHCP.RequestBroadcast,       config_parse_bool,                  0,                             offsetof(Network, dhcp_broadcast)
58 DHCP.CriticalConnection,     config_parse_bool,                  0,                             offsetof(Network, dhcp_critical)
59 DHCP.VendorClassIdentifier,  config_parse_string,                0,                             offsetof(Network, dhcp_vendor_class_identifier)
60 DHCP.RouteMetric,            config_parse_unsigned,              0,                             offsetof(Network, dhcp_route_metric)
61 BridgePort.Cost,             config_parse_unsigned,              0,                             offsetof(Network, cost)
62 /* backwards compatibility: do not add new entries to this section */
63 DHCPv4.UseDNS,               config_parse_bool,                  0,                             offsetof(Network, dhcp_dns)
64 DHCPv4.UseMTU,               config_parse_bool,                  0,                             offsetof(Network, dhcp_mtu)
65 DHCPv4.UseHostname,          config_parse_bool,                  0,                             offsetof(Network, dhcp_hostname)
66 DHCP.UseDomainName,          config_parse_bool,                  0,                             offsetof(Network, dhcp_domains)
67 DHCPv4.UseDomainName,        config_parse_bool,                  0,                             offsetof(Network, dhcp_domains)
68 DHCPv4.CriticalConnection,   config_parse_bool,                  0,                             offsetof(Network, dhcp_critical)