]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/network/netdev/netdev-gperf.gperf
6016b99b543d9655cd93fd69586ee16db31b881d
[thirdparty/systemd.git] / src / network / netdev / netdev-gperf.gperf
1 %{
2 #include <stddef.h>
3 #include "conf-parser.h"
4 #include "network-internal.h"
5 #include "netdev/bond.h"
6 #include "netdev/bridge.h"
7 #include "netdev/geneve.h"
8 #include "netdev/ipvlan.h"
9 #include "netdev/macvlan.h"
10 #include "netdev/tunnel.h"
11 #include "netdev/tuntap.h"
12 #include "netdev/veth.h"
13 #include "netdev/vlan.h"
14 #include "netdev/vxlan.h"
15 #include "netdev/vrf.h"
16 #include "netdev/netdev.h"
17 #include "vlan-util.h"
18 %}
19 struct ConfigPerfItem;
20 %null_strings
21 %language=ANSI-C
22 %define slot-name section_and_lvalue
23 %define hash-function-name network_netdev_gperf_hash
24 %define lookup-function-name network_netdev_gperf_lookup
25 %readonly-tables
26 %omit-struct-type
27 %struct-type
28 %includes
29 %%
30 Match.Host, config_parse_net_condition, CONDITION_HOST, offsetof(NetDev, match_host)
31 Match.Virtualization, config_parse_net_condition, CONDITION_VIRTUALIZATION, offsetof(NetDev, match_virt)
32 Match.KernelCommandLine, config_parse_net_condition, CONDITION_KERNEL_COMMAND_LINE, offsetof(NetDev, match_kernel)
33 Match.Architecture, config_parse_net_condition, CONDITION_ARCHITECTURE, offsetof(NetDev, match_arch)
34 NetDev.Description, config_parse_string, 0, offsetof(NetDev, description)
35 NetDev.Name, config_parse_ifname, 0, offsetof(NetDev, ifname)
36 NetDev.Kind, config_parse_netdev_kind, 0, offsetof(NetDev, kind)
37 NetDev.MTUBytes, config_parse_iec_size, 0, offsetof(NetDev, mtu)
38 NetDev.MACAddress, config_parse_hwaddr, 0, offsetof(NetDev, mac)
39 VLAN.Id, config_parse_vlanid, 0, offsetof(VLan, id)
40 VLAN.GVRP, config_parse_tristate, 0, offsetof(VLan, gvrp)
41 MACVLAN.Mode, config_parse_macvlan_mode, 0, offsetof(MacVlan, mode)
42 MACVTAP.Mode, config_parse_macvlan_mode, 0, offsetof(MacVlan, mode)
43 IPVLAN.Mode, config_parse_ipvlan_mode, 0, offsetof(IPVlan, mode)
44 Tunnel.Local, config_parse_tunnel_address, 0, offsetof(Tunnel, local)
45 Tunnel.Remote, config_parse_tunnel_address, 0, offsetof(Tunnel, remote)
46 Tunnel.TOS, config_parse_unsigned, 0, offsetof(Tunnel, tos)
47 Tunnel.TTL, config_parse_unsigned, 0, offsetof(Tunnel, ttl)
48 Tunnel.Key, config_parse_tunnel_key, 0, offsetof(Tunnel, key)
49 Tunnel.InputKey, config_parse_tunnel_key, 0, offsetof(Tunnel, ikey)
50 Tunnel.OutputKey, config_parse_tunnel_key, 0, offsetof(Tunnel, okey)
51 Tunnel.DiscoverPathMTU, config_parse_bool, 0, offsetof(Tunnel, pmtudisc)
52 Tunnel.Mode, config_parse_ip6tnl_mode, 0, offsetof(Tunnel, ip6tnl_mode)
53 Tunnel.IPv6FlowLabel, config_parse_ipv6_flowlabel, 0, offsetof(Tunnel, ipv6_flowlabel)
54 Tunnel.CopyDSCP, config_parse_bool, 0, offsetof(Tunnel, copy_dscp)
55 Tunnel.EncapsulationLimit, config_parse_encap_limit, 0, offsetof(Tunnel, encap_limit)
56 Peer.Name, config_parse_ifname, 0, offsetof(Veth, ifname_peer)
57 Peer.MACAddress, config_parse_hwaddr, 0, offsetof(Veth, mac_peer)
58 VXLAN.Id, config_parse_uint64, 0, offsetof(VxLan, id)
59 VXLAN.Group, config_parse_vxlan_address, 0, offsetof(VxLan, remote)
60 VXLAN.Local, config_parse_vxlan_address, 0, offsetof(VxLan, local)
61 VXLAN.Remote, config_parse_vxlan_address, 0, offsetof(VxLan, remote)
62 VXLAN.TOS, config_parse_unsigned, 0, offsetof(VxLan, tos)
63 VXLAN.TTL, config_parse_unsigned, 0, offsetof(VxLan, ttl)
64 VXLAN.MacLearning, config_parse_bool, 0, offsetof(VxLan, learning)
65 VXLAN.ARPProxy, config_parse_bool, 0, offsetof(VxLan, arp_proxy)
66 VXLAN.ReduceARPProxy, config_parse_bool, 0, offsetof(VxLan, arp_proxy)
67 VXLAN.L2MissNotification, config_parse_bool, 0, offsetof(VxLan, l2miss)
68 VXLAN.L3MissNotification, config_parse_bool, 0, offsetof(VxLan, l3miss)
69 VXLAN.RouteShortCircuit, config_parse_bool, 0, offsetof(VxLan, route_short_circuit)
70 VXLAN.UDPCheckSum, config_parse_bool, 0, offsetof(VxLan, udpcsum)
71 VXLAN.UDPChecksum, config_parse_bool, 0, offsetof(VxLan, udpcsum)
72 VXLAN.UDP6ZeroCheckSumRx, config_parse_bool, 0, offsetof(VxLan, udp6zerocsumrx)
73 VXLAN.UDP6ZeroChecksumRx, config_parse_bool, 0, offsetof(VxLan, udp6zerocsumrx)
74 VXLAN.UDP6ZeroCheckSumTx, config_parse_bool, 0, offsetof(VxLan, udp6zerocsumtx)
75 VXLAN.UDP6ZeroChecksumTx, config_parse_bool, 0, offsetof(VxLan, udp6zerocsumtx)
76 VXLAN.RemoteChecksumTx, config_parse_bool, 0, offsetof(VxLan, remote_csum_tx)
77 VXLAN.RemoteChecksumRx, config_parse_bool, 0, offsetof(VxLan, remote_csum_rx)
78 VXLAN.FDBAgeingSec, config_parse_sec, 0, offsetof(VxLan, fdb_ageing)
79 VXLAN.GroupPolicyExtension, config_parse_bool, 0, offsetof(VxLan, group_policy)
80 VXLAN.MaximumFDBEntries, config_parse_unsigned, 0, offsetof(VxLan, max_fdb)
81 VXLAN.PortRange, config_parse_port_range, 0, 0
82 VXLAN.DestinationPort, config_parse_destination_port, 0, offsetof(VxLan, dest_port)
83 VXLAN.FlowLabel, config_parse_flow_label, 0, 0
84 GENEVE.Id, config_parse_geneve_vni, 0, offsetof(Geneve, id)
85 GENEVE.Remote, config_parse_geneve_address, 0, offsetof(Geneve, remote)
86 GENEVE.TOS, config_parse_uint8, 0, offsetof(Geneve, tos)
87 GENEVE.TTL, config_parse_uint8, 0, offsetof(Geneve, ttl)
88 GENEVE.UDPChecksum, config_parse_bool, 0, offsetof(Geneve, udpcsum)
89 GENEVE.UDP6ZeroCheckSumRx, config_parse_bool, 0, offsetof(Geneve, udp6zerocsumrx)
90 GENEVE.UDP6ZeroCheckSumTx, config_parse_bool, 0, offsetof(Geneve, udp6zerocsumtx)
91 GENEVE.DestinationPort, config_parse_geneve_destination_port, 0, offsetof(Geneve, dest_port)
92 GENEVE.FlowLabel, config_parse_geneve_flow_label, 0, 0
93 Tun.OneQueue, config_parse_bool, 0, offsetof(TunTap, one_queue)
94 Tun.MultiQueue, config_parse_bool, 0, offsetof(TunTap, multi_queue)
95 Tun.PacketInfo, config_parse_bool, 0, offsetof(TunTap, packet_info)
96 Tun.User, config_parse_string, 0, offsetof(TunTap, user_name)
97 Tun.Group, config_parse_string, 0, offsetof(TunTap, group_name)
98 Tap.OneQueue, config_parse_bool, 0, offsetof(TunTap, one_queue)
99 Tap.MultiQueue, config_parse_bool, 0, offsetof(TunTap, multi_queue)
100 Tap.PacketInfo, config_parse_bool, 0, offsetof(TunTap, packet_info)
101 Tap.VNetHeader, config_parse_bool, 0, offsetof(TunTap, vnet_hdr)
102 Tap.User, config_parse_string, 0, offsetof(TunTap, user_name)
103 Tap.Group, config_parse_string, 0, offsetof(TunTap, group_name)
104 Bond.Mode, config_parse_bond_mode, 0, offsetof(Bond, mode)
105 Bond.TransmitHashPolicy, config_parse_bond_xmit_hash_policy, 0, offsetof(Bond, xmit_hash_policy)
106 Bond.LACPTransmitRate, config_parse_bond_lacp_rate, 0, offsetof(Bond, lacp_rate)
107 Bond.AdSelect, config_parse_bond_ad_select, 0, offsetof(Bond, ad_select)
108 Bond.FailOverMACPolicy, config_parse_bond_fail_over_mac, 0, offsetof(Bond, fail_over_mac)
109 Bond.ARPIPTargets, config_parse_arp_ip_target_address, 0, 0
110 Bond.ARPValidate, config_parse_bond_arp_validate, 0, offsetof(Bond, arp_validate)
111 Bond.ARPAllTargets, config_parse_bond_arp_all_targets, 0, offsetof(Bond, arp_all_targets)
112 Bond.PrimaryReselectPolicy, config_parse_bond_primary_reselect, 0, offsetof(Bond, primary_reselect)
113 Bond.ResendIGMP, config_parse_unsigned, 0, offsetof(Bond, resend_igmp)
114 Bond.PacketsPerSlave, config_parse_unsigned, 0, offsetof(Bond, packets_per_slave)
115 Bond.GratuitousARP, config_parse_unsigned, 0, offsetof(Bond, num_grat_arp)
116 Bond.AllSlavesActive, config_parse_unsigned, 0, offsetof(Bond, all_slaves_active)
117 Bond.MinLinks, config_parse_unsigned, 0, offsetof(Bond, min_links)
118 Bond.MIIMonitorSec, config_parse_sec, 0, offsetof(Bond, miimon)
119 Bond.UpDelaySec, config_parse_sec, 0, offsetof(Bond, updelay)
120 Bond.DownDelaySec, config_parse_sec, 0, offsetof(Bond, downdelay)
121 Bond.ARPIntervalSec, config_parse_sec, 0, offsetof(Bond, arp_interval)
122 Bond.LearnPacketIntervalSec, config_parse_sec, 0, offsetof(Bond, lp_interval)
123 Bridge.HelloTimeSec, config_parse_sec, 0, offsetof(Bridge, hello_time)
124 Bridge.MaxAgeSec, config_parse_sec, 0, offsetof(Bridge, max_age)
125 Bridge.AgeingTimeSec, config_parse_sec, 0, offsetof(Bridge, ageing_time)
126 Bridge.ForwardDelaySec, config_parse_sec, 0, offsetof(Bridge, forward_delay)
127 Bridge.Priority, config_parse_uint16, 0, offsetof(Bridge, priority)
128 Bridge.DefaultPVID, config_parse_vlanid, 0, offsetof(Bridge, default_pvid)
129 Bridge.MulticastQuerier, config_parse_tristate, 0, offsetof(Bridge, mcast_querier)
130 Bridge.MulticastSnooping, config_parse_tristate, 0, offsetof(Bridge, mcast_snooping)
131 Bridge.VLANFiltering, config_parse_tristate, 0, offsetof(Bridge, vlan_filtering)
132 Bridge.STP, config_parse_tristate, 0, offsetof(Bridge, stp)
133 VRF.TableId, config_parse_uint32, 0, offsetof(Vrf, table_id)