]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/network/networkd-netdev-gperf.gperf
networkd: vxlan add support for GBP
[thirdparty/systemd.git] / src / network / networkd-netdev-gperf.gperf
1 %{
2 #include <stddef.h>
3 #include "conf-parser.h"
4 #include "networkd-netdev.h"
5 #include "networkd-netdev-tunnel.h"
6 #include "networkd-netdev-bond.h"
7 #include "networkd-netdev-macvlan.h"
8 #include "network-internal.h"
9 %}
10 struct ConfigPerfItem;
11 %null_strings
12 %language=ANSI-C
13 %define slot-name section_and_lvalue
14 %define hash-function-name network_netdev_gperf_hash
15 %define lookup-function-name network_netdev_gperf_lookup
16 %readonly-tables
17 %omit-struct-type
18 %struct-type
19 %includes
20 %%
21 Match.Host, config_parse_net_condition, CONDITION_HOST, offsetof(NetDev, match_host)
22 Match.Virtualization, config_parse_net_condition, CONDITION_VIRTUALIZATION, offsetof(NetDev, match_virt)
23 Match.KernelCommandLine, config_parse_net_condition, CONDITION_KERNEL_COMMAND_LINE, offsetof(NetDev, match_kernel)
24 Match.Architecture, config_parse_net_condition, CONDITION_ARCHITECTURE, offsetof(NetDev, match_arch)
25 NetDev.Description, config_parse_string, 0, offsetof(NetDev, description)
26 NetDev.Name, config_parse_ifname, 0, offsetof(NetDev, ifname)
27 NetDev.Kind, config_parse_netdev_kind, 0, offsetof(NetDev, kind)
28 NetDev.MTUBytes, config_parse_iec_size, 0, offsetof(NetDev, mtu)
29 NetDev.MACAddress, config_parse_hwaddr, 0, offsetof(NetDev, mac)
30 VLAN.Id, config_parse_uint64, 0, offsetof(VLan, id)
31 MACVLAN.Mode, config_parse_macvlan_mode, 0, offsetof(MacVlan, mode)
32 MACVTAP.Mode, config_parse_macvlan_mode, 0, offsetof(MacVlan, mode)
33 IPVLAN.Mode, config_parse_ipvlan_mode, 0, offsetof(IPVlan, mode)
34 Tunnel.Local, config_parse_tunnel_address, 0, offsetof(Tunnel, local)
35 Tunnel.Remote, config_parse_tunnel_address, 0, offsetof(Tunnel, remote)
36 Tunnel.TOS, config_parse_unsigned, 0, offsetof(Tunnel, tos)
37 Tunnel.TTL, config_parse_unsigned, 0, offsetof(Tunnel, ttl)
38 Tunnel.DiscoverPathMTU, config_parse_bool, 0, offsetof(Tunnel, pmtudisc)
39 Tunnel.Mode, config_parse_ip6tnl_mode, 0, offsetof(Tunnel, ip6tnl_mode)
40 Tunnel.IPv6FlowLabel, config_parse_ipv6_flowlabel, 0, offsetof(Tunnel, ipv6_flowlabel)
41 Tunnel.CopyDSCP, config_parse_bool, 0, offsetof(Tunnel, copy_dscp)
42 Peer.Name, config_parse_ifname, 0, offsetof(Veth, ifname_peer)
43 Peer.MACAddress, config_parse_hwaddr, 0, offsetof(Veth, mac_peer)
44 VXLAN.Id, config_parse_uint64, 0, offsetof(VxLan, id)
45 VXLAN.Group, config_parse_vxlan_group_address, 0, offsetof(VxLan, group)
46 VXLAN.TOS, config_parse_unsigned, 0, offsetof(VxLan, tos)
47 VXLAN.TTL, config_parse_unsigned, 0, offsetof(VxLan, ttl)
48 VXLAN.MacLearning, config_parse_bool, 0, offsetof(VxLan, learning)
49 VXLAN.ARPProxy, config_parse_bool, 0, offsetof(VxLan, arp_proxy)
50 VXLAN.L2MissNotification, config_parse_bool, 0, offsetof(VxLan, l2miss)
51 VXLAN.L3MissNotification, config_parse_bool, 0, offsetof(VxLan, l3miss)
52 VXLAN.RouteShortCircuit, config_parse_bool, 0, offsetof(VxLan, route_short_circuit)
53 VXLAN.UDPCheckSum, config_parse_bool, 0, offsetof(VxLan, udpcsum)
54 VXLAN.UDP6ZeroCheckSumRx, config_parse_bool, 0, offsetof(VxLan, udp6zerocsumrx)
55 VXLAN.UDP6ZeroCheckSumTx, config_parse_bool, 0, offsetof(VxLan, udp6zerocsumtx)
56 VXLAN.FDBAgeingSec, config_parse_sec, 0, offsetof(VxLan, fdb_ageing)
57 VXLAN.GroupPolicyExtension, config_parse_bool, 0, offsetof(VxLan, group_policy)
58 Tun.OneQueue, config_parse_bool, 0, offsetof(TunTap, one_queue)
59 Tun.MultiQueue, config_parse_bool, 0, offsetof(TunTap, multi_queue)
60 Tun.PacketInfo, config_parse_bool, 0, offsetof(TunTap, packet_info)
61 Tun.User, config_parse_string, 0, offsetof(TunTap, user_name)
62 Tun.Group, config_parse_string, 0, offsetof(TunTap, group_name)
63 Tap.OneQueue, config_parse_bool, 0, offsetof(TunTap, one_queue)
64 Tap.MultiQueue, config_parse_bool, 0, offsetof(TunTap, multi_queue)
65 Tap.PacketInfo, config_parse_bool, 0, offsetof(TunTap, packet_info)
66 Tap.VNetHeader, config_parse_bool, 0, offsetof(TunTap, vnet_hdr)
67 Tap.User, config_parse_string, 0, offsetof(TunTap, user_name)
68 Tap.Group, config_parse_string, 0, offsetof(TunTap, group_name)
69 Bond.Mode, config_parse_bond_mode, 0, offsetof(Bond, mode)
70 Bond.TransmitHashPolicy, config_parse_bond_xmit_hash_policy, 0, offsetof(Bond, xmit_hash_policy)
71 Bond.LACPTransmitRate, config_parse_bond_lacp_rate, 0, offsetof(Bond, lacp_rate)
72 Bond.AdSelect, config_parse_bond_ad_select, 0, offsetof(Bond, ad_select)
73 Bond.FailOverMACPolicy, config_parse_bond_fail_over_mac, 0, offsetof(Bond, fail_over_mac)
74 Bond.ARPIPTargets, config_parse_arp_ip_target_address, 0, 0
75 Bond.ARPValidate, config_parse_bond_arp_validate, 0, offsetof(Bond, arp_validate)
76 Bond.ARPAllTargets, config_parse_bond_arp_all_targets, 0, offsetof(Bond, arp_all_targets)
77 Bond.PrimaryReselectPolicy, config_parse_bond_primary_reselect, 0, offsetof(Bond, primary_reselect)
78 Bond.ResendIGMP, config_parse_unsigned, 0, offsetof(Bond, resend_igmp)
79 Bond.PacketsPerSlave, config_parse_unsigned, 0, offsetof(Bond, packets_per_slave)
80 Bond.GratuitousARP, config_parse_unsigned, 0, offsetof(Bond, num_grat_arp)
81 Bond.AllSlavesActive, config_parse_unsigned, 0, offsetof(Bond, all_slaves_active)
82 Bond.MinLinks, config_parse_unsigned, 0, offsetof(Bond, min_links)
83 Bond.MIIMonitorSec, config_parse_sec, 0, offsetof(Bond, miimon)
84 Bond.UpDelaySec, config_parse_sec, 0, offsetof(Bond, updelay)
85 Bond.DownDelaySec, config_parse_sec, 0, offsetof(Bond, downdelay)
86 Bond.ARPIntervalSec, config_parse_sec, 0, offsetof(Bond, arp_interval)
87 Bond.LearnPacketIntervalSec, config_parse_sec, 0, offsetof(Bond, lp_interval)