]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/network/networkd-network-gperf.gperf
networkd: netdev - allow filtering on kernel cmdline, host and virt
[thirdparty/systemd.git] / src / network / networkd-network-gperf.gperf
CommitLineData
c0dda186
TG
1%{
2#include <stddef.h>
3#include "conf-parser.h"
4#include "networkd.h"
5#include "net-util.h"
6%}
7struct 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%%
18Match.MACAddress, config_parse_hwaddr, 0, offsetof(Network, match_mac)
19Match.Path, config_parse_string, 0, offsetof(Network, match_path)
20Match.Driver, config_parse_string, 0, offsetof(Network, match_driver)
21Match.Type, config_parse_string, 0, offsetof(Network, match_type)
22Match.Name, config_parse_ifname, 0, offsetof(Network, match_name)
23Match.Host, config_parse_net_condition, CONDITION_HOST, offsetof(Network, match_host)
24Match.Virtualization, config_parse_net_condition, CONDITION_VIRTUALIZATION, offsetof(Network, match_virt)
25Match.KernelCommandLine, config_parse_net_condition, CONDITION_KERNEL_COMMAND_LINE, offsetof(Network, match_kernel)
26Network.Description, config_parse_string, 0, offsetof(Network, description)
27Network.Bridge, config_parse_bridge, 0, offsetof(Network, bridge)
28Network.Bond, config_parse_bond, 0, offsetof(Network, bond)
29Network.VLAN, config_parse_vlan, 0, offsetof(Network, vlans)
30Network.DHCP, config_parse_bool, 0, offsetof(Network, dhcp)
31Network.Address, config_parse_address, 0, 0
32Network.Gateway, config_parse_gateway, 0, 0
33Network.DNS, config_parse_dns, 0, offsetof(Network, dns)
34Address.Address, config_parse_address, 0, 0
35Address.Broadcast, config_parse_broadcast, 0, 0
36Address.Label, config_parse_label, 0, 0
37Route.Gateway, config_parse_gateway, 0, 0
38Route.Destination, config_parse_destination, 0, 0
39DHCPv4.UseDNS, config_parse_bool, 0, offsetof(Network, dhcp_dns)
40DHCPv4.UseMTU, config_parse_bool, 0, offsetof(Network, dhcp_mtu)
41DHCPv4.UseHostname, config_parse_bool, 0, offsetof(Network, dhcp_hostname)
42DHCPv4.UseDomainName, config_parse_bool, 0, offsetof(Network, dhcp_domainname)
43DHCPv4.CriticalConnection, config_parse_bool, 0, offsetof(Network, dhcp_critical)