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