]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/network/netdev/netdev-gperf.gperf
networkd: netdev - move to separate subdirectory
[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_group_address, 0, offsetof(VxLan, group)
58 VXLAN.TOS, config_parse_unsigned, 0, offsetof(VxLan, tos)
59 VXLAN.TTL, config_parse_unsigned, 0, offsetof(VxLan, ttl)
60 VXLAN.MacLearning, config_parse_bool, 0, offsetof(VxLan, learning)
61 VXLAN.ARPProxy, config_parse_bool, 0, offsetof(VxLan, arp_proxy)
62 VXLAN.L2MissNotification, config_parse_bool, 0, offsetof(VxLan, l2miss)
63 VXLAN.L3MissNotification, config_parse_bool, 0, offsetof(VxLan, l3miss)
64 VXLAN.RouteShortCircuit, config_parse_bool, 0, offsetof(VxLan, route_short_circuit)
65 VXLAN.UDPCheckSum, config_parse_bool, 0, offsetof(VxLan, udpcsum)
66 VXLAN.UDPChecksum, config_parse_bool, 0, offsetof(VxLan, udpcsum)
67 VXLAN.UDP6ZeroCheckSumRx, config_parse_bool, 0, offsetof(VxLan, udp6zerocsumrx)
68 VXLAN.UDP6ZeroChecksumRx, config_parse_bool, 0, offsetof(VxLan, udp6zerocsumrx)
69 VXLAN.UDP6ZeroCheckSumTx, config_parse_bool, 0, offsetof(VxLan, udp6zerocsumtx)
70 VXLAN.UDP6ZeroChecksumTx, config_parse_bool, 0, offsetof(VxLan, udp6zerocsumtx)
71 VXLAN.RemoteChecksumTx, config_parse_bool, 0, offsetof(VxLan, remote_csum_tx)
72 VXLAN.RemoteChecksumRx, config_parse_bool, 0, offsetof(VxLan, remote_csum_rx)
73 VXLAN.FDBAgeingSec, config_parse_sec, 0, offsetof(VxLan, fdb_ageing)
74 VXLAN.GroupPolicyExtension, config_parse_bool, 0, offsetof(VxLan, group_policy)
75 VXLAN.MaximumFDBEntries, config_parse_unsigned, 0, offsetof(VxLan, max_fdb)
76 VXLAN.PortRange, config_parse_port_range, 0, 0
77 VXLAN.DestinationPort, config_parse_destination_port, 0, offsetof(VxLan, dest_port)
78 Tun.OneQueue, config_parse_bool, 0, offsetof(TunTap, one_queue)
79 Tun.MultiQueue, config_parse_bool, 0, offsetof(TunTap, multi_queue)
80 Tun.PacketInfo, config_parse_bool, 0, offsetof(TunTap, packet_info)
81 Tun.User, config_parse_string, 0, offsetof(TunTap, user_name)
82 Tun.Group, config_parse_string, 0, offsetof(TunTap, group_name)
83 Tap.OneQueue, config_parse_bool, 0, offsetof(TunTap, one_queue)
84 Tap.MultiQueue, config_parse_bool, 0, offsetof(TunTap, multi_queue)
85 Tap.PacketInfo, config_parse_bool, 0, offsetof(TunTap, packet_info)
86 Tap.VNetHeader, config_parse_bool, 0, offsetof(TunTap, vnet_hdr)
87 Tap.User, config_parse_string, 0, offsetof(TunTap, user_name)
88 Tap.Group, config_parse_string, 0, offsetof(TunTap, group_name)
89 Bond.Mode, config_parse_bond_mode, 0, offsetof(Bond, mode)
90 Bond.TransmitHashPolicy, config_parse_bond_xmit_hash_policy, 0, offsetof(Bond, xmit_hash_policy)
91 Bond.LACPTransmitRate, config_parse_bond_lacp_rate, 0, offsetof(Bond, lacp_rate)
92 Bond.AdSelect, config_parse_bond_ad_select, 0, offsetof(Bond, ad_select)
93 Bond.FailOverMACPolicy, config_parse_bond_fail_over_mac, 0, offsetof(Bond, fail_over_mac)
94 Bond.ARPIPTargets, config_parse_arp_ip_target_address, 0, 0
95 Bond.ARPValidate, config_parse_bond_arp_validate, 0, offsetof(Bond, arp_validate)
96 Bond.ARPAllTargets, config_parse_bond_arp_all_targets, 0, offsetof(Bond, arp_all_targets)
97 Bond.PrimaryReselectPolicy, config_parse_bond_primary_reselect, 0, offsetof(Bond, primary_reselect)
98 Bond.ResendIGMP, config_parse_unsigned, 0, offsetof(Bond, resend_igmp)
99 Bond.PacketsPerSlave, config_parse_unsigned, 0, offsetof(Bond, packets_per_slave)
100 Bond.GratuitousARP, config_parse_unsigned, 0, offsetof(Bond, num_grat_arp)
101 Bond.AllSlavesActive, config_parse_unsigned, 0, offsetof(Bond, all_slaves_active)
102 Bond.MinLinks, config_parse_unsigned, 0, offsetof(Bond, min_links)
103 Bond.MIIMonitorSec, config_parse_sec, 0, offsetof(Bond, miimon)
104 Bond.UpDelaySec, config_parse_sec, 0, offsetof(Bond, updelay)
105 Bond.DownDelaySec, config_parse_sec, 0, offsetof(Bond, downdelay)
106 Bond.ARPIntervalSec, config_parse_sec, 0, offsetof(Bond, arp_interval)
107 Bond.LearnPacketIntervalSec, config_parse_sec, 0, offsetof(Bond, lp_interval)
108 Bridge.HelloTimeSec, config_parse_sec, 0, offsetof(Bridge, hello_time)
109 Bridge.MaxAgeSec, config_parse_sec, 0, offsetof(Bridge, max_age)
110 Bridge.AgeingTimeSec, config_parse_sec, 0, offsetof(Bridge, ageing_time)
111 Bridge.ForwardDelaySec, config_parse_sec, 0, offsetof(Bridge, forward_delay)
112 Bridge.Priority, config_parse_uint16, 0, offsetof(Bridge, priority)
113 Bridge.DefaultPVID, config_parse_vlanid, 0, offsetof(Bridge, default_pvid)
114 Bridge.MulticastQuerier, config_parse_tristate, 0, offsetof(Bridge, mcast_querier)
115 Bridge.MulticastSnooping, config_parse_tristate, 0, offsetof(Bridge, mcast_snooping)
116 Bridge.VLANFiltering, config_parse_tristate, 0, offsetof(Bridge, vlan_filtering)
117 Bridge.STP, config_parse_tristate, 0, offsetof(Bridge, stp)
118 VRF.TableId, config_parse_uint32, 0, offsetof(Vrf, table_id)