]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/network/networkd-network-gperf.gperf
network: rename settings about DHCPv6 Prefix Delegation
[thirdparty/systemd.git] / src / network / networkd-network-gperf.gperf
1 %{
2 #if __GNUC__ >= 7
3 _Pragma("GCC diagnostic ignored \"-Wimplicit-fallthrough\"")
4 #endif
5 #include <stddef.h>
6 #include "conf-parser.h"
7 #include "netem.h"
8 #include "network-internal.h"
9 #include "networkd-can.h"
10 #include "networkd-conf.h"
11 #include "networkd-dhcp-common.h"
12 #include "networkd-dhcp-server.h"
13 #include "networkd-dhcp4.h"
14 #include "networkd-dhcp6.h"
15 #include "networkd-ipv4ll.h"
16 #include "networkd-ndisc.h"
17 #include "networkd-network.h"
18 #include "networkd-sriov.h"
19 #include "qdisc.h"
20 #include "tclass.h"
21 #include "vlan-util.h"
22 %}
23 struct ConfigPerfItem;
24 %null_strings
25 %language=ANSI-C
26 %define slot-name section_and_lvalue
27 %define hash-function-name network_network_gperf_hash
28 %define lookup-function-name network_network_gperf_lookup
29 %readonly-tables
30 %omit-struct-type
31 %struct-type
32 %includes
33 %%
34 Match.MACAddress, config_parse_hwaddrs, 0, offsetof(Network, match_mac)
35 Match.PermanentMACAddress, config_parse_hwaddrs, 0, offsetof(Network, match_permanent_mac)
36 Match.Path, config_parse_match_strv, 0, offsetof(Network, match_path)
37 Match.Driver, config_parse_match_strv, 0, offsetof(Network, match_driver)
38 Match.Type, config_parse_match_strv, 0, offsetof(Network, match_type)
39 Match.WLANInterfaceType, config_parse_match_strv, 0, offsetof(Network, match_wlan_iftype)
40 Match.SSID, config_parse_match_strv, 0, offsetof(Network, match_ssid)
41 Match.BSSID, config_parse_hwaddrs, 0, offsetof(Network, match_bssid)
42 Match.Name, config_parse_match_ifnames, 1, offsetof(Network, match_name)
43 Match.Property, config_parse_match_property, 0, offsetof(Network, match_property)
44 Match.Host, config_parse_net_condition, CONDITION_HOST, offsetof(Network, conditions)
45 Match.Virtualization, config_parse_net_condition, CONDITION_VIRTUALIZATION, offsetof(Network, conditions)
46 Match.KernelCommandLine, config_parse_net_condition, CONDITION_KERNEL_COMMAND_LINE, offsetof(Network, conditions)
47 Match.KernelVersion, config_parse_net_condition, CONDITION_KERNEL_VERSION, offsetof(Network, conditions)
48 Match.Architecture, config_parse_net_condition, CONDITION_ARCHITECTURE, offsetof(Network, conditions)
49 Link.MACAddress, config_parse_hwaddr, 0, offsetof(Network, mac)
50 Link.MTUBytes, config_parse_mtu, AF_UNSPEC, offsetof(Network, mtu)
51 Link.Group, config_parse_uint32, 0, offsetof(Network, group)
52 Link.ARP, config_parse_tristate, 0, offsetof(Network, arp)
53 Link.Multicast, config_parse_tristate, 0, offsetof(Network, multicast)
54 Link.AllMulticast, config_parse_tristate, 0, offsetof(Network, allmulticast)
55 Link.Unmanaged, config_parse_bool, 0, offsetof(Network, unmanaged)
56 Link.RequiredForOnline, config_parse_required_for_online, 0, 0
57 SR-IOV.VirtualFunction, config_parse_sr_iov_uint32, 0, 0
58 SR-IOV.VLANId, config_parse_sr_iov_uint32, 0, 0
59 SR-IOV.QualityOfService, config_parse_sr_iov_uint32, 0, 0
60 SR-IOV.VLANProtocol, config_parse_sr_iov_vlan_proto, 0, 0
61 SR-IOV.MACSpoofCheck, config_parse_sr_iov_boolean, 0, 0
62 SR-IOV.QueryReceiveSideScaling, config_parse_sr_iov_boolean, 0, 0
63 SR-IOV.Trust, config_parse_sr_iov_boolean, 0, 0
64 SR-IOV.LinkState, config_parse_sr_iov_link_state, 0, 0
65 SR-IOV.MACAddress, config_parse_sr_iov_mac, 0, 0
66 Network.Description, config_parse_string, 0, offsetof(Network, description)
67 Network.Bridge, config_parse_ifname, 0, offsetof(Network, bridge_name)
68 Network.Bond, config_parse_ifname, 0, offsetof(Network, bond_name)
69 Network.VLAN, config_parse_stacked_netdev, NETDEV_KIND_VLAN, offsetof(Network, stacked_netdev_names)
70 Network.MACVLAN, config_parse_stacked_netdev, NETDEV_KIND_MACVLAN, offsetof(Network, stacked_netdev_names)
71 Network.MACVTAP, config_parse_stacked_netdev, NETDEV_KIND_MACVTAP, offsetof(Network, stacked_netdev_names)
72 Network.IPVLAN, config_parse_stacked_netdev, NETDEV_KIND_IPVLAN, offsetof(Network, stacked_netdev_names)
73 Network.IPVTAP, config_parse_stacked_netdev, NETDEV_KIND_IPVTAP, offsetof(Network, stacked_netdev_names)
74 Network.VXLAN, config_parse_stacked_netdev, NETDEV_KIND_VXLAN, offsetof(Network, stacked_netdev_names)
75 Network.L2TP, config_parse_stacked_netdev, NETDEV_KIND_L2TP, offsetof(Network, stacked_netdev_names)
76 Network.MACsec, config_parse_stacked_netdev, NETDEV_KIND_MACSEC, offsetof(Network, stacked_netdev_names)
77 Network.Tunnel, config_parse_stacked_netdev, _NETDEV_KIND_TUNNEL, offsetof(Network, stacked_netdev_names)
78 Network.Xfrm, config_parse_stacked_netdev, NETDEV_KIND_XFRM, offsetof(Network, stacked_netdev_names)
79 Network.VRF, config_parse_ifname, 0, offsetof(Network, vrf_name)
80 Network.DHCP, config_parse_dhcp, 0, offsetof(Network, dhcp)
81 Network.DHCPServer, config_parse_bool, 0, offsetof(Network, dhcp_server)
82 Network.LinkLocalAddressing, config_parse_link_local_address_family, 0, offsetof(Network, link_local)
83 Network.IPv6LinkLocalAddressGenerationMode, config_parse_ipv6_link_local_address_gen_mode, 0, offsetof(Network, ipv6ll_address_gen_mode)
84 Network.IPv4LLRoute, config_parse_bool, 0, offsetof(Network, ipv4ll_route)
85 Network.DefaultRouteOnDevice, config_parse_bool, 0, offsetof(Network, default_route_on_device)
86 Network.IPv6Token, config_parse_address_generation_type, 0, 0
87 Network.LLDP, config_parse_lldp_mode, 0, offsetof(Network, lldp_mode)
88 Network.EmitLLDP, config_parse_lldp_emit, 0, offsetof(Network, lldp_emit)
89 Network.Address, config_parse_address, 0, 0
90 Network.Gateway, config_parse_gateway, 0, 0
91 Network.Domains, config_parse_domains, 0, 0
92 Network.DNS, config_parse_dns, 0, 0
93 Network.DNSDefaultRoute, config_parse_tristate, 0, offsetof(Network, dns_default_route)
94 Network.LLMNR, config_parse_resolve_support, 0, offsetof(Network, llmnr)
95 Network.MulticastDNS, config_parse_resolve_support, 0, offsetof(Network, mdns)
96 Network.DNSOverTLS, config_parse_dns_over_tls_mode, 0, offsetof(Network, dns_over_tls_mode)
97 Network.DNSSEC, config_parse_dnssec_mode, 0, offsetof(Network, dnssec_mode)
98 Network.DNSSECNegativeTrustAnchors, config_parse_dnssec_negative_trust_anchors, 0, 0
99 Network.NTP, config_parse_ntp, 0, offsetof(Network, ntp)
100 Network.IPForward, config_parse_address_family_with_kernel, 0, offsetof(Network, ip_forward)
101 Network.IPMasquerade, config_parse_bool, 0, offsetof(Network, ip_masquerade)
102 Network.IPv6PrivacyExtensions, config_parse_ipv6_privacy_extensions, 0, offsetof(Network, ipv6_privacy_extensions)
103 Network.IPv6AcceptRA, config_parse_tristate, 0, offsetof(Network, ipv6_accept_ra)
104 Network.IPv6AcceptRouterAdvertisements, config_parse_tristate, 0, offsetof(Network, ipv6_accept_ra)
105 Network.IPv6DuplicateAddressDetection, config_parse_int, 0, offsetof(Network, ipv6_dad_transmits)
106 Network.IPv6HopLimit, config_parse_int, 0, offsetof(Network, ipv6_hop_limit)
107 Network.IPv6ProxyNDP, config_parse_tristate, 0, offsetof(Network, ipv6_proxy_ndp)
108 Network.IPv6MTUBytes, config_parse_mtu, AF_INET6, offsetof(Network, ipv6_mtu)
109 Network.IPv4AcceptLocal, config_parse_tristate, 0, offsetof(Network, ipv4_accept_local)
110 Network.ActiveSlave, config_parse_bool, 0, offsetof(Network, active_slave)
111 Network.PrimarySlave, config_parse_bool, 0, offsetof(Network, primary_slave)
112 Network.IPv4ProxyARP, config_parse_tristate, 0, offsetof(Network, proxy_arp)
113 Network.ProxyARP, config_parse_tristate, 0, offsetof(Network, proxy_arp)
114 Network.IPv6ProxyNDPAddress, config_parse_ipv6_proxy_ndp_address, 0, 0
115 Network.BindCarrier, config_parse_strv, 0, offsetof(Network, bind_carrier)
116 Network.ConfigureWithoutCarrier, config_parse_bool, 0, offsetof(Network, configure_without_carrier)
117 Network.IgnoreCarrierLoss, config_parse_tristate, 0, offsetof(Network, ignore_carrier_loss)
118 Network.KeepConfiguration, config_parse_keep_configuration, 0, offsetof(Network, keep_configuration)
119 Address.Address, config_parse_address, 0, 0
120 Address.Peer, config_parse_address, 0, 0
121 Address.Broadcast, config_parse_broadcast, 0, 0
122 Address.Label, config_parse_label, 0, 0
123 Address.PreferredLifetime, config_parse_lifetime, 0, 0
124 Address.HomeAddress, config_parse_address_flags, 0, 0
125 Address.ManageTemporaryAddress, config_parse_address_flags, 0, 0
126 Address.PrefixRoute, config_parse_address_flags, 0, 0 /* deprecated */
127 Address.AddPrefixRoute, config_parse_address_flags, 0, 0
128 Address.AutoJoin, config_parse_address_flags, 0, 0
129 Address.DuplicateAddressDetection, config_parse_duplicate_address_detection, 0, 0
130 Address.Scope, config_parse_address_scope, 0, 0
131 IPv6AddressLabel.Prefix, config_parse_address_label_prefix, 0, 0
132 IPv6AddressLabel.Label, config_parse_address_label, 0, 0
133 Neighbor.Address, config_parse_neighbor_address, 0, 0
134 Neighbor.LinkLayerAddress, config_parse_neighbor_lladdr, 0, 0
135 Neighbor.MACAddress, config_parse_neighbor_hwaddr, 0, 0 /* deprecated */
136 RoutingPolicyRule.TypeOfService, config_parse_routing_policy_rule_tos, 0, 0
137 RoutingPolicyRule.Priority, config_parse_routing_policy_rule_priority, 0, 0
138 RoutingPolicyRule.Table, config_parse_routing_policy_rule_table, 0, 0
139 RoutingPolicyRule.FirewallMark, config_parse_routing_policy_rule_fwmark_mask, 0, 0
140 RoutingPolicyRule.From, config_parse_routing_policy_rule_prefix, 0, 0
141 RoutingPolicyRule.To, config_parse_routing_policy_rule_prefix, 0, 0
142 RoutingPolicyRule.IncomingInterface, config_parse_routing_policy_rule_device, 0, 0
143 RoutingPolicyRule.OutgoingInterface, config_parse_routing_policy_rule_device, 0, 0
144 RoutingPolicyRule.IPProtocol, config_parse_routing_policy_rule_ip_protocol, 0, 0
145 RoutingPolicyRule.SourcePort, config_parse_routing_policy_rule_port_range, 0, 0
146 RoutingPolicyRule.DestinationPort, config_parse_routing_policy_rule_port_range, 0, 0
147 RoutingPolicyRule.InvertRule, config_parse_routing_policy_rule_invert, 0, 0
148 RoutingPolicyRule.Family, config_parse_routing_policy_rule_family, 0, 0
149 RoutingPolicyRule.User, config_parse_routing_policy_rule_uid_range, 0, 0
150 RoutingPolicyRule.SuppressPrefixLength, config_parse_routing_policy_rule_suppress_prefixlen, 0, 0
151 Route.Gateway, config_parse_gateway, 0, 0
152 Route.Destination, config_parse_destination, 0, 0
153 Route.Source, config_parse_destination, 0, 0
154 Route.Metric, config_parse_route_priority, 0, 0
155 Route.Scope, config_parse_route_scope, 0, 0
156 Route.PreferredSource, config_parse_preferred_src, 0, 0
157 Route.Table, config_parse_route_table, 0, 0
158 Route.MTUBytes, config_parse_route_mtu, AF_UNSPEC, 0
159 Route.GatewayOnLink, config_parse_route_boolean, 0, 0
160 Route.GatewayOnlink, config_parse_route_boolean, 0, 0
161 Route.IPv6Preference, config_parse_ipv6_route_preference, 0, 0
162 Route.Protocol, config_parse_route_protocol, 0, 0
163 Route.Type, config_parse_route_type, 0, 0
164 Route.InitialCongestionWindow, config_parse_tcp_window, 0, 0
165 Route.InitialAdvertisedReceiveWindow, config_parse_tcp_window, 0, 0
166 Route.QuickAck, config_parse_route_boolean, 0, 0
167 Route.FastOpenNoCookie, config_parse_route_boolean, 0, 0
168 Route.TTLPropagate, config_parse_route_boolean, 0, 0
169 Route.MultiPathRoute, config_parse_multipath_route, 0, 0
170 NextHop.Id, config_parse_nexthop_id, 0, 0
171 NextHop.Gateway, config_parse_nexthop_gateway, 0, 0
172 DHCPv4.ClientIdentifier, config_parse_dhcp_client_identifier, 0, offsetof(Network, dhcp_client_identifier)
173 DHCPv4.UseDNS, config_parse_dhcp_use_dns, 0, 0
174 DHCPv4.RoutesToDNS, config_parse_bool, 0, offsetof(Network, dhcp_routes_to_dns)
175 DHCPv4.UseNTP, config_parse_dhcp_use_ntp, 0, 0
176 DHCPv4.UseSIP, config_parse_bool, 0, offsetof(Network, dhcp_use_sip)
177 DHCPv4.UseMTU, config_parse_bool, 0, offsetof(Network, dhcp_use_mtu)
178 DHCPv4.UseHostname, config_parse_bool, 0, offsetof(Network, dhcp_use_hostname)
179 DHCPv4.UseDomains, config_parse_dhcp_use_domains, 0, offsetof(Network, dhcp_use_domains)
180 DHCPv4.UseRoutes, config_parse_bool, 0, offsetof(Network, dhcp_use_routes)
181 DHCPv4.UseGateway, config_parse_tristate, 0, offsetof(Network, dhcp_use_gateway)
182 DHCPv4.RequestOptions, config_parse_dhcp_request_options, AF_INET, 0
183 DHCPv4.Anonymize, config_parse_bool, 0, offsetof(Network, dhcp_anonymize)
184 DHCPv4.SendHostname, config_parse_bool, 0, offsetof(Network, dhcp_send_hostname)
185 DHCPv4.Hostname, config_parse_hostname, 0, offsetof(Network, dhcp_hostname)
186 DHCPv4.RequestBroadcast, config_parse_bool, 0, offsetof(Network, dhcp_broadcast)
187 DHCPv4.VendorClassIdentifier, config_parse_string, 0, offsetof(Network, dhcp_vendor_class_identifier)
188 DHCPv4.MUDURL, config_parse_dhcp_mud_url, 0, 0
189 DHCPv4.MaxAttempts, config_parse_dhcp_max_attempts, 0, 0
190 DHCPv4.UserClass, config_parse_dhcp_user_class, AF_INET, offsetof(Network, dhcp_user_class)
191 DHCPv4.DUIDType, config_parse_duid_type, 0, offsetof(Network, duid)
192 DHCPv4.DUIDRawData, config_parse_duid_rawdata, 0, offsetof(Network, duid)
193 DHCPv4.RouteMetric, config_parse_dhcp_route_metric, 0, 0
194 DHCPv4.RouteTable, config_parse_section_route_table, 0, 0
195 DHCPv4.UseTimezone, config_parse_bool, 0, offsetof(Network, dhcp_use_timezone)
196 DHCPv4.IAID, config_parse_iaid, 0, 0
197 DHCPv4.ListenPort, config_parse_uint16, 0, offsetof(Network, dhcp_client_port)
198 DHCPv4.SendRelease, config_parse_bool, 0, offsetof(Network, dhcp_send_release)
199 DHCPv4.SendDecline, config_parse_bool, 0, offsetof(Network, dhcp_send_decline)
200 DHCPv4.DenyList, config_parse_dhcp_acl_ip_address, 0, 0
201 DHCPv4.AllowList, config_parse_dhcp_acl_ip_address, 0, 0
202 DHCPv4.IPServiceType, config_parse_dhcp_ip_service_type, 0, offsetof(Network, ip_service_type)
203 DHCPv4.SendOption, config_parse_dhcp_send_option, AF_INET, offsetof(Network, dhcp_client_send_options)
204 DHCPv4.SendVendorOption, config_parse_dhcp_send_option, 0, offsetof(Network, dhcp_client_send_vendor_options)
205 DHCPv4.RouteMTUBytes, config_parse_mtu, AF_INET, offsetof(Network, dhcp_route_mtu)
206 DHCPv4.FallbackLeaseLifetimeSec, config_parse_dhcp_fallback_lease_lifetime, 0, 0
207 DHCPv6.UseDNS, config_parse_dhcp_use_dns, 0, 0
208 DHCPv6.UseNTP, config_parse_dhcp_use_ntp, 0, 0
209 DHCPv6.RapidCommit, config_parse_bool, 0, offsetof(Network, rapid_commit)
210 DHCPv6.MUDURL, config_parse_dhcp6_mud_url, 0, 0
211 DHCPv6.RequestOptions, config_parse_dhcp_request_options, AF_INET6, 0
212 DHCPv6.UserClass, config_parse_dhcp_user_class, AF_INET6, offsetof(Network, dhcp6_user_class)
213 DHCPv6.VendorClass, config_parse_dhcp_vendor_class, 0, offsetof(Network, dhcp6_vendor_class)
214 DHCPv6.SendVendorOption, config_parse_dhcp_send_option, AF_INET6, offsetof(Network, dhcp6_client_send_vendor_options)
215 DHCPv6.ForceDHCPv6PDOtherInformation, config_parse_bool, 0, offsetof(Network, dhcp6_force_pd_other_information)
216 DHCPv6.PrefixDelegationHint, config_parse_dhcp6_pd_hint, 0, 0
217 DHCPv6.WithoutRA, config_parse_dhcp6_client_start_mode, 0, offsetof(Network, dhcp6_without_ra)
218 DHCPv6.SendOption, config_parse_dhcp_send_option, AF_INET6, offsetof(Network, dhcp6_client_send_options)
219 DHCPv6.RouteMetric, config_parse_dhcp_route_metric, 0, 0
220 IPv6AcceptRA.UseAutonomousPrefix, config_parse_bool, 0, offsetof(Network, ipv6_accept_ra_use_autonomous_prefix)
221 IPv6AcceptRA.UseOnLinkPrefix, config_parse_bool, 0, offsetof(Network, ipv6_accept_ra_use_onlink_prefix)
222 IPv6AcceptRA.UseDNS, config_parse_bool, 0, offsetof(Network, ipv6_accept_ra_use_dns)
223 IPv6AcceptRA.UseDomains, config_parse_dhcp_use_domains, 0, offsetof(Network, ipv6_accept_ra_use_domains)
224 IPv6AcceptRA.DHCPv6Client, config_parse_ipv6_accept_ra_start_dhcp6_client, 0, offsetof(Network, ipv6_accept_ra_start_dhcp6_client)
225 IPv6AcceptRA.RouteTable, config_parse_section_route_table, 0, 0
226 IPv6AcceptRA.DenyList, config_parse_ndisc_deny_listed_prefix, 0, 0
227 IPv6AcceptRA.BlackList, config_parse_ndisc_deny_listed_prefix, 0, 0
228 DHCPServer.MaxLeaseTimeSec, config_parse_sec, 0, offsetof(Network, dhcp_server_max_lease_time_usec)
229 DHCPServer.DefaultLeaseTimeSec, config_parse_sec, 0, offsetof(Network, dhcp_server_default_lease_time_usec)
230 DHCPServer.EmitDNS, config_parse_bool, 0, offsetof(Network, dhcp_server_emit[SD_DHCP_LEASE_DNS].emit)
231 DHCPServer.DNS, config_parse_dhcp_server_emit, 0, offsetof(Network, dhcp_server_emit[SD_DHCP_LEASE_DNS])
232 DHCPServer.EmitNTP, config_parse_bool, 0, offsetof(Network, dhcp_server_emit[SD_DHCP_LEASE_NTP].emit)
233 DHCPServer.NTP, config_parse_dhcp_server_emit, 0, offsetof(Network, dhcp_server_emit[SD_DHCP_LEASE_NTP])
234 DHCPServer.EmitSIP, config_parse_bool, 0, offsetof(Network, dhcp_server_emit[SD_DHCP_LEASE_SIP].emit)
235 DHCPServer.SIP, config_parse_dhcp_server_emit, 0, offsetof(Network, dhcp_server_emit[SD_DHCP_LEASE_SIP])
236 DHCPServer.EmitPOP3, config_parse_bool, 0, offsetof(Network, dhcp_server_emit[SD_DHCP_LEASE_POP3].emit)
237 DHCPServer.POP3, config_parse_dhcp_server_emit, 0, offsetof(Network, dhcp_server_emit[SD_DHCP_LEASE_POP3])
238 DHCPServer.EmitSMTP, config_parse_bool, 0, offsetof(Network, dhcp_server_emit[SD_DHCP_LEASE_SMTP].emit)
239 DHCPServer.SMTP, config_parse_dhcp_server_emit, 0, offsetof(Network, dhcp_server_emit[SD_DHCP_LEASE_SMTP])
240 DHCPServer.EmitLPR, config_parse_bool, 0, offsetof(Network, dhcp_server_emit[SD_DHCP_LEASE_LPR].emit)
241 DHCPServer.LPR, config_parse_dhcp_server_emit, 0, offsetof(Network, dhcp_server_emit[SD_DHCP_LEASE_LPR])
242 DHCPServer.EmitRouter, config_parse_bool, 0, offsetof(Network, dhcp_server_emit_router)
243 DHCPServer.EmitTimezone, config_parse_bool, 0, offsetof(Network, dhcp_server_emit_timezone)
244 DHCPServer.Timezone, config_parse_timezone, 0, offsetof(Network, dhcp_server_timezone)
245 DHCPServer.PoolOffset, config_parse_uint32, 0, offsetof(Network, dhcp_server_pool_offset)
246 DHCPServer.PoolSize, config_parse_uint32, 0, offsetof(Network, dhcp_server_pool_size)
247 DHCPServer.SendVendorOption, config_parse_dhcp_send_option, 0, offsetof(Network, dhcp_server_send_vendor_options)
248 DHCPServer.SendOption, config_parse_dhcp_send_option, 0, offsetof(Network, dhcp_server_send_options)
249 Bridge.Cost, config_parse_uint32, 0, offsetof(Network, cost)
250 Bridge.UseBPDU, config_parse_tristate, 0, offsetof(Network, use_bpdu)
251 Bridge.HairPin, config_parse_tristate, 0, offsetof(Network, hairpin)
252 Bridge.FastLeave, config_parse_tristate, 0, offsetof(Network, fast_leave)
253 Bridge.AllowPortToBeRoot, config_parse_tristate, 0, offsetof(Network, allow_port_to_be_root)
254 Bridge.UnicastFlood, config_parse_tristate, 0, offsetof(Network, unicast_flood)
255 Bridge.MulticastFlood, config_parse_tristate, 0, offsetof(Network, multicast_flood)
256 Bridge.MulticastToUnicast, config_parse_tristate, 0, offsetof(Network, multicast_to_unicast)
257 Bridge.NeighborSuppression, config_parse_tristate, 0, offsetof(Network, neighbor_suppression)
258 Bridge.Learning, config_parse_tristate, 0, offsetof(Network, learning)
259 Bridge.ProxyARP, config_parse_tristate, 0, offsetof(Network, bridge_proxy_arp)
260 Bridge.ProxyARPWiFi, config_parse_tristate, 0, offsetof(Network, bridge_proxy_arp_wifi)
261 Bridge.Priority, config_parse_bridge_port_priority, 0, offsetof(Network, priority)
262 Bridge.MulticastRouter, config_parse_multicast_router, 0, offsetof(Network, multicast_router)
263 BridgeFDB.MACAddress, config_parse_fdb_hwaddr, 0, 0
264 BridgeFDB.VLANId, config_parse_fdb_vlan_id, 0, 0
265 BridgeFDB.Destination, config_parse_fdb_destination, 0, 0
266 BridgeFDB.VNI, config_parse_fdb_vxlan_vni, 0, 0
267 BridgeFDB.AssociatedWith, config_parse_fdb_ntf_flags, 0, 0
268 BridgeVLAN.PVID, config_parse_brvlan_pvid, 0, 0
269 BridgeVLAN.VLAN, config_parse_brvlan_vlan, 0, 0
270 BridgeVLAN.EgressUntagged, config_parse_brvlan_untagged, 0, 0
271 Network.IPv6PrefixDelegation, config_parse_router_prefix_delegation, 0, offsetof(Network, router_prefix_delegation)
272 DHCPv6PrefixDelegation.SubnetId, config_parse_dhcp6_pd_subnet_id, 0, offsetof(Network, dhcp6_pd_subnet_id)
273 DHCPv6PrefixDelegation.Assign, config_parse_bool, 0, offsetof(Network, dhcp6_pd_assign)
274 DHCPv6PrefixDelegation.Token, config_parse_dhcp6_pd_token, 0, offsetof(Network, dhcp6_pd_token)
275 IPv6PrefixDelegation.RouterLifetimeSec, config_parse_sec, 0, offsetof(Network, router_lifetime_usec)
276 IPv6PrefixDelegation.Managed, config_parse_bool, 0, offsetof(Network, router_managed)
277 IPv6PrefixDelegation.OtherInformation, config_parse_bool, 0, offsetof(Network, router_other_information)
278 IPv6PrefixDelegation.RouterPreference, config_parse_router_preference, 0, 0
279 IPv6PrefixDelegation.EmitDNS, config_parse_bool, 0, offsetof(Network, router_emit_dns)
280 IPv6PrefixDelegation.DNS, config_parse_radv_dns, 0, 0
281 IPv6PrefixDelegation.EmitDomains, config_parse_bool, 0, offsetof(Network, router_emit_domains)
282 IPv6PrefixDelegation.Domains, config_parse_radv_search_domains, 0, 0
283 IPv6PrefixDelegation.DNSLifetimeSec, config_parse_sec, 0, offsetof(Network, router_dns_lifetime_usec)
284 IPv6Prefix.Prefix, config_parse_prefix, 0, 0
285 IPv6Prefix.OnLink, config_parse_prefix_flags, 0, 0
286 IPv6Prefix.AddressAutoconfiguration, config_parse_prefix_flags, 0, 0
287 IPv6Prefix.ValidLifetimeSec, config_parse_prefix_lifetime, 0, 0
288 IPv6Prefix.PreferredLifetimeSec, config_parse_prefix_lifetime, 0, 0
289 IPv6Prefix.Assign, config_parse_prefix_assign, 0, 0
290 IPv6RoutePrefix.Route, config_parse_route_prefix, 0, 0
291 IPv6RoutePrefix.LifetimeSec, config_parse_route_prefix_lifetime, 0, 0
292 LLDP.MUDURL, config_parse_lldp_mud, 0, 0
293 CAN.BitRate, config_parse_can_bitrate, 0, offsetof(Network, can_bitrate)
294 CAN.SamplePoint, config_parse_permille, 0, offsetof(Network, can_sample_point)
295 CAN.DataBitRate, config_parse_can_bitrate, 0, offsetof(Network, can_data_bitrate)
296 CAN.DataSamplePoint, config_parse_permille, 0, offsetof(Network, can_data_sample_point)
297 CAN.FDMode, config_parse_tristate, 0, offsetof(Network, can_fd_mode)
298 CAN.FDNonISO, config_parse_tristate, 0, offsetof(Network, can_non_iso)
299 CAN.RestartSec, config_parse_sec, 0, offsetof(Network, can_restart_us)
300 CAN.TripleSampling, config_parse_tristate, 0, offsetof(Network, can_triple_sampling)
301 CAN.Termination, config_parse_tristate, 0, offsetof(Network, can_termination)
302 CAN.ListenOnly, config_parse_tristate, 0, offsetof(Network, can_listen_only)
303 QDisc.Parent, config_parse_qdisc_parent, _QDISC_KIND_INVALID, 0
304 QDisc.Handle, config_parse_qdisc_handle, _QDISC_KIND_INVALID, 0
305 BFIFO.Parent, config_parse_qdisc_parent, QDISC_KIND_BFIFO, 0
306 BFIFO.Handle, config_parse_qdisc_handle, QDISC_KIND_BFIFO, 0
307 BFIFO.LimitBytes, config_parse_bfifo_size, QDISC_KIND_BFIFO, 0
308 CAKE.Parent, config_parse_qdisc_parent, QDISC_KIND_CAKE, 0
309 CAKE.Handle, config_parse_qdisc_handle, QDISC_KIND_CAKE, 0
310 CAKE.Bandwidth, config_parse_cake_bandwidth, QDISC_KIND_CAKE, 0
311 CAKE.OverheadBytes, config_parse_cake_overhead, QDISC_KIND_CAKE, 0
312 ControlledDelay.Parent, config_parse_qdisc_parent, QDISC_KIND_CODEL, 0
313 ControlledDelay.Handle, config_parse_qdisc_handle, QDISC_KIND_CODEL, 0
314 ControlledDelay.PacketLimit, config_parse_controlled_delay_u32, QDISC_KIND_CODEL, 0
315 ControlledDelay.TargetSec, config_parse_controlled_delay_usec, QDISC_KIND_CODEL, 0
316 ControlledDelay.IntervalSec, config_parse_controlled_delay_usec, QDISC_KIND_CODEL, 0
317 ControlledDelay.CEThresholdSec, config_parse_controlled_delay_usec, QDISC_KIND_CODEL, 0
318 ControlledDelay.ECN, config_parse_controlled_delay_bool, QDISC_KIND_CODEL, 0
319 DeficitRoundRobinScheduler.Parent, config_parse_qdisc_parent, QDISC_KIND_DRR, 0
320 DeficitRoundRobinScheduler.Handle, config_parse_qdisc_handle, QDISC_KIND_DRR, 0
321 DeficitRoundRobinSchedulerClass.Parent, config_parse_tclass_parent, TCLASS_KIND_DRR, 0
322 DeficitRoundRobinSchedulerClass.ClassId, config_parse_tclass_classid, TCLASS_KIND_DRR, 0
323 DeficitRoundRobinSchedulerClass.QuantumBytes, config_parse_drr_size, TCLASS_KIND_DRR, 0
324 EnhancedTransmissionSelection.Parent, config_parse_qdisc_parent, QDISC_KIND_ETS, 0
325 EnhancedTransmissionSelection.Handle, config_parse_qdisc_handle, QDISC_KIND_ETS, 0
326 EnhancedTransmissionSelection.Bands, config_parse_ets_u8, QDISC_KIND_ETS, 0
327 EnhancedTransmissionSelection.StrictBands, config_parse_ets_u8, QDISC_KIND_ETS, 0
328 EnhancedTransmissionSelection.QuantumBytes, config_parse_ets_quanta, QDISC_KIND_ETS, 0
329 EnhancedTransmissionSelection.PriorityMap, config_parse_ets_prio, QDISC_KIND_ETS, 0
330 PFIFO.Parent, config_parse_qdisc_parent, QDISC_KIND_PFIFO, 0
331 PFIFO.Handle, config_parse_qdisc_handle, QDISC_KIND_PFIFO, 0
332 PFIFO.PacketLimit, config_parse_pfifo_size, QDISC_KIND_PFIFO, 0
333 PFIFOFast.Parent, config_parse_qdisc_parent, QDISC_KIND_PFIFO_FAST, 0
334 PFIFOFast.Handle, config_parse_qdisc_handle, QDISC_KIND_PFIFO_FAST, 0
335 PFIFOHeadDrop.Parent, config_parse_qdisc_parent, QDISC_KIND_PFIFO_HEAD_DROP, 0
336 PFIFOHeadDrop.Handle, config_parse_qdisc_handle, QDISC_KIND_PFIFO_HEAD_DROP, 0
337 PFIFOHeadDrop.PacketLimit, config_parse_pfifo_size, QDISC_KIND_PFIFO_HEAD_DROP, 0
338 QuickFairQueueing.Parent, config_parse_qdisc_parent, QDISC_KIND_QFQ, 0
339 QuickFairQueueing.Handle, config_parse_qdisc_handle, QDISC_KIND_QFQ, 0
340 QuickFairQueueingClass.Parent, config_parse_tclass_parent, TCLASS_KIND_QFQ, 0
341 QuickFairQueueingClass.ClassId, config_parse_tclass_classid, TCLASS_KIND_QFQ, 0
342 QuickFairQueueingClass.Weight, config_parse_quick_fair_queueing_weight, TCLASS_KIND_QFQ, 0
343 QuickFairQueueingClass.MaxPacketBytes, config_parse_quick_fair_queueing_max_packet, TCLASS_KIND_QFQ, 0
344 FairQueueing.Parent, config_parse_qdisc_parent, QDISC_KIND_FQ, 0
345 FairQueueing.Handle, config_parse_qdisc_handle, QDISC_KIND_FQ, 0
346 FairQueueing.PacketLimit, config_parse_fair_queueing_u32, QDISC_KIND_FQ, 0
347 FairQueueing.FlowLimit, config_parse_fair_queueing_u32, QDISC_KIND_FQ, 0
348 FairQueueing.QuantumBytes, config_parse_fair_queueing_size, QDISC_KIND_FQ, 0
349 FairQueueing.InitialQuantumBytes, config_parse_fair_queueing_size, QDISC_KIND_FQ, 0
350 FairQueueing.MaximumRate, config_parse_fair_queueing_max_rate, QDISC_KIND_FQ, 0
351 FairQueueing.Buckets, config_parse_fair_queueing_u32, QDISC_KIND_FQ, 0
352 FairQueueing.OrphanMask, config_parse_fair_queueing_u32, QDISC_KIND_FQ, 0
353 FairQueueing.Pacing, config_parse_fair_queueing_bool, QDISC_KIND_FQ, 0
354 FairQueueing.CEThresholdSec, config_parse_fair_queueing_usec, QDISC_KIND_FQ, 0
355 FairQueueingControlledDelay.Parent, config_parse_qdisc_parent, QDISC_KIND_FQ_CODEL, 0
356 FairQueueingControlledDelay.Handle, config_parse_qdisc_handle, QDISC_KIND_FQ_CODEL, 0
357 FairQueueingControlledDelay.PacketLimit, config_parse_fair_queueing_controlled_delay_u32, QDISC_KIND_FQ_CODEL, 0
358 FairQueueingControlledDelay.MemoryLimitBytes, config_parse_fair_queueing_controlled_delay_size, QDISC_KIND_FQ_CODEL, 0
359 FairQueueingControlledDelay.Flows, config_parse_fair_queueing_controlled_delay_u32, QDISC_KIND_FQ_CODEL, 0
360 FairQueueingControlledDelay.QuantumBytes, config_parse_fair_queueing_controlled_delay_size, QDISC_KIND_FQ_CODEL, 0
361 FairQueueingControlledDelay.TargetSec, config_parse_fair_queueing_controlled_delay_usec, QDISC_KIND_FQ_CODEL, 0
362 FairQueueingControlledDelay.IntervalSec, config_parse_fair_queueing_controlled_delay_usec, QDISC_KIND_FQ_CODEL, 0
363 FairQueueingControlledDelay.CEThresholdSec, config_parse_fair_queueing_controlled_delay_usec, QDISC_KIND_FQ_CODEL, 0
364 FairQueueingControlledDelay.ECN, config_parse_fair_queueing_controlled_delay_bool, QDISC_KIND_FQ_CODEL, 0
365 GenericRandomEarlyDetection.Parent, config_parse_qdisc_parent, QDISC_KIND_GRED, 0
366 GenericRandomEarlyDetection.Handle, config_parse_qdisc_handle, QDISC_KIND_GRED, 0
367 GenericRandomEarlyDetection.VirtualQueues, config_parse_generic_random_early_detection_u32, QDISC_KIND_GRED, 0
368 GenericRandomEarlyDetection.DefaultVirtualQueue, config_parse_generic_random_early_detection_u32, QDISC_KIND_GRED, 0
369 GenericRandomEarlyDetection.GenericRIO, config_parse_generic_random_early_detection_bool, QDISC_KIND_GRED, 0
370 HeavyHitterFilter.Parent, config_parse_qdisc_parent, QDISC_KIND_HHF, 0
371 HeavyHitterFilter.Handle, config_parse_qdisc_handle, QDISC_KIND_HHF, 0
372 HeavyHitterFilter.PacketLimit, config_parse_heavy_hitter_filter_packet_limit, QDISC_KIND_HHF, 0
373 HierarchyTokenBucket.Parent, config_parse_qdisc_parent, QDISC_KIND_HTB, 0
374 HierarchyTokenBucket.Handle, config_parse_qdisc_handle, QDISC_KIND_HTB, 0
375 HierarchyTokenBucket.DefaultClass, config_parse_hierarchy_token_bucket_default_class, QDISC_KIND_HTB, 0
376 HierarchyTokenBucket.RateToQuantum, config_parse_hierarchy_token_bucket_u32, QDISC_KIND_HTB, 0
377 HierarchyTokenBucketClass.Parent, config_parse_tclass_parent, TCLASS_KIND_HTB, 0
378 HierarchyTokenBucketClass.ClassId, config_parse_tclass_classid, TCLASS_KIND_HTB, 0
379 HierarchyTokenBucketClass.Priority, config_parse_hierarchy_token_bucket_class_u32, TCLASS_KIND_HTB, 0
380 HierarchyTokenBucketClass.QuantumBytes, config_parse_hierarchy_token_bucket_class_size, TCLASS_KIND_HTB, 0
381 HierarchyTokenBucketClass.MTUBytes, config_parse_hierarchy_token_bucket_class_size, TCLASS_KIND_HTB, 0
382 HierarchyTokenBucketClass.OverheadBytes, config_parse_hierarchy_token_bucket_class_size, TCLASS_KIND_HTB, 0
383 HierarchyTokenBucketClass.Rate, config_parse_hierarchy_token_bucket_class_rate, TCLASS_KIND_HTB, 0
384 HierarchyTokenBucketClass.CeilRate, config_parse_hierarchy_token_bucket_class_rate, TCLASS_KIND_HTB, 0
385 HierarchyTokenBucketClass.BufferBytes, config_parse_hierarchy_token_bucket_class_size, TCLASS_KIND_HTB, 0
386 HierarchyTokenBucketClass.CeilBufferBytes, config_parse_hierarchy_token_bucket_class_size, TCLASS_KIND_HTB, 0
387 NetworkEmulator.Parent, config_parse_qdisc_parent, QDISC_KIND_NETEM, 0
388 NetworkEmulator.Handle, config_parse_qdisc_handle, QDISC_KIND_NETEM, 0
389 NetworkEmulator.DelaySec, config_parse_network_emulator_delay, QDISC_KIND_NETEM, 0
390 NetworkEmulator.DelayJitterSec, config_parse_network_emulator_delay, QDISC_KIND_NETEM, 0
391 NetworkEmulator.LossRate, config_parse_network_emulator_rate, QDISC_KIND_NETEM, 0
392 NetworkEmulator.DuplicateRate, config_parse_network_emulator_rate, QDISC_KIND_NETEM, 0
393 NetworkEmulator.PacketLimit, config_parse_network_emulator_packet_limit, QDISC_KIND_NETEM, 0
394 PIE.Parent, config_parse_qdisc_parent, QDISC_KIND_PIE, 0
395 PIE.Handle, config_parse_qdisc_handle, QDISC_KIND_PIE, 0
396 PIE.PacketLimit, config_parse_pie_packet_limit, QDISC_KIND_PIE, 0
397 StochasticFairBlue.Parent, config_parse_qdisc_parent, QDISC_KIND_SFB, 0
398 StochasticFairBlue.Handle, config_parse_qdisc_handle, QDISC_KIND_SFB, 0
399 StochasticFairBlue.PacketLimit, config_parse_stochastic_fair_blue_u32, QDISC_KIND_SFB, 0
400 StochasticFairnessQueueing.Parent, config_parse_qdisc_parent, QDISC_KIND_SFQ, 0
401 StochasticFairnessQueueing.Handle, config_parse_qdisc_handle, QDISC_KIND_SFQ, 0
402 StochasticFairnessQueueing.PerturbPeriodSec, config_parse_stochastic_fairness_queueing_perturb_period, QDISC_KIND_SFQ, 0
403 TokenBucketFilter.Parent, config_parse_qdisc_parent, QDISC_KIND_TBF, 0
404 TokenBucketFilter.Handle, config_parse_qdisc_handle, QDISC_KIND_TBF, 0
405 TokenBucketFilter.Rate, config_parse_token_bucket_filter_rate, QDISC_KIND_TBF, 0
406 TokenBucketFilter.BurstBytes, config_parse_token_bucket_filter_size, QDISC_KIND_TBF, 0
407 TokenBucketFilter.LimitBytes, config_parse_token_bucket_filter_size, QDISC_KIND_TBF, 0
408 TokenBucketFilter.MTUBytes, config_parse_token_bucket_filter_size, QDISC_KIND_TBF, 0
409 TokenBucketFilter.MPUBytes, config_parse_token_bucket_filter_size, QDISC_KIND_TBF, 0
410 TokenBucketFilter.PeakRate, config_parse_token_bucket_filter_rate, QDISC_KIND_TBF, 0
411 TokenBucketFilter.LatencySec, config_parse_token_bucket_filter_latency, QDISC_KIND_TBF, 0
412 TrivialLinkEqualizer.Parent, config_parse_qdisc_parent, QDISC_KIND_TEQL, 0
413 TrivialLinkEqualizer.Handle, config_parse_qdisc_handle, QDISC_KIND_TEQL, 0
414 TrivialLinkEqualizer.Id, config_parse_trivial_link_equalizer_id, QDISC_KIND_TEQL, 0
415 /* backwards compatibility: do not add new entries to this section */
416 Network.IPv4LL, config_parse_ipv4ll, 0, offsetof(Network, link_local)
417 DHCPv4.BlackList, config_parse_dhcp_acl_ip_address, 0, 0
418 DHCP.ClientIdentifier, config_parse_dhcp_client_identifier, 0, offsetof(Network, dhcp_client_identifier)
419 DHCP.UseDNS, config_parse_dhcp_use_dns, 0, 0
420 DHCP.UseNTP, config_parse_dhcp_use_ntp, 0, 0
421 DHCP.UseMTU, config_parse_bool, 0, offsetof(Network, dhcp_use_mtu)
422 DHCP.UseHostname, config_parse_bool, 0, offsetof(Network, dhcp_use_hostname)
423 DHCP.UseDomains, config_parse_dhcp_use_domains, 0, offsetof(Network, dhcp_use_domains)
424 DHCP.UseDomainName, config_parse_dhcp_use_domains, 0, offsetof(Network, dhcp_use_domains)
425 DHCP.UseRoutes, config_parse_bool, 0, offsetof(Network, dhcp_use_routes)
426 DHCP.Anonymize, config_parse_bool, 0, offsetof(Network, dhcp_anonymize)
427 DHCP.SendHostname, config_parse_bool, 0, offsetof(Network, dhcp_send_hostname)
428 DHCP.Hostname, config_parse_hostname, 0, offsetof(Network, dhcp_hostname)
429 DHCP.RequestBroadcast, config_parse_bool, 0, offsetof(Network, dhcp_broadcast)
430 DHCP.CriticalConnection, config_parse_tristate, 0, offsetof(Network, dhcp_critical)
431 DHCP.VendorClassIdentifier, config_parse_string, 0, offsetof(Network, dhcp_vendor_class_identifier)
432 DHCP.UserClass, config_parse_dhcp_user_class, AF_INET, offsetof(Network, dhcp_user_class)
433 DHCP.DUIDType, config_parse_duid_type, 0, offsetof(Network, duid)
434 DHCP.DUIDRawData, config_parse_duid_rawdata, 0, offsetof(Network, duid)
435 DHCP.RouteMetric, config_parse_dhcp_route_metric, 0, 0
436 DHCP.RouteTable, config_parse_section_route_table, 0, 0
437 DHCP.UseTimezone, config_parse_bool, 0, offsetof(Network, dhcp_use_timezone)
438 DHCP.IAID, config_parse_iaid, 0, 0
439 DHCP.ListenPort, config_parse_uint16, 0, offsetof(Network, dhcp_client_port)
440 DHCP.RapidCommit, config_parse_bool, 0, offsetof(Network, rapid_commit)
441 DHCP.ForceDHCPv6PDOtherInformation, config_parse_bool, 0, offsetof(Network, dhcp6_force_pd_other_information)
442 DHCPv4.UseDomainName, config_parse_dhcp_use_domains, 0, offsetof(Network, dhcp_use_domains)
443 DHCPv4.CriticalConnection, config_parse_tristate, 0, offsetof(Network, dhcp_critical)
444 TrafficControlQueueingDiscipline.Parent, config_parse_qdisc_parent, _QDISC_KIND_INVALID, 0
445 TrafficControlQueueingDiscipline.NetworkEmulatorDelaySec, config_parse_network_emulator_delay, 0, 0
446 TrafficControlQueueingDiscipline.NetworkEmulatorDelayJitterSec, config_parse_network_emulator_delay, 0, 0
447 TrafficControlQueueingDiscipline.NetworkEmulatorLossRate, config_parse_network_emulator_rate, 0, 0
448 TrafficControlQueueingDiscipline.NetworkEmulatorDuplicateRate, config_parse_network_emulator_rate, 0, 0
449 TrafficControlQueueingDiscipline.NetworkEmulatorPacketLimit, config_parse_network_emulator_packet_limit, 0, 0
450 FairQueueing.Quantum, config_parse_fair_queueing_size, QDISC_KIND_FQ, 0
451 FairQueueing.InitialQuantum, config_parse_fair_queueing_size, QDISC_KIND_FQ, 0
452 FairQueueingControlledDelay.MemoryLimit, config_parse_fair_queueing_controlled_delay_size, QDISC_KIND_FQ_CODEL, 0
453 FairQueueingControlledDelay.Quantum, config_parse_fair_queueing_controlled_delay_size, QDISC_KIND_FQ_CODEL, 0
454 TokenBucketFilter.Burst, config_parse_token_bucket_filter_size, QDISC_KIND_TBF, 0
455 TokenBucketFilter.LimitSize, config_parse_token_bucket_filter_size, QDISC_KIND_TBF, 0