]> git.proxmox.com Git - systemd.git/blame - src/network/networkd-netdev-gperf.gperf
Imported Upstream version 229
[systemd.git] / src / network / networkd-netdev-gperf.gperf
CommitLineData
60f067b4
JS
1%{
2#include <stddef.h>
3#include "conf-parser.h"
5eef597e
MP
4#include "networkd-netdev.h"
5#include "networkd-netdev-tunnel.h"
6#include "networkd-netdev-bond.h"
7#include "networkd-netdev-macvlan.h"
60f067b4
JS
8#include "network-internal.h"
9%}
10struct 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%%
e3bff60a
MP
21Match.Host, config_parse_net_condition, CONDITION_HOST, offsetof(NetDev, match_host)
22Match.Virtualization, config_parse_net_condition, CONDITION_VIRTUALIZATION, offsetof(NetDev, match_virt)
23Match.KernelCommandLine, config_parse_net_condition, CONDITION_KERNEL_COMMAND_LINE, offsetof(NetDev, match_kernel)
24Match.Architecture, config_parse_net_condition, CONDITION_ARCHITECTURE, offsetof(NetDev, match_arch)
25NetDev.Description, config_parse_string, 0, offsetof(NetDev, description)
26NetDev.Name, config_parse_ifname, 0, offsetof(NetDev, ifname)
27NetDev.Kind, config_parse_netdev_kind, 0, offsetof(NetDev, kind)
28NetDev.MTUBytes, config_parse_iec_size, 0, offsetof(NetDev, mtu)
29NetDev.MACAddress, config_parse_hwaddr, 0, offsetof(NetDev, mac)
30VLAN.Id, config_parse_uint64, 0, offsetof(VLan, id)
31MACVLAN.Mode, config_parse_macvlan_mode, 0, offsetof(MacVlan, mode)
7035cd9e 32MACVTAP.Mode, config_parse_macvlan_mode, 0, offsetof(MacVlan, mode)
e3bff60a
MP
33IPVLAN.Mode, config_parse_ipvlan_mode, 0, offsetof(IPVlan, mode)
34Tunnel.Local, config_parse_tunnel_address, 0, offsetof(Tunnel, local)
35Tunnel.Remote, config_parse_tunnel_address, 0, offsetof(Tunnel, remote)
36Tunnel.TOS, config_parse_unsigned, 0, offsetof(Tunnel, tos)
37Tunnel.TTL, config_parse_unsigned, 0, offsetof(Tunnel, ttl)
38Tunnel.DiscoverPathMTU, config_parse_bool, 0, offsetof(Tunnel, pmtudisc)
39Tunnel.Mode, config_parse_ip6tnl_mode, 0, offsetof(Tunnel, ip6tnl_mode)
7035cd9e
MP
40Tunnel.IPv6FlowLabel, config_parse_ipv6_flowlabel, 0, offsetof(Tunnel, ipv6_flowlabel)
41Tunnel.CopyDSCP, config_parse_bool, 0, offsetof(Tunnel, copy_dscp)
d9dfd233 42Tunnel.EncapsulationLimit, config_parse_encap_limit, 0, offsetof(Tunnel, encap_limit)
e3bff60a
MP
43Peer.Name, config_parse_ifname, 0, offsetof(Veth, ifname_peer)
44Peer.MACAddress, config_parse_hwaddr, 0, offsetof(Veth, mac_peer)
45VXLAN.Id, config_parse_uint64, 0, offsetof(VxLan, id)
46VXLAN.Group, config_parse_vxlan_group_address, 0, offsetof(VxLan, group)
47VXLAN.TOS, config_parse_unsigned, 0, offsetof(VxLan, tos)
48VXLAN.TTL, config_parse_unsigned, 0, offsetof(VxLan, ttl)
49VXLAN.MacLearning, config_parse_bool, 0, offsetof(VxLan, learning)
50VXLAN.ARPProxy, config_parse_bool, 0, offsetof(VxLan, arp_proxy)
51VXLAN.L2MissNotification, config_parse_bool, 0, offsetof(VxLan, l2miss)
52VXLAN.L3MissNotification, config_parse_bool, 0, offsetof(VxLan, l3miss)
53VXLAN.RouteShortCircuit, config_parse_bool, 0, offsetof(VxLan, route_short_circuit)
54VXLAN.UDPCheckSum, config_parse_bool, 0, offsetof(VxLan, udpcsum)
55VXLAN.UDP6ZeroCheckSumRx, config_parse_bool, 0, offsetof(VxLan, udp6zerocsumrx)
56VXLAN.UDP6ZeroCheckSumTx, config_parse_bool, 0, offsetof(VxLan, udp6zerocsumtx)
57VXLAN.FDBAgeingSec, config_parse_sec, 0, offsetof(VxLan, fdb_ageing)
5fd56512 58VXLAN.GroupPolicyExtension, config_parse_bool, 0, offsetof(VxLan, group_policy)
db2df898 59VXLAN.MaximumFDBEntries, config_parse_unsigned, 0, offsetof(VxLan, max_fdb)
4c89c718
MP
60VXLAN.PortRange, config_parse_port_range, 0, 0
61VXLAN.DestinationPort, config_parse_destination_port, 0, offsetof(VxLan, dest_port)
e3bff60a
MP
62Tun.OneQueue, config_parse_bool, 0, offsetof(TunTap, one_queue)
63Tun.MultiQueue, config_parse_bool, 0, offsetof(TunTap, multi_queue)
64Tun.PacketInfo, config_parse_bool, 0, offsetof(TunTap, packet_info)
65Tun.User, config_parse_string, 0, offsetof(TunTap, user_name)
66Tun.Group, config_parse_string, 0, offsetof(TunTap, group_name)
67Tap.OneQueue, config_parse_bool, 0, offsetof(TunTap, one_queue)
68Tap.MultiQueue, config_parse_bool, 0, offsetof(TunTap, multi_queue)
69Tap.PacketInfo, config_parse_bool, 0, offsetof(TunTap, packet_info)
7035cd9e 70Tap.VNetHeader, config_parse_bool, 0, offsetof(TunTap, vnet_hdr)
e3bff60a
MP
71Tap.User, config_parse_string, 0, offsetof(TunTap, user_name)
72Tap.Group, config_parse_string, 0, offsetof(TunTap, group_name)
73Bond.Mode, config_parse_bond_mode, 0, offsetof(Bond, mode)
74Bond.TransmitHashPolicy, config_parse_bond_xmit_hash_policy, 0, offsetof(Bond, xmit_hash_policy)
75Bond.LACPTransmitRate, config_parse_bond_lacp_rate, 0, offsetof(Bond, lacp_rate)
76Bond.AdSelect, config_parse_bond_ad_select, 0, offsetof(Bond, ad_select)
77Bond.FailOverMACPolicy, config_parse_bond_fail_over_mac, 0, offsetof(Bond, fail_over_mac)
78Bond.ARPIPTargets, config_parse_arp_ip_target_address, 0, 0
79Bond.ARPValidate, config_parse_bond_arp_validate, 0, offsetof(Bond, arp_validate)
80Bond.ARPAllTargets, config_parse_bond_arp_all_targets, 0, offsetof(Bond, arp_all_targets)
81Bond.PrimaryReselectPolicy, config_parse_bond_primary_reselect, 0, offsetof(Bond, primary_reselect)
82Bond.ResendIGMP, config_parse_unsigned, 0, offsetof(Bond, resend_igmp)
83Bond.PacketsPerSlave, config_parse_unsigned, 0, offsetof(Bond, packets_per_slave)
84Bond.GratuitousARP, config_parse_unsigned, 0, offsetof(Bond, num_grat_arp)
85Bond.AllSlavesActive, config_parse_unsigned, 0, offsetof(Bond, all_slaves_active)
86Bond.MinLinks, config_parse_unsigned, 0, offsetof(Bond, min_links)
87Bond.MIIMonitorSec, config_parse_sec, 0, offsetof(Bond, miimon)
88Bond.UpDelaySec, config_parse_sec, 0, offsetof(Bond, updelay)
89Bond.DownDelaySec, config_parse_sec, 0, offsetof(Bond, downdelay)
90Bond.ARPIntervalSec, config_parse_sec, 0, offsetof(Bond, arp_interval)
91Bond.LearnPacketIntervalSec, config_parse_sec, 0, offsetof(Bond, lp_interval)
6300502b
MP
92Bridge.HelloTimeSec, config_parse_sec, 0, offsetof(Bridge, hello_time)
93Bridge.MaxAgeSec, config_parse_sec, 0, offsetof(Bridge, max_age)
94Bridge.ForwardDelaySec, config_parse_sec, 0, offsetof(Bridge, forward_delay)