networkd-network-gperf.gperf revision 0d07e595cc22379ec7388406c2f4f2a74eea9083
4416N/A#include "conf-parser.h"
4416N/A#include "networkd.h"
4416N/A#include "network-internal.h"
4416N/AMatch.MACAddress, config_parse_hwaddr, 0, offsetof(Network, match_mac)
4416N/AMatch.Path, config_parse_strv, 0, offsetof(Network, match_path)
4416N/AMatch.Driver, config_parse_strv, 0, offsetof(Network, match_driver)
4416N/AMatch.Type, config_parse_strv, 0, offsetof(Network, match_type)
4416N/AMatch.Name, config_parse_ifnames, 0, offsetof(Network, match_name)
4416N/AMatch.Host, config_parse_net_condition, CONDITION_HOST, offsetof(Network, match_host)
4416N/AMatch.Virtualization, config_parse_net_condition, CONDITION_VIRTUALIZATION, offsetof(Network, match_virt)
4416N/AMatch.KernelCommandLine, config_parse_net_condition, CONDITION_KERNEL_COMMAND_LINE, offsetof(Network, match_kernel)
4416N/AMatch.Architecture, config_parse_net_condition, CONDITION_ARCHITECTURE, offsetof(Network, match_arch)
4416N/ALink.MACAddress, config_parse_hwaddr, 0, offsetof(Network, mac)
4416N/ALink.MTUBytes, config_parse_iec_size, 0, offsetof(Network, mtu)
4416N/ANetwork.Description, config_parse_string, 0, offsetof(Network, description)
4416N/ANetwork.Bridge, config_parse_netdev, 0, offsetof(Network, bridge)
4416N/ANetwork.Bond, config_parse_netdev, 0, offsetof(Network, bond)
4416N/ANetwork.VLAN, config_parse_netdev, 0, 0
4416N/ANetwork.MACVLAN, config_parse_netdev, 0, 0
4416N/ANetwork.MACVTAP, config_parse_netdev, 0, 0
4416N/ANetwork.IPVLAN, config_parse_netdev, 0, 0
4416N/ANetwork.VXLAN, config_parse_netdev, 0, 0
4416N/ANetwork.Tunnel, config_parse_tunnel, 0, 0
4416N/ANetwork.DHCP, config_parse_dhcp, 0, offsetof(Network, dhcp)
4416N/ANetwork.DHCPServer, config_parse_bool, 0, offsetof(Network, dhcp_server)
4416N/ANetwork.LinkLocalAddressing, config_parse_address_family_boolean, 0, offsetof(Network, link_local)
4416N/ANetwork.IPv4LLRoute, config_parse_bool, 0, offsetof(Network, ipv4ll_route)
4416N/ANetwork.IPv6Token, config_parse_ipv6token, 0, offsetof(Network, ipv6_token)
4416N/ANetwork.LLDP, config_parse_bool, 0, offsetof(Network, lldp)
4416N/ANetwork.Address, config_parse_address, 0, 0
4416N/ANetwork.Gateway, config_parse_gateway, 0, 0
4416N/ANetwork.Domains, config_parse_domains, 0, offsetof(Network, domains)
4416N/ANetwork.DNS, config_parse_strv, 0, offsetof(Network, dns)
4416N/ANetwork.LLMNR, config_parse_resolve, 0, offsetof(Network, llmnr)
4416N/ANetwork.NTP, config_parse_strv, 0, offsetof(Network, ntp)
4416N/ANetwork.IPForward, config_parse_address_family_boolean_with_kernel,0, offsetof(Network, ip_forward)
4416N/ANetwork.IPMasquerade, config_parse_bool, 0, offsetof(Network, ip_masquerade)
4416N/ANetwork.IPv6PrivacyExtensions, config_parse_ipv6_privacy_extensions, 0, offsetof(Network, ipv6_privacy_extensions)
4416N/ANetwork.IPv6AcceptRouterAdvertisements, config_parse_tristate, 0, offsetof(Network, ipv6_accept_ra)
4416N/ANetwork.BindCarrier, config_parse_strv, 0, offsetof(Network, bind_carrier)
4416N/AAddress.Address, config_parse_address, 0, 0
4416N/AAddress.Peer, config_parse_address, 0, 0
4416N/AAddress.Broadcast, config_parse_broadcast, 0, 0
4416N/AAddress.Label, config_parse_label, 0, 0
4416N/ARoute.Gateway, config_parse_gateway, 0, 0
4416N/ARoute.Destination, config_parse_destination, 0, 0
4416N/ARoute.Source, config_parse_destination, 0, 0
4416N/ARoute.Metric, config_parse_route_priority, 0, 0
4416N/ARoute.Scope, config_parse_route_scope, 0, 0
4416N/ARoute.PreferredSource, config_parse_preferred_src, 0, 0
4416N/ADHCP.ClientIdentifier, config_parse_dhcp_client_identifier, 0, offsetof(Network, dhcp_client_identifier)
4416N/ADHCP.UseDNS, config_parse_bool, 0, offsetof(Network, dhcp_dns)
4416N/ADHCP.UseNTP, config_parse_bool, 0, offsetof(Network, dhcp_ntp)
4416N/ADHCP.UseMTU, config_parse_bool, 0, offsetof(Network, dhcp_mtu)
4416N/ADHCP.UseHostname, config_parse_bool, 0, offsetof(Network, dhcp_hostname)
4416N/ADHCP.UseDomains, config_parse_bool, 0, offsetof(Network, dhcp_domains)
4416N/ADHCP.UseRoutes, config_parse_bool, 0, offsetof(Network, dhcp_routes)
4416N/ADHCP.SendHostname, config_parse_bool, 0, offsetof(Network, dhcp_sendhost)
4416N/ADHCP.Hostname, config_parse_hostname, 0, offsetof(Network, hostname)
4416N/ADHCP.RequestBroadcast, config_parse_bool, 0, offsetof(Network, dhcp_broadcast)
4416N/ADHCP.CriticalConnection, config_parse_bool, 0, offsetof(Network, dhcp_critical)
4416N/ADHCP.VendorClassIdentifier, config_parse_string, 0, offsetof(Network, dhcp_vendor_class_identifier)
4416N/ADHCP.RouteMetric, config_parse_unsigned, 0, offsetof(Network, dhcp_route_metric)
4416N/ADHCP.UseTimezone, config_parse_bool, 0, offsetof(Network, dhcp_timezone)
4416N/ADHCPServer.MaxLeaseTimeSec, config_parse_sec, 0, offsetof(Network, dhcp_server_max_lease_time_usec)
4416N/ADHCPServer.DefaultLeaseTimeSec, config_parse_sec, 0, offsetof(Network, dhcp_server_default_lease_time_usec)
4416N/ADHCPServer.EmitDNS, config_parse_bool, 0, offsetof(Network, dhcp_server_emit_dns)
4416N/ADHCPServer.DNS, config_parse_dhcp_server_dns, 0, 0
4416N/ADHCPServer.EmitNTP, config_parse_bool, 0, offsetof(Network, dhcp_server_emit_ntp)
4416N/ADHCPServer.NTP, config_parse_dhcp_server_ntp, 0, 0
4416N/ADHCPServer.EmitTimezone, config_parse_bool, 0, offsetof(Network, dhcp_server_emit_timezone)
4416N/ADHCPServer.Timezone, config_parse_timezone, 0, offsetof(Network, dhcp_server_timezone)
4416N/ADHCPServer.PoolOffset, config_parse_uint32, 0, offsetof(Network, dhcp_server_pool_offset)
4416N/ADHCPServer.PoolSize, config_parse_uint32, 0, offsetof(Network, dhcp_server_pool_size)
4416N/ABridge.Cost, config_parse_unsigned, 0, offsetof(Network, cost)
4416N/ABridge.UseBPDU, config_parse_bool, 0, offsetof(Network, use_bpdu)
4416N/ABridge.HairPin, config_parse_bool, 0, offsetof(Network, hairpin)
4416N/ABridge.FastLeave, config_parse_bool, 0, offsetof(Network, fast_leave)
4416N/ABridge.AllowPortToBeRoot, config_parse_bool, 0, offsetof(Network, allow_port_to_be_root)
4416N/ABridge.UnicastFlood, config_parse_bool, 0, offsetof(Network, unicast_flood)
4416N/ABridgeFDB.MACAddress, config_parse_fdb_hwaddr, 0, 0
4416N/ABridgeFDB.VLANId, config_parse_fdb_vlan_id, 0, 0
4416N/ANetwork.IPv4LL, config_parse_ipv4ll, 0, offsetof(Network, link_local)
4416N/ADHCPv4.UseDNS, config_parse_bool, 0, offsetof(Network, dhcp_dns)
4416N/ADHCPv4.UseMTU, config_parse_bool, 0, offsetof(Network, dhcp_mtu)
4416N/ADHCPv4.UseHostname, config_parse_bool, 0, offsetof(Network, dhcp_hostname)
4416N/ADHCP.UseDomainName, config_parse_bool, 0, offsetof(Network, dhcp_domains)
4416N/ADHCPv4.UseDomainName, config_parse_bool, 0, offsetof(Network, dhcp_domains)
4416N/ADHCPv4.CriticalConnection, config_parse_bool, 0, offsetof(Network, dhcp_critical)