]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/network/networkd-network-gperf.gperf
network/dhcp-server: allow to configure IPv6 only preferred option
[thirdparty/systemd.git] / src / network / networkd-network-gperf.gperf
1 /* SPDX-License-Identifier: LGPL-2.1-or-later */
2 %{
3 #if __GNUC__ >= 7
4 _Pragma("GCC diagnostic ignored \"-Wimplicit-fallthrough\"")
5 #endif
6 #include <stddef.h>
7 #include "conf-parser.h"
8 #include "in-addr-prefix-util.h"
9 #include "netem.h"
10 #include "net-condition.h"
11 #include "networkd-address-generation.h"
12 #include "networkd-address-label.h"
13 #include "networkd-address.h"
14 #include "networkd-bridge-fdb.h"
15 #include "networkd-bridge-mdb.h"
16 #include "networkd-can.h"
17 #include "networkd-dhcp-common.h"
18 #include "networkd-dhcp-prefix-delegation.h"
19 #include "networkd-dhcp-server-static-lease.h"
20 #include "networkd-dhcp-server.h"
21 #include "networkd-dhcp4.h"
22 #include "networkd-dhcp6.h"
23 #include "networkd-ipv4ll.h"
24 #include "networkd-ipv6-proxy-ndp.h"
25 #include "networkd-ipv6ll.h"
26 #include "networkd-lldp-tx.h"
27 #include "networkd-ndisc.h"
28 #include "networkd-netlabel.h"
29 #include "networkd-network.h"
30 #include "networkd-neighbor.h"
31 #include "networkd-nexthop.h"
32 #include "networkd-radv.h"
33 #include "networkd-route.h"
34 #include "networkd-routing-policy-rule.h"
35 #include "networkd-sriov.h"
36 #include "qdisc.h"
37 #include "tclass.h"
38 #include "vlan-util.h"
39 %}
40 struct ConfigPerfItem;
41 %null_strings
42 %language=ANSI-C
43 %define slot-name section_and_lvalue
44 %define hash-function-name network_network_gperf_hash
45 %define lookup-function-name network_network_gperf_lookup
46 %readonly-tables
47 %omit-struct-type
48 %struct-type
49 %includes
50 %%
51 Match.MACAddress, config_parse_hw_addrs, 0, offsetof(Network, match.hw_addr)
52 Match.PermanentMACAddress, config_parse_hw_addrs, 0, offsetof(Network, match.permanent_hw_addr)
53 Match.Path, config_parse_match_strv, 0, offsetof(Network, match.path)
54 Match.Driver, config_parse_match_strv, 0, offsetof(Network, match.driver)
55 Match.Type, config_parse_match_strv, 0, offsetof(Network, match.iftype)
56 Match.Kind, config_parse_match_strv, 0, offsetof(Network, match.kind)
57 Match.WLANInterfaceType, config_parse_match_strv, 0, offsetof(Network, match.wlan_iftype)
58 Match.SSID, config_parse_match_strv, 0, offsetof(Network, match.ssid)
59 Match.BSSID, config_parse_ether_addrs, 0, offsetof(Network, match.bssid)
60 Match.Name, config_parse_match_ifnames, IFNAME_VALID_ALTERNATIVE, offsetof(Network, match.ifname)
61 Match.Property, config_parse_match_property, 0, offsetof(Network, match.property)
62 Match.Host, config_parse_net_condition, CONDITION_HOST, offsetof(Network, conditions)
63 Match.Virtualization, config_parse_net_condition, CONDITION_VIRTUALIZATION, offsetof(Network, conditions)
64 Match.KernelCommandLine, config_parse_net_condition, CONDITION_KERNEL_COMMAND_LINE, offsetof(Network, conditions)
65 Match.KernelVersion, config_parse_net_condition, CONDITION_KERNEL_VERSION, offsetof(Network, conditions)
66 Match.Credential, config_parse_net_condition, CONDITION_CREDENTIAL, offsetof(Network, conditions)
67 Match.Architecture, config_parse_net_condition, CONDITION_ARCHITECTURE, offsetof(Network, conditions)
68 Match.Firmware, config_parse_net_condition, CONDITION_FIRMWARE, offsetof(Network, conditions)
69 Link.MACAddress, config_parse_hw_addr, 0, offsetof(Network, hw_addr)
70 Link.MTUBytes, config_parse_mtu, AF_UNSPEC, offsetof(Network, mtu)
71 Link.Group, config_parse_link_group, 0, 0
72 Link.ARP, config_parse_tristate, 0, offsetof(Network, arp)
73 Link.Multicast, config_parse_tristate, 0, offsetof(Network, multicast)
74 Link.AllMulticast, config_parse_tristate, 0, offsetof(Network, allmulticast)
75 Link.Promiscuous, config_parse_tristate, 0, offsetof(Network, promiscuous)
76 Link.Unmanaged, config_parse_bool, 0, offsetof(Network, unmanaged)
77 Link.ActivationPolicy, config_parse_activation_policy, 0, offsetof(Network, activation_policy)
78 Link.RequiredForOnline, config_parse_required_for_online, 0, 0
79 Link.RequiredFamilyForOnline, config_parse_required_family_for_online, 0, offsetof(Network, required_family_for_online)
80 SR-IOV.VirtualFunction, config_parse_sr_iov_uint32, 0, offsetof(Network, sr_iov_by_section)
81 SR-IOV.VLANId, config_parse_sr_iov_uint32, 0, offsetof(Network, sr_iov_by_section)
82 SR-IOV.QualityOfService, config_parse_sr_iov_uint32, 0, offsetof(Network, sr_iov_by_section)
83 SR-IOV.VLANProtocol, config_parse_sr_iov_vlan_proto, 0, offsetof(Network, sr_iov_by_section)
84 SR-IOV.MACSpoofCheck, config_parse_sr_iov_boolean, 0, offsetof(Network, sr_iov_by_section)
85 SR-IOV.QueryReceiveSideScaling, config_parse_sr_iov_boolean, 0, offsetof(Network, sr_iov_by_section)
86 SR-IOV.Trust, config_parse_sr_iov_boolean, 0, offsetof(Network, sr_iov_by_section)
87 SR-IOV.LinkState, config_parse_sr_iov_link_state, 0, offsetof(Network, sr_iov_by_section)
88 SR-IOV.MACAddress, config_parse_sr_iov_mac, 0, offsetof(Network, sr_iov_by_section)
89 Network.Description, config_parse_string, 0, offsetof(Network, description)
90 Network.KeepMaster, config_parse_bool, 0, offsetof(Network, keep_master)
91 Network.BatmanAdvanced, config_parse_ifname, 0, offsetof(Network, batadv_name)
92 Network.Bond, config_parse_ifname, 0, offsetof(Network, bond_name)
93 Network.Bridge, config_parse_ifname, 0, offsetof(Network, bridge_name)
94 Network.VRF, config_parse_ifname, 0, offsetof(Network, vrf_name)
95 Network.IPoIB, config_parse_stacked_netdev, NETDEV_KIND_IPOIB, offsetof(Network, stacked_netdev_names)
96 Network.IPVLAN, config_parse_stacked_netdev, NETDEV_KIND_IPVLAN, offsetof(Network, stacked_netdev_names)
97 Network.IPVTAP, config_parse_stacked_netdev, NETDEV_KIND_IPVTAP, offsetof(Network, stacked_netdev_names)
98 Network.L2TP, config_parse_warn_compat, DISABLED_LEGACY, 0
99 Network.MACsec, config_parse_stacked_netdev, NETDEV_KIND_MACSEC, offsetof(Network, stacked_netdev_names)
100 Network.MACVLAN, config_parse_stacked_netdev, NETDEV_KIND_MACVLAN, offsetof(Network, stacked_netdev_names)
101 Network.MACVTAP, config_parse_stacked_netdev, NETDEV_KIND_MACVTAP, offsetof(Network, stacked_netdev_names)
102 Network.Tunnel, config_parse_stacked_netdev, _NETDEV_KIND_TUNNEL, offsetof(Network, stacked_netdev_names)
103 Network.VLAN, config_parse_stacked_netdev, NETDEV_KIND_VLAN, offsetof(Network, stacked_netdev_names)
104 Network.VXLAN, config_parse_stacked_netdev, NETDEV_KIND_VXLAN, offsetof(Network, stacked_netdev_names)
105 Network.Xfrm, config_parse_stacked_netdev, NETDEV_KIND_XFRM, offsetof(Network, stacked_netdev_names)
106 Network.DHCP, config_parse_dhcp, 0, offsetof(Network, dhcp)
107 Network.DHCPServer, config_parse_bool, 0, offsetof(Network, dhcp_server)
108 Network.LinkLocalAddressing, config_parse_link_local_address_family, 0, offsetof(Network, link_local)
109 Network.IPv6LinkLocalAddressGenerationMode, config_parse_ipv6_link_local_address_gen_mode, 0, offsetof(Network, ipv6ll_address_gen_mode)
110 Network.IPv6StableSecretAddress, config_parse_in_addr_non_null, AF_INET6, offsetof(Network, ipv6ll_stable_secret)
111 Network.IPv4LLStartAddress, config_parse_ipv4ll_address, 0, offsetof(Network, ipv4ll_start_address)
112 Network.IPv4LLRoute, config_parse_bool, 0, offsetof(Network, ipv4ll_route)
113 Network.DefaultRouteOnDevice, config_parse_bool, 0, offsetof(Network, default_route_on_device)
114 Network.LLDP, config_parse_lldp_mode, 0, offsetof(Network, lldp_mode)
115 Network.EmitLLDP, config_parse_lldp_multicast_mode, 0, offsetof(Network, lldp_multicast_mode)
116 Network.Address, config_parse_address, 0, 0
117 Network.Gateway, config_parse_gateway, 0, 0
118 Network.Domains, config_parse_domains, 0, 0
119 Network.DNS, config_parse_dns, 0, 0
120 Network.DNSDefaultRoute, config_parse_tristate, 0, offsetof(Network, dns_default_route)
121 Network.LLMNR, config_parse_resolve_support, 0, offsetof(Network, llmnr)
122 Network.MulticastDNS, config_parse_resolve_support, 0, offsetof(Network, mdns)
123 Network.DNSOverTLS, config_parse_dns_over_tls_mode, 0, offsetof(Network, dns_over_tls_mode)
124 Network.DNSSEC, config_parse_dnssec_mode, 0, offsetof(Network, dnssec_mode)
125 Network.DNSSECNegativeTrustAnchors, config_parse_dnssec_negative_trust_anchors, 0, offsetof(Network, dnssec_negative_trust_anchors)
126 Network.NTP, config_parse_ntp, 0, offsetof(Network, ntp)
127 Network.IPForward, config_parse_address_family_with_kernel, 0, offsetof(Network, ip_forward)
128 Network.IPMasquerade, config_parse_ip_masquerade, 0, offsetof(Network, ip_masquerade)
129 Network.IPv6PrivacyExtensions, config_parse_ipv6_privacy_extensions, 0, offsetof(Network, ipv6_privacy_extensions)
130 Network.IPv6AcceptRA, config_parse_tristate, 0, offsetof(Network, ipv6_accept_ra)
131 Network.IPv6AcceptRouterAdvertisements, config_parse_tristate, 0, offsetof(Network, ipv6_accept_ra)
132 Network.IPv6DuplicateAddressDetection, config_parse_int, 0, offsetof(Network, ipv6_dad_transmits)
133 Network.IPv6HopLimit, config_parse_int, 0, offsetof(Network, ipv6_hop_limit)
134 Network.IPv6ProxyNDP, config_parse_tristate, 0, offsetof(Network, ipv6_proxy_ndp)
135 Network.IPv6MTUBytes, config_parse_mtu, AF_INET6, offsetof(Network, ipv6_mtu)
136 Network.IPv4AcceptLocal, config_parse_tristate, 0, offsetof(Network, ipv4_accept_local)
137 Network.IPv4RouteLocalnet, config_parse_tristate, 0, offsetof(Network, ipv4_route_localnet)
138 Network.ActiveSlave, config_parse_bool, 0, offsetof(Network, active_slave)
139 Network.PrimarySlave, config_parse_bool, 0, offsetof(Network, primary_slave)
140 Network.IPv4ProxyARP, config_parse_tristate, 0, offsetof(Network, proxy_arp)
141 Network.ProxyARP, config_parse_tristate, 0, offsetof(Network, proxy_arp)
142 Network.IPv6ProxyNDPAddress, config_parse_ipv6_proxy_ndp_address, 0, 0
143 Network.IPv4ReversePathFilter, config_parse_ip_reverse_path_filter, 0, offsetof(Network, ipv4_rp_filter)
144 Network.BindCarrier, config_parse_strv, 0, offsetof(Network, bind_carrier)
145 Network.ConfigureWithoutCarrier, config_parse_bool, 0, offsetof(Network, configure_without_carrier)
146 Network.IgnoreCarrierLoss, config_parse_ignore_carrier_loss, 0, 0
147 Network.KeepConfiguration, config_parse_keep_configuration, 0, offsetof(Network, keep_configuration)
148 Network.IPv6SendRA, config_parse_router_prefix_delegation, 0, offsetof(Network, router_prefix_delegation)
149 Network.DHCPPrefixDelegation, config_parse_tristate, 0, offsetof(Network, dhcp_pd)
150 Address.Address, config_parse_address, 0, 0
151 Address.Peer, config_parse_address, 0, 0
152 Address.Broadcast, config_parse_broadcast, 0, 0
153 Address.Label, config_parse_label, 0, 0
154 Address.PreferredLifetime, config_parse_lifetime, 0, 0
155 Address.HomeAddress, config_parse_address_flags, IFA_F_HOMEADDRESS, 0
156 Address.ManageTemporaryAddress, config_parse_address_flags, IFA_F_MANAGETEMPADDR, 0
157 Address.PrefixRoute, config_parse_address_flags, IFA_F_NOPREFIXROUTE, 0 /* deprecated */
158 Address.AddPrefixRoute, config_parse_address_flags, IFA_F_NOPREFIXROUTE, 0
159 Address.AutoJoin, config_parse_address_flags, IFA_F_MCAUTOJOIN, 0
160 Address.DuplicateAddressDetection, config_parse_duplicate_address_detection, 0, 0
161 Address.Scope, config_parse_address_scope, 0, 0
162 Address.RouteMetric, config_parse_address_route_metric, 0, 0
163 Address.NetLabel, config_parse_address_netlabel, 0, 0
164 Address.NFTSet, config_parse_address_ip_nft_set, NFT_SET_PARSE_NETWORK, 0
165 IPv6AddressLabel.Prefix, config_parse_address_label_prefix, 0, 0
166 IPv6AddressLabel.Label, config_parse_address_label, 0, 0
167 Neighbor.Address, config_parse_neighbor_address, 0, 0
168 Neighbor.LinkLayerAddress, config_parse_neighbor_lladdr, 0, 0
169 Neighbor.MACAddress, config_parse_neighbor_lladdr, 0, 0 /* deprecated */
170 RoutingPolicyRule.TypeOfService, config_parse_routing_policy_rule_tos, 0, 0
171 RoutingPolicyRule.Priority, config_parse_routing_policy_rule_priority, 0, 0
172 RoutingPolicyRule.Table, config_parse_routing_policy_rule_table, 0, 0
173 RoutingPolicyRule.FirewallMark, config_parse_routing_policy_rule_fwmark_mask, 0, 0
174 RoutingPolicyRule.From, config_parse_routing_policy_rule_prefix, 0, 0
175 RoutingPolicyRule.To, config_parse_routing_policy_rule_prefix, 0, 0
176 RoutingPolicyRule.IncomingInterface, config_parse_routing_policy_rule_device, 0, 0
177 RoutingPolicyRule.OutgoingInterface, config_parse_routing_policy_rule_device, 0, 0
178 RoutingPolicyRule.IPProtocol, config_parse_routing_policy_rule_ip_protocol, 0, 0
179 RoutingPolicyRule.SourcePort, config_parse_routing_policy_rule_port_range, 0, 0
180 RoutingPolicyRule.DestinationPort, config_parse_routing_policy_rule_port_range, 0, 0
181 RoutingPolicyRule.InvertRule, config_parse_routing_policy_rule_invert, 0, 0
182 RoutingPolicyRule.Family, config_parse_routing_policy_rule_family, 0, 0
183 RoutingPolicyRule.User, config_parse_routing_policy_rule_uid_range, 0, 0
184 RoutingPolicyRule.SuppressInterfaceGroup, config_parse_routing_policy_rule_suppress_ifgroup, 0, 0
185 RoutingPolicyRule.SuppressPrefixLength, config_parse_routing_policy_rule_suppress_prefixlen, 0, 0
186 RoutingPolicyRule.Type, config_parse_routing_policy_rule_type, 0, 0
187 Route.Gateway, config_parse_gateway, 0, 0
188 Route.Destination, config_parse_destination, 0, 0
189 Route.Source, config_parse_destination, 0, 0
190 Route.Metric, config_parse_route_priority, 0, 0
191 Route.Scope, config_parse_route_scope, 0, 0
192 Route.PreferredSource, config_parse_preferred_src, 0, 0
193 Route.Table, config_parse_route_table, 0, 0
194 Route.MTUBytes, config_parse_route_mtu, AF_UNSPEC, 0
195 Route.GatewayOnLink, config_parse_route_boolean, 0, 0
196 Route.GatewayOnlink, config_parse_route_boolean, 0, 0
197 Route.IPv6Preference, config_parse_ipv6_route_preference, 0, 0
198 Route.Protocol, config_parse_route_protocol, 0, 0
199 Route.Type, config_parse_route_type, 0, 0
200 Route.TCPRetransmissionTimeoutSec, config_parse_route_tcp_rto, 0, 0
201 Route.HopLimit, config_parse_route_hop_limit, 0, 0
202 Route.InitialCongestionWindow, config_parse_route_tcp_window, 0, 0
203 Route.InitialAdvertisedReceiveWindow, config_parse_route_tcp_window, 0, 0
204 Route.TCPAdvertisedMaximumSegmentSize, config_parse_tcp_advmss, 0, 0
205 Route.TCPCongestionControlAlgorithm, config_parse_tcp_congestion, 0, 0
206 Route.QuickAck, config_parse_route_boolean, 0, 0
207 Route.FastOpenNoCookie, config_parse_route_boolean, 0, 0
208 Route.TTLPropagate, config_parse_route_boolean, 0, 0
209 Route.MultiPathRoute, config_parse_multipath_route, 0, 0
210 Route.NextHop, config_parse_route_nexthop, 0, 0
211 NextHop.Id, config_parse_nexthop_id, 0, 0
212 NextHop.Gateway, config_parse_nexthop_gateway, 0, 0
213 NextHop.Family, config_parse_nexthop_family, 0, 0
214 NextHop.OnLink, config_parse_nexthop_onlink, 0, 0
215 NextHop.Blackhole, config_parse_nexthop_blackhole, 0, 0
216 NextHop.Group, config_parse_nexthop_group, 0, 0
217 DHCPv4.RequestAddress, config_parse_in_addr_non_null, AF_INET, offsetof(Network, dhcp_request_address)
218 DHCPv4.ClientIdentifier, config_parse_dhcp_client_identifier, 0, offsetof(Network, dhcp_client_identifier)
219 DHCPv4.UseDNS, config_parse_dhcp_use_dns, AF_INET, 0
220 DHCPv4.RoutesToDNS, config_parse_bool, 0, offsetof(Network, dhcp_routes_to_dns)
221 DHCPv4.UseNTP, config_parse_dhcp_use_ntp, AF_INET, 0
222 DHCPv4.RoutesToNTP, config_parse_bool, 0, offsetof(Network, dhcp_routes_to_ntp)
223 DHCPv4.UseSIP, config_parse_bool, 0, offsetof(Network, dhcp_use_sip)
224 DHCPv4.UseCaptivePortal, config_parse_bool, 0, offsetof(Network, dhcp_use_captive_portal)
225 DHCPv4.UseMTU, config_parse_bool, 0, offsetof(Network, dhcp_use_mtu)
226 DHCPv4.UseHostname, config_parse_bool, 0, offsetof(Network, dhcp_use_hostname)
227 DHCPv4.UseDomains, config_parse_dhcp_use_domains, AF_INET, 0
228 DHCPv4.UseRoutes, config_parse_bool, 0, offsetof(Network, dhcp_use_routes)
229 DHCPv4.UseGateway, config_parse_tristate, 0, offsetof(Network, dhcp_use_gateway)
230 DHCPv4.QuickAck, config_parse_bool, 0, offsetof(Network, dhcp_quickack)
231 DHCPv4.RequestOptions, config_parse_dhcp_request_options, AF_INET, 0
232 DHCPv4.Anonymize, config_parse_bool, 0, offsetof(Network, dhcp_anonymize)
233 DHCPv4.SendHostname, config_parse_bool, 0, offsetof(Network, dhcp_send_hostname)
234 DHCPv4.Hostname, config_parse_hostname, 0, offsetof(Network, dhcp_hostname)
235 DHCPv4.Label, config_parse_dhcp_label, 0, offsetof(Network, dhcp_label)
236 DHCPv4.RequestBroadcast, config_parse_tristate, 0, offsetof(Network, dhcp_broadcast)
237 DHCPv4.VendorClassIdentifier, config_parse_string, CONFIG_PARSE_STRING_SAFE, offsetof(Network, dhcp_vendor_class_identifier)
238 DHCPv4.MUDURL, config_parse_mud_url, 0, offsetof(Network, dhcp_mudurl)
239 DHCPv4.MaxAttempts, config_parse_dhcp_max_attempts, 0, 0
240 DHCPv4.UserClass, config_parse_dhcp_user_or_vendor_class, AF_INET, offsetof(Network, dhcp_user_class)
241 DHCPv4.IAID, config_parse_iaid, AF_INET, 0
242 DHCPv4.DUIDType, config_parse_network_duid_type, 0, 0
243 DHCPv4.DUIDRawData, config_parse_network_duid_rawdata, 0, 0
244 DHCPv4.RouteMetric, config_parse_dhcp_route_metric, AF_INET, 0
245 DHCPv4.RouteTable, config_parse_dhcp_or_ra_route_table, AF_INET, 0
246 DHCPv4.UseTimezone, config_parse_bool, 0, offsetof(Network, dhcp_use_timezone)
247 DHCPv4.ListenPort, config_parse_uint16, 0, offsetof(Network, dhcp_client_port)
248 DHCPv4.SendRelease, config_parse_bool, 0, offsetof(Network, dhcp_send_release)
249 DHCPv4.SendDecline, config_parse_bool, 0, offsetof(Network, dhcp_send_decline)
250 DHCPv4.DenyList, config_parse_in_addr_prefixes, AF_INET, offsetof(Network, dhcp_deny_listed_ip)
251 DHCPv4.AllowList, config_parse_in_addr_prefixes, AF_INET, offsetof(Network, dhcp_allow_listed_ip)
252 DHCPv4.IPServiceType, config_parse_dhcp_ip_service_type, 0, offsetof(Network, dhcp_ip_service_type)
253 DHCPv4.SocketPriority, config_parse_dhcp_socket_priority, 0, 0
254 DHCPv4.SendOption, config_parse_dhcp_send_option, AF_INET, offsetof(Network, dhcp_client_send_options)
255 DHCPv4.SendVendorOption, config_parse_dhcp_send_option, 0, offsetof(Network, dhcp_client_send_vendor_options)
256 DHCPv4.RouteMTUBytes, config_parse_mtu, AF_INET, offsetof(Network, dhcp_route_mtu)
257 DHCPv4.InitialCongestionWindow, config_parse_tcp_window, 0, offsetof(Network, dhcp_initial_congestion_window)
258 DHCPv4.InitialAdvertisedReceiveWindow, config_parse_tcp_window, 0, offsetof(Network, dhcp_advertised_receive_window)
259 DHCPv4.FallbackLeaseLifetimeSec, config_parse_dhcp_fallback_lease_lifetime, 0, 0
260 DHCPv4.Use6RD, config_parse_bool, 0, offsetof(Network, dhcp_use_6rd)
261 DHCPv4.NetLabel, config_parse_string, CONFIG_PARSE_STRING_SAFE, offsetof(Network, dhcp_netlabel)
262 DHCPv4.NFTSet, config_parse_nft_set, NFT_SET_PARSE_NETWORK, offsetof(Network, dhcp_nft_set_context)
263 DHCPv6.UseAddress, config_parse_bool, 0, offsetof(Network, dhcp6_use_address)
264 DHCPv6.UseDelegatedPrefix, config_parse_bool, 0, offsetof(Network, dhcp6_use_pd_prefix)
265 DHCPv6.UseDNS, config_parse_dhcp_use_dns, AF_INET6, 0
266 DHCPv6.UseHostname, config_parse_bool, 0, offsetof(Network, dhcp6_use_hostname)
267 DHCPv6.UseDomains, config_parse_dhcp_use_domains, AF_INET6, 0
268 DHCPv6.UseNTP, config_parse_dhcp_use_ntp, AF_INET6, 0
269 DHCPv6.UseCaptivePortal, config_parse_bool, 0, offsetof(Network, dhcp6_use_captive_portal)
270 DHCPv6.MUDURL, config_parse_mud_url, 0, offsetof(Network, dhcp6_mudurl)
271 DHCPv6.RequestOptions, config_parse_dhcp_request_options, AF_INET6, 0
272 DHCPv6.UserClass, config_parse_dhcp_user_or_vendor_class, AF_INET6, offsetof(Network, dhcp6_user_class)
273 DHCPv6.VendorClass, config_parse_dhcp_user_or_vendor_class, AF_INET6, offsetof(Network, dhcp6_vendor_class)
274 DHCPv6.SendVendorOption, config_parse_dhcp_send_option, AF_INET6, offsetof(Network, dhcp6_client_send_vendor_options)
275 DHCPv6.PrefixDelegationHint, config_parse_dhcp6_pd_prefix_hint, 0, 0
276 DHCPv6.WithoutRA, config_parse_dhcp6_client_start_mode, 0, offsetof(Network, dhcp6_client_start_mode)
277 DHCPv6.SendOption, config_parse_dhcp_send_option, AF_INET6, offsetof(Network, dhcp6_client_send_options)
278 DHCPv6.IAID, config_parse_iaid, AF_INET6, 0
279 DHCPv6.DUIDType, config_parse_duid_type, 0, offsetof(Network, dhcp6_duid)
280 DHCPv6.DUIDRawData, config_parse_duid_rawdata, 0, offsetof(Network, dhcp6_duid)
281 DHCPv6.RapidCommit, config_parse_bool, 0, offsetof(Network, dhcp6_use_rapid_commit)
282 DHCPv6.NetLabel, config_parse_string, CONFIG_PARSE_STRING_SAFE, offsetof(Network, dhcp6_netlabel)
283 DHCPv6.SendRelease, config_parse_bool, 0, offsetof(Network, dhcp6_send_release)
284 DHCPv6.NFTSet, config_parse_nft_set, NFT_SET_PARSE_NETWORK, offsetof(Network, dhcp6_nft_set_context)
285 IPv6AcceptRA.UseGateway, config_parse_bool, 0, offsetof(Network, ipv6_accept_ra_use_gateway)
286 IPv6AcceptRA.UseRoutePrefix, config_parse_bool, 0, offsetof(Network, ipv6_accept_ra_use_route_prefix)
287 IPv6AcceptRA.UseAutonomousPrefix, config_parse_bool, 0, offsetof(Network, ipv6_accept_ra_use_autonomous_prefix)
288 IPv6AcceptRA.UseOnLinkPrefix, config_parse_bool, 0, offsetof(Network, ipv6_accept_ra_use_onlink_prefix)
289 IPv6AcceptRA.UsePREF64, config_parse_bool, 0, offsetof(Network, ipv6_accept_ra_use_pref64)
290 IPv6AcceptRA.UseDNS, config_parse_bool, 0, offsetof(Network, ipv6_accept_ra_use_dns)
291 IPv6AcceptRA.UseDomains, config_parse_ipv6_accept_ra_use_domains, 0, offsetof(Network, ipv6_accept_ra_use_domains)
292 IPv6AcceptRA.UseMTU, config_parse_bool, 0, offsetof(Network, ipv6_accept_ra_use_mtu)
293 IPv6AcceptRA.UseHopLimit, config_parse_bool, 0, offsetof(Network, ipv6_accept_ra_use_hop_limit)
294 IPv6AcceptRA.UseICMP6RateLimit, config_parse_bool, 0, offsetof(Network, ipv6_accept_ra_use_icmp6_ratelimit)
295 IPv6AcceptRA.DHCPv6Client, config_parse_ipv6_accept_ra_start_dhcp6_client, 0, offsetof(Network, ipv6_accept_ra_start_dhcp6_client)
296 IPv6AcceptRA.RouteTable, config_parse_dhcp_or_ra_route_table, AF_INET6, 0
297 IPv6AcceptRA.RouteMetric, config_parse_ipv6_accept_ra_route_metric, 0, 0
298 IPv6AcceptRA.QuickAck, config_parse_bool, 0, offsetof(Network, ipv6_accept_ra_quickack)
299 IPv6AcceptRA.UseCaptivePortal, config_parse_bool, 0, offsetof(Network, ipv6_accept_ra_use_captive_portal)
300 IPv6AcceptRA.RouterAllowList, config_parse_in_addr_prefixes, AF_INET6, offsetof(Network, ndisc_allow_listed_router)
301 IPv6AcceptRA.RouterDenyList, config_parse_in_addr_prefixes, AF_INET6, offsetof(Network, ndisc_deny_listed_router)
302 IPv6AcceptRA.PrefixAllowList, config_parse_in_addr_prefixes, AF_INET6, offsetof(Network, ndisc_allow_listed_prefix)
303 IPv6AcceptRA.PrefixDenyList, config_parse_in_addr_prefixes, AF_INET6, offsetof(Network, ndisc_deny_listed_prefix)
304 IPv6AcceptRA.RouteAllowList, config_parse_in_addr_prefixes, AF_INET6, offsetof(Network, ndisc_allow_listed_route_prefix)
305 IPv6AcceptRA.RouteDenyList, config_parse_in_addr_prefixes, AF_INET6, offsetof(Network, ndisc_deny_listed_route_prefix)
306 IPv6AcceptRA.Token, config_parse_address_generation_type, 0, offsetof(Network, ndisc_tokens)
307 IPv6AcceptRA.NetLabel, config_parse_string, CONFIG_PARSE_STRING_SAFE, offsetof(Network, ndisc_netlabel)
308 IPv6AcceptRA.NFTSet, config_parse_nft_set, NFT_SET_PARSE_NETWORK, offsetof(Network, ndisc_nft_set_context)
309 DHCPServer.ServerAddress, config_parse_dhcp_server_address, 0, 0
310 DHCPServer.UplinkInterface, config_parse_uplink, 0, 0
311 DHCPServer.RelayTarget, config_parse_in_addr_non_null, AF_INET, offsetof(Network, dhcp_server_relay_target)
312 DHCPServer.RelayAgentCircuitId, config_parse_dhcp_server_relay_agent_suboption, 0, offsetof(Network, dhcp_server_relay_agent_circuit_id)
313 DHCPServer.RelayAgentRemoteId, config_parse_dhcp_server_relay_agent_suboption, 0, offsetof(Network, dhcp_server_relay_agent_remote_id)
314 DHCPServer.MaxLeaseTimeSec, config_parse_sec, 0, offsetof(Network, dhcp_server_max_lease_time_usec)
315 DHCPServer.DefaultLeaseTimeSec, config_parse_sec, 0, offsetof(Network, dhcp_server_default_lease_time_usec)
316 DHCPServer.IPv6OnlyPreferredSec, config_parse_dhcp_server_ipv6_only_preferred, 0, offsetof(Network, dhcp_server_ipv6_only_preferred_usec)
317 DHCPServer.EmitDNS, config_parse_bool, 0, offsetof(Network, dhcp_server_emit[SD_DHCP_LEASE_DNS].emit)
318 DHCPServer.DNS, config_parse_dhcp_server_emit, 0, offsetof(Network, dhcp_server_emit[SD_DHCP_LEASE_DNS])
319 DHCPServer.EmitNTP, config_parse_bool, 0, offsetof(Network, dhcp_server_emit[SD_DHCP_LEASE_NTP].emit)
320 DHCPServer.NTP, config_parse_dhcp_server_emit, 0, offsetof(Network, dhcp_server_emit[SD_DHCP_LEASE_NTP])
321 DHCPServer.EmitSIP, config_parse_bool, 0, offsetof(Network, dhcp_server_emit[SD_DHCP_LEASE_SIP].emit)
322 DHCPServer.SIP, config_parse_dhcp_server_emit, 0, offsetof(Network, dhcp_server_emit[SD_DHCP_LEASE_SIP])
323 DHCPServer.EmitPOP3, config_parse_bool, 0, offsetof(Network, dhcp_server_emit[SD_DHCP_LEASE_POP3].emit)
324 DHCPServer.POP3, config_parse_dhcp_server_emit, 0, offsetof(Network, dhcp_server_emit[SD_DHCP_LEASE_POP3])
325 DHCPServer.EmitSMTP, config_parse_bool, 0, offsetof(Network, dhcp_server_emit[SD_DHCP_LEASE_SMTP].emit)
326 DHCPServer.SMTP, config_parse_dhcp_server_emit, 0, offsetof(Network, dhcp_server_emit[SD_DHCP_LEASE_SMTP])
327 DHCPServer.EmitLPR, config_parse_bool, 0, offsetof(Network, dhcp_server_emit[SD_DHCP_LEASE_LPR].emit)
328 DHCPServer.LPR, config_parse_dhcp_server_emit, 0, offsetof(Network, dhcp_server_emit[SD_DHCP_LEASE_LPR])
329 DHCPServer.EmitRouter, config_parse_bool, 0, offsetof(Network, dhcp_server_emit_router)
330 DHCPServer.Router, config_parse_in_addr_non_null, AF_INET, offsetof(Network, dhcp_server_router)
331 DHCPServer.EmitTimezone, config_parse_bool, 0, offsetof(Network, dhcp_server_emit_timezone)
332 DHCPServer.Timezone, config_parse_timezone, 0, offsetof(Network, dhcp_server_timezone)
333 DHCPServer.PoolOffset, config_parse_uint32, 0, offsetof(Network, dhcp_server_pool_offset)
334 DHCPServer.PoolSize, config_parse_uint32, 0, offsetof(Network, dhcp_server_pool_size)
335 DHCPServer.SendVendorOption, config_parse_dhcp_send_option, 0, offsetof(Network, dhcp_server_send_vendor_options)
336 DHCPServer.SendOption, config_parse_dhcp_send_option, 0, offsetof(Network, dhcp_server_send_options)
337 DHCPServer.BindToInterface, config_parse_bool, 0, offsetof(Network, dhcp_server_bind_to_interface)
338 DHCPServer.BootServerAddress, config_parse_in_addr_non_null, AF_INET, offsetof(Network, dhcp_server_boot_server_address)
339 DHCPServer.BootServerName, config_parse_dns_name, 0, offsetof(Network, dhcp_server_boot_server_name)
340 DHCPServer.BootFilename, config_parse_string, CONFIG_PARSE_STRING_SAFE_AND_ASCII, offsetof(Network, dhcp_server_boot_filename)
341 DHCPServerStaticLease.Address, config_parse_dhcp_static_lease_address, 0, 0
342 DHCPServerStaticLease.MACAddress, config_parse_dhcp_static_lease_hwaddr, 0, 0
343 Bridge.Cost, config_parse_uint32, 0, offsetof(Network, cost)
344 Bridge.UseBPDU, config_parse_tristate, 0, offsetof(Network, use_bpdu)
345 Bridge.HairPin, config_parse_tristate, 0, offsetof(Network, hairpin)
346 Bridge.Isolated, config_parse_tristate, 0, offsetof(Network, isolated)
347 Bridge.FastLeave, config_parse_tristate, 0, offsetof(Network, fast_leave)
348 Bridge.AllowPortToBeRoot, config_parse_tristate, 0, offsetof(Network, allow_port_to_be_root)
349 Bridge.UnicastFlood, config_parse_tristate, 0, offsetof(Network, unicast_flood)
350 Bridge.MulticastFlood, config_parse_tristate, 0, offsetof(Network, multicast_flood)
351 Bridge.MulticastToUnicast, config_parse_tristate, 0, offsetof(Network, multicast_to_unicast)
352 Bridge.NeighborSuppression, config_parse_tristate, 0, offsetof(Network, neighbor_suppression)
353 Bridge.Learning, config_parse_tristate, 0, offsetof(Network, learning)
354 Bridge.ProxyARP, config_parse_tristate, 0, offsetof(Network, bridge_proxy_arp)
355 Bridge.ProxyARPWiFi, config_parse_tristate, 0, offsetof(Network, bridge_proxy_arp_wifi)
356 Bridge.Priority, config_parse_bridge_port_priority, 0, offsetof(Network, priority)
357 Bridge.MulticastRouter, config_parse_multicast_router, 0, offsetof(Network, multicast_router)
358 BridgeFDB.MACAddress, config_parse_fdb_hwaddr, 0, 0
359 BridgeFDB.VLANId, config_parse_fdb_vlan_id, 0, 0
360 BridgeFDB.Destination, config_parse_fdb_destination, 0, 0
361 BridgeFDB.VNI, config_parse_fdb_vxlan_vni, 0, 0
362 BridgeFDB.AssociatedWith, config_parse_fdb_ntf_flags, 0, 0
363 BridgeFDB.OutgoingInterface, config_parse_fdb_interface, 0, 0
364 BridgeMDB.MulticastGroupAddress, config_parse_mdb_group_address, 0, 0
365 BridgeMDB.VLANId, config_parse_mdb_vlan_id, 0, 0
366 BridgeVLAN.PVID, config_parse_brvlan_pvid, 0, 0
367 BridgeVLAN.VLAN, config_parse_brvlan_vlan, 0, 0
368 BridgeVLAN.EgressUntagged, config_parse_brvlan_untagged, 0, 0
369 DHCPPrefixDelegation.UplinkInterface, config_parse_uplink, 0, 0
370 DHCPPrefixDelegation.SubnetId, config_parse_dhcp_pd_subnet_id, 0, offsetof(Network, dhcp_pd_subnet_id)
371 DHCPPrefixDelegation.Announce, config_parse_bool, 0, offsetof(Network, dhcp_pd_announce)
372 DHCPPrefixDelegation.Assign, config_parse_bool, 0, offsetof(Network, dhcp_pd_assign)
373 DHCPPrefixDelegation.ManageTemporaryAddress, config_parse_bool, 0, offsetof(Network, dhcp_pd_manage_temporary_address)
374 DHCPPrefixDelegation.Token, config_parse_address_generation_type, 0, offsetof(Network, dhcp_pd_tokens)
375 DHCPPrefixDelegation.RouteMetric, config_parse_uint32, 0, offsetof(Network, dhcp_pd_route_metric)
376 DHCPPrefixDelegation.NetLabel, config_parse_string, CONFIG_PARSE_STRING_SAFE, offsetof(Network, dhcp_pd_netlabel)
377 DHCPPrefixDelegation.NFTSet, config_parse_nft_set, NFT_SET_PARSE_NETWORK, offsetof(Network, dhcp_pd_nft_set_context)
378 IPv6SendRA.RouterLifetimeSec, config_parse_router_lifetime, 0, offsetof(Network, router_lifetime_usec)
379 IPv6SendRA.RetransmitSec, config_parse_router_retransmit, 0, offsetof(Network, router_retransmit_usec)
380 IPv6SendRA.Managed, config_parse_bool, 0, offsetof(Network, router_managed)
381 IPv6SendRA.OtherInformation, config_parse_bool, 0, offsetof(Network, router_other_information)
382 IPv6SendRA.RouterPreference, config_parse_router_preference, 0, 0
383 IPv6SendRA.HopLimit, config_parse_uint8, 0, offsetof(Network, router_hop_limit)
384 IPv6SendRA.EmitDNS, config_parse_bool, 0, offsetof(Network, router_emit_dns)
385 IPv6SendRA.DNS, config_parse_radv_dns, 0, 0
386 IPv6SendRA.EmitDomains, config_parse_bool, 0, offsetof(Network, router_emit_domains)
387 IPv6SendRA.Domains, config_parse_radv_search_domains, 0, 0
388 IPv6SendRA.DNSLifetimeSec, config_parse_sec, 0, offsetof(Network, router_dns_lifetime_usec)
389 IPv6SendRA.UplinkInterface, config_parse_uplink, 0, 0
390 IPv6SendRA.HomeAgent, config_parse_bool, 0, offsetof(Network, router_home_agent_information)
391 IPv6SendRA.HomeAgentLifetimeSec, config_parse_router_home_agent_lifetime, 0, offsetof(Network, home_agent_lifetime_usec)
392 IPv6SendRA.HomeAgentPreference, config_parse_uint16, 0, offsetof(Network, router_home_agent_preference)
393 IPv6Prefix.Prefix, config_parse_prefix, 0, 0
394 IPv6Prefix.OnLink, config_parse_prefix_boolean, 0, 0
395 IPv6Prefix.AddressAutoconfiguration, config_parse_prefix_boolean, 0, 0
396 IPv6Prefix.ValidLifetimeSec, config_parse_prefix_lifetime, 0, 0
397 IPv6Prefix.PreferredLifetimeSec, config_parse_prefix_lifetime, 0, 0
398 IPv6Prefix.Assign, config_parse_prefix_boolean, 0, 0
399 IPv6Prefix.RouteMetric, config_parse_prefix_metric, 0, 0
400 IPv6Prefix.Token, config_parse_prefix_token, 0, 0
401 IPv6RoutePrefix.Route, config_parse_route_prefix, 0, 0
402 IPv6RoutePrefix.LifetimeSec, config_parse_route_prefix_lifetime, 0, 0
403 IPv6PREF64Prefix.Prefix, config_parse_pref64_prefix, 0, 0
404 IPv6PREF64Prefix.LifetimeSec, config_parse_pref64_prefix_lifetime, 0, 0
405 LLDP.MUDURL, config_parse_mud_url, 0, offsetof(Network, lldp_mudurl)
406 CAN.BitRate, config_parse_can_bitrate, 0, offsetof(Network, can_bitrate)
407 CAN.SamplePoint, config_parse_permille, 0, offsetof(Network, can_sample_point)
408 CAN.TimeQuantaNSec, config_parse_can_time_quanta, 0, offsetof(Network, can_time_quanta_ns)
409 CAN.PropagationSegment, config_parse_uint32, 0, offsetof(Network, can_propagation_segment)
410 CAN.PhaseBufferSegment1, config_parse_uint32, 0, offsetof(Network, can_phase_buffer_segment_1)
411 CAN.PhaseBufferSegment2, config_parse_uint32, 0, offsetof(Network, can_phase_buffer_segment_2)
412 CAN.SyncJumpWidth, config_parse_uint32, 0, offsetof(Network, can_sync_jump_width)
413 CAN.DataBitRate, config_parse_can_bitrate, 0, offsetof(Network, can_data_bitrate)
414 CAN.DataSamplePoint, config_parse_permille, 0, offsetof(Network, can_data_sample_point)
415 CAN.DataTimeQuantaNSec, config_parse_can_time_quanta, 0, offsetof(Network, can_data_time_quanta_ns)
416 CAN.DataPropagationSegment, config_parse_uint32, 0, offsetof(Network, can_data_propagation_segment)
417 CAN.DataPhaseBufferSegment1, config_parse_uint32, 0, offsetof(Network, can_data_phase_buffer_segment_1)
418 CAN.DataPhaseBufferSegment2, config_parse_uint32, 0, offsetof(Network, can_data_phase_buffer_segment_2)
419 CAN.DataSyncJumpWidth, config_parse_uint32, 0, offsetof(Network, can_data_sync_jump_width)
420 CAN.RestartSec, config_parse_can_restart_usec, 0, offsetof(Network, can_restart_us)
421 CAN.Loopback, config_parse_can_control_mode, CAN_CTRLMODE_LOOPBACK, 0
422 CAN.ListenOnly, config_parse_can_control_mode, CAN_CTRLMODE_LISTENONLY, 0
423 CAN.TripleSampling, config_parse_can_control_mode, CAN_CTRLMODE_3_SAMPLES, 0
424 CAN.OneShot, config_parse_can_control_mode, CAN_CTRLMODE_ONE_SHOT, 0
425 CAN.BusErrorReporting, config_parse_can_control_mode, CAN_CTRLMODE_BERR_REPORTING, 0
426 CAN.FDMode, config_parse_can_control_mode, CAN_CTRLMODE_FD, 0
427 CAN.PresumeACK, config_parse_can_control_mode, CAN_CTRLMODE_PRESUME_ACK, 0
428 CAN.FDNonISO, config_parse_can_control_mode, CAN_CTRLMODE_FD_NON_ISO, 0
429 CAN.ClassicDataLengthCode, config_parse_can_control_mode, CAN_CTRLMODE_CC_LEN8_DLC, 0
430 CAN.Termination, config_parse_can_termination, 0, 0
431 IPoIB.Mode, config_parse_ipoib_mode, 0, offsetof(Network, ipoib_mode)
432 IPoIB.IgnoreUserspaceMulticastGroups, config_parse_tristate, 0, offsetof(Network, ipoib_umcast)
433 QDisc.Parent, config_parse_qdisc_parent, _QDISC_KIND_INVALID, 0
434 QDisc.Handle, config_parse_qdisc_handle, _QDISC_KIND_INVALID, 0
435 BFIFO.Parent, config_parse_qdisc_parent, QDISC_KIND_BFIFO, 0
436 BFIFO.Handle, config_parse_qdisc_handle, QDISC_KIND_BFIFO, 0
437 BFIFO.LimitBytes, config_parse_bfifo_size, QDISC_KIND_BFIFO, 0
438 CAKE.Parent, config_parse_qdisc_parent, QDISC_KIND_CAKE, 0
439 CAKE.Handle, config_parse_qdisc_handle, QDISC_KIND_CAKE, 0
440 CAKE.Bandwidth, config_parse_cake_bandwidth, QDISC_KIND_CAKE, 0
441 CAKE.AutoRateIngress, config_parse_cake_tristate, QDISC_KIND_CAKE, 0
442 CAKE.OverheadBytes, config_parse_cake_overhead, QDISC_KIND_CAKE, 0
443 CAKE.MPUBytes, config_parse_cake_mpu, QDISC_KIND_CAKE, 0
444 CAKE.CompensationMode, config_parse_cake_compensation_mode, QDISC_KIND_CAKE, 0
445 CAKE.UseRawPacketSize, config_parse_cake_tristate, QDISC_KIND_CAKE, 0
446 CAKE.FlowIsolationMode, config_parse_cake_flow_isolation_mode, QDISC_KIND_CAKE, 0
447 CAKE.NAT, config_parse_cake_tristate, QDISC_KIND_CAKE, 0
448 CAKE.PriorityQueueingPreset, config_parse_cake_priority_queueing_preset, QDISC_KIND_CAKE, 0
449 CAKE.FirewallMark, config_parse_cake_fwmark, QDISC_KIND_CAKE, 0
450 CAKE.Wash, config_parse_cake_tristate, QDISC_KIND_CAKE, 0
451 CAKE.SplitGSO, config_parse_cake_tristate, QDISC_KIND_CAKE, 0
452 CAKE.RTTSec, config_parse_cake_rtt, QDISC_KIND_CAKE, 0
453 CAKE.AckFilter, config_parse_cake_ack_filter, QDISC_KIND_CAKE, 0
454 ControlledDelay.Parent, config_parse_qdisc_parent, QDISC_KIND_CODEL, 0
455 ControlledDelay.Handle, config_parse_qdisc_handle, QDISC_KIND_CODEL, 0
456 ControlledDelay.PacketLimit, config_parse_controlled_delay_u32, QDISC_KIND_CODEL, 0
457 ControlledDelay.TargetSec, config_parse_controlled_delay_usec, QDISC_KIND_CODEL, 0
458 ControlledDelay.IntervalSec, config_parse_controlled_delay_usec, QDISC_KIND_CODEL, 0
459 ControlledDelay.CEThresholdSec, config_parse_controlled_delay_usec, QDISC_KIND_CODEL, 0
460 ControlledDelay.ECN, config_parse_controlled_delay_bool, QDISC_KIND_CODEL, 0
461 DeficitRoundRobinScheduler.Parent, config_parse_qdisc_parent, QDISC_KIND_DRR, 0
462 DeficitRoundRobinScheduler.Handle, config_parse_qdisc_handle, QDISC_KIND_DRR, 0
463 DeficitRoundRobinSchedulerClass.Parent, config_parse_tclass_parent, TCLASS_KIND_DRR, 0
464 DeficitRoundRobinSchedulerClass.ClassId, config_parse_tclass_classid, TCLASS_KIND_DRR, 0
465 DeficitRoundRobinSchedulerClass.QuantumBytes, config_parse_drr_size, TCLASS_KIND_DRR, 0
466 EnhancedTransmissionSelection.Parent, config_parse_qdisc_parent, QDISC_KIND_ETS, 0
467 EnhancedTransmissionSelection.Handle, config_parse_qdisc_handle, QDISC_KIND_ETS, 0
468 EnhancedTransmissionSelection.Bands, config_parse_ets_u8, QDISC_KIND_ETS, 0
469 EnhancedTransmissionSelection.StrictBands, config_parse_ets_u8, QDISC_KIND_ETS, 0
470 EnhancedTransmissionSelection.QuantumBytes, config_parse_ets_quanta, QDISC_KIND_ETS, 0
471 EnhancedTransmissionSelection.PriorityMap, config_parse_ets_prio, QDISC_KIND_ETS, 0
472 PFIFO.Parent, config_parse_qdisc_parent, QDISC_KIND_PFIFO, 0
473 PFIFO.Handle, config_parse_qdisc_handle, QDISC_KIND_PFIFO, 0
474 PFIFO.PacketLimit, config_parse_pfifo_size, QDISC_KIND_PFIFO, 0
475 PFIFOFast.Parent, config_parse_qdisc_parent, QDISC_KIND_PFIFO_FAST, 0
476 PFIFOFast.Handle, config_parse_qdisc_handle, QDISC_KIND_PFIFO_FAST, 0
477 PFIFOHeadDrop.Parent, config_parse_qdisc_parent, QDISC_KIND_PFIFO_HEAD_DROP, 0
478 PFIFOHeadDrop.Handle, config_parse_qdisc_handle, QDISC_KIND_PFIFO_HEAD_DROP, 0
479 PFIFOHeadDrop.PacketLimit, config_parse_pfifo_size, QDISC_KIND_PFIFO_HEAD_DROP, 0
480 QuickFairQueueing.Parent, config_parse_qdisc_parent, QDISC_KIND_QFQ, 0
481 QuickFairQueueing.Handle, config_parse_qdisc_handle, QDISC_KIND_QFQ, 0
482 QuickFairQueueingClass.Parent, config_parse_tclass_parent, TCLASS_KIND_QFQ, 0
483 QuickFairQueueingClass.ClassId, config_parse_tclass_classid, TCLASS_KIND_QFQ, 0
484 QuickFairQueueingClass.Weight, config_parse_quick_fair_queueing_weight, TCLASS_KIND_QFQ, 0
485 QuickFairQueueingClass.MaxPacketBytes, config_parse_quick_fair_queueing_max_packet, TCLASS_KIND_QFQ, 0
486 FairQueueing.Parent, config_parse_qdisc_parent, QDISC_KIND_FQ, 0
487 FairQueueing.Handle, config_parse_qdisc_handle, QDISC_KIND_FQ, 0
488 FairQueueing.PacketLimit, config_parse_fair_queueing_u32, QDISC_KIND_FQ, 0
489 FairQueueing.FlowLimit, config_parse_fair_queueing_u32, QDISC_KIND_FQ, 0
490 FairQueueing.QuantumBytes, config_parse_fair_queueing_size, QDISC_KIND_FQ, 0
491 FairQueueing.InitialQuantumBytes, config_parse_fair_queueing_size, QDISC_KIND_FQ, 0
492 FairQueueing.MaximumRate, config_parse_fair_queueing_max_rate, QDISC_KIND_FQ, 0
493 FairQueueing.Buckets, config_parse_fair_queueing_u32, QDISC_KIND_FQ, 0
494 FairQueueing.OrphanMask, config_parse_fair_queueing_u32, QDISC_KIND_FQ, 0
495 FairQueueing.Pacing, config_parse_fair_queueing_bool, QDISC_KIND_FQ, 0
496 FairQueueing.CEThresholdSec, config_parse_fair_queueing_usec, QDISC_KIND_FQ, 0
497 FairQueueingControlledDelay.Parent, config_parse_qdisc_parent, QDISC_KIND_FQ_CODEL, 0
498 FairQueueingControlledDelay.Handle, config_parse_qdisc_handle, QDISC_KIND_FQ_CODEL, 0
499 FairQueueingControlledDelay.PacketLimit, config_parse_fair_queueing_controlled_delay_u32, QDISC_KIND_FQ_CODEL, 0
500 FairQueueingControlledDelay.MemoryLimitBytes, config_parse_fair_queueing_controlled_delay_size, QDISC_KIND_FQ_CODEL, 0
501 FairQueueingControlledDelay.Flows, config_parse_fair_queueing_controlled_delay_u32, QDISC_KIND_FQ_CODEL, 0
502 FairQueueingControlledDelay.QuantumBytes, config_parse_fair_queueing_controlled_delay_size, QDISC_KIND_FQ_CODEL, 0
503 FairQueueingControlledDelay.TargetSec, config_parse_fair_queueing_controlled_delay_usec, QDISC_KIND_FQ_CODEL, 0
504 FairQueueingControlledDelay.IntervalSec, config_parse_fair_queueing_controlled_delay_usec, QDISC_KIND_FQ_CODEL, 0
505 FairQueueingControlledDelay.CEThresholdSec, config_parse_fair_queueing_controlled_delay_usec, QDISC_KIND_FQ_CODEL, 0
506 FairQueueingControlledDelay.ECN, config_parse_fair_queueing_controlled_delay_bool, QDISC_KIND_FQ_CODEL, 0
507 FlowQueuePIE.Parent, config_parse_qdisc_parent, QDISC_KIND_FQ_PIE, 0
508 FlowQueuePIE.Handle, config_parse_qdisc_handle, QDISC_KIND_FQ_PIE, 0
509 FlowQueuePIE.PacketLimit, config_parse_fq_pie_packet_limit, QDISC_KIND_FQ_PIE, 0
510 GenericRandomEarlyDetection.Parent, config_parse_qdisc_parent, QDISC_KIND_GRED, 0
511 GenericRandomEarlyDetection.Handle, config_parse_qdisc_handle, QDISC_KIND_GRED, 0
512 GenericRandomEarlyDetection.VirtualQueues, config_parse_generic_random_early_detection_u32, QDISC_KIND_GRED, 0
513 GenericRandomEarlyDetection.DefaultVirtualQueue, config_parse_generic_random_early_detection_u32, QDISC_KIND_GRED, 0
514 GenericRandomEarlyDetection.GenericRIO, config_parse_generic_random_early_detection_bool, QDISC_KIND_GRED, 0
515 HeavyHitterFilter.Parent, config_parse_qdisc_parent, QDISC_KIND_HHF, 0
516 HeavyHitterFilter.Handle, config_parse_qdisc_handle, QDISC_KIND_HHF, 0
517 HeavyHitterFilter.PacketLimit, config_parse_heavy_hitter_filter_packet_limit, QDISC_KIND_HHF, 0
518 HierarchyTokenBucket.Parent, config_parse_qdisc_parent, QDISC_KIND_HTB, 0
519 HierarchyTokenBucket.Handle, config_parse_qdisc_handle, QDISC_KIND_HTB, 0
520 HierarchyTokenBucket.DefaultClass, config_parse_hierarchy_token_bucket_default_class, QDISC_KIND_HTB, 0
521 HierarchyTokenBucket.RateToQuantum, config_parse_hierarchy_token_bucket_u32, QDISC_KIND_HTB, 0
522 HierarchyTokenBucketClass.Parent, config_parse_tclass_parent, TCLASS_KIND_HTB, 0
523 HierarchyTokenBucketClass.ClassId, config_parse_tclass_classid, TCLASS_KIND_HTB, 0
524 HierarchyTokenBucketClass.Priority, config_parse_hierarchy_token_bucket_class_u32, TCLASS_KIND_HTB, 0
525 HierarchyTokenBucketClass.QuantumBytes, config_parse_hierarchy_token_bucket_class_size, TCLASS_KIND_HTB, 0
526 HierarchyTokenBucketClass.MTUBytes, config_parse_hierarchy_token_bucket_class_size, TCLASS_KIND_HTB, 0
527 HierarchyTokenBucketClass.OverheadBytes, config_parse_hierarchy_token_bucket_class_size, TCLASS_KIND_HTB, 0
528 HierarchyTokenBucketClass.Rate, config_parse_hierarchy_token_bucket_class_rate, TCLASS_KIND_HTB, 0
529 HierarchyTokenBucketClass.CeilRate, config_parse_hierarchy_token_bucket_class_rate, TCLASS_KIND_HTB, 0
530 HierarchyTokenBucketClass.BufferBytes, config_parse_hierarchy_token_bucket_class_size, TCLASS_KIND_HTB, 0
531 HierarchyTokenBucketClass.CeilBufferBytes, config_parse_hierarchy_token_bucket_class_size, TCLASS_KIND_HTB, 0
532 NetworkEmulator.Parent, config_parse_qdisc_parent, QDISC_KIND_NETEM, 0
533 NetworkEmulator.Handle, config_parse_qdisc_handle, QDISC_KIND_NETEM, 0
534 NetworkEmulator.DelaySec, config_parse_network_emulator_delay, QDISC_KIND_NETEM, 0
535 NetworkEmulator.DelayJitterSec, config_parse_network_emulator_delay, QDISC_KIND_NETEM, 0
536 NetworkEmulator.LossRate, config_parse_network_emulator_rate, QDISC_KIND_NETEM, 0
537 NetworkEmulator.DuplicateRate, config_parse_network_emulator_rate, QDISC_KIND_NETEM, 0
538 NetworkEmulator.PacketLimit, config_parse_network_emulator_packet_limit, QDISC_KIND_NETEM, 0
539 PIE.Parent, config_parse_qdisc_parent, QDISC_KIND_PIE, 0
540 PIE.Handle, config_parse_qdisc_handle, QDISC_KIND_PIE, 0
541 PIE.PacketLimit, config_parse_pie_packet_limit, QDISC_KIND_PIE, 0
542 StochasticFairBlue.Parent, config_parse_qdisc_parent, QDISC_KIND_SFB, 0
543 StochasticFairBlue.Handle, config_parse_qdisc_handle, QDISC_KIND_SFB, 0
544 StochasticFairBlue.PacketLimit, config_parse_stochastic_fair_blue_u32, QDISC_KIND_SFB, 0
545 StochasticFairnessQueueing.Parent, config_parse_qdisc_parent, QDISC_KIND_SFQ, 0
546 StochasticFairnessQueueing.Handle, config_parse_qdisc_handle, QDISC_KIND_SFQ, 0
547 StochasticFairnessQueueing.PerturbPeriodSec, config_parse_stochastic_fairness_queueing_perturb_period, QDISC_KIND_SFQ, 0
548 TokenBucketFilter.Parent, config_parse_qdisc_parent, QDISC_KIND_TBF, 0
549 TokenBucketFilter.Handle, config_parse_qdisc_handle, QDISC_KIND_TBF, 0
550 TokenBucketFilter.Rate, config_parse_token_bucket_filter_rate, QDISC_KIND_TBF, 0
551 TokenBucketFilter.BurstBytes, config_parse_token_bucket_filter_size, QDISC_KIND_TBF, 0
552 TokenBucketFilter.LimitBytes, config_parse_token_bucket_filter_size, QDISC_KIND_TBF, 0
553 TokenBucketFilter.MTUBytes, config_parse_token_bucket_filter_size, QDISC_KIND_TBF, 0
554 TokenBucketFilter.MPUBytes, config_parse_token_bucket_filter_size, QDISC_KIND_TBF, 0
555 TokenBucketFilter.PeakRate, config_parse_token_bucket_filter_rate, QDISC_KIND_TBF, 0
556 TokenBucketFilter.LatencySec, config_parse_token_bucket_filter_latency, QDISC_KIND_TBF, 0
557 TrivialLinkEqualizer.Parent, config_parse_qdisc_parent, QDISC_KIND_TEQL, 0
558 TrivialLinkEqualizer.Handle, config_parse_qdisc_handle, QDISC_KIND_TEQL, 0
559 TrivialLinkEqualizer.Id, config_parse_trivial_link_equalizer_id, QDISC_KIND_TEQL, 0
560 /* backwards compatibility: do not add new entries to this section */
561 Network.IPv4LL, config_parse_ipv4ll, 0, offsetof(Network, link_local)
562 Network.IPv6Token, config_parse_address_generation_type, 0, offsetof(Network, ndisc_tokens)
563 Network.IPv6PrefixDelegation, config_parse_router_prefix_delegation, 0, offsetof(Network, router_prefix_delegation)
564 Network.DHCPv6PrefixDelegation, config_parse_tristate, 0, offsetof(Network, dhcp_pd)
565 IPv6PrefixDelegation.RouterLifetimeSec, config_parse_sec, 0, offsetof(Network, router_lifetime_usec)
566 IPv6PrefixDelegation.Managed, config_parse_bool, 0, offsetof(Network, router_managed)
567 IPv6PrefixDelegation.OtherInformation, config_parse_bool, 0, offsetof(Network, router_other_information)
568 IPv6PrefixDelegation.RouterPreference, config_parse_router_preference, 0, 0
569 IPv6PrefixDelegation.EmitDNS, config_parse_bool, 0, offsetof(Network, router_emit_dns)
570 IPv6PrefixDelegation.DNS, config_parse_radv_dns, 0, 0
571 IPv6PrefixDelegation.EmitDomains, config_parse_bool, 0, offsetof(Network, router_emit_domains)
572 IPv6PrefixDelegation.Domains, config_parse_radv_search_domains, 0, 0
573 IPv6PrefixDelegation.DNSLifetimeSec, config_parse_sec, 0, offsetof(Network, router_dns_lifetime_usec)
574 DHCPv4.BlackList, config_parse_in_addr_prefixes, AF_INET, offsetof(Network, dhcp_deny_listed_ip)
575 DHCP.ClientIdentifier, config_parse_dhcp_client_identifier, 0, offsetof(Network, dhcp_client_identifier)
576 DHCP.UseDNS, config_parse_dhcp_use_dns, AF_UNSPEC, 0
577 DHCP.UseNTP, config_parse_dhcp_use_ntp, AF_UNSPEC, 0
578 DHCP.UseMTU, config_parse_bool, 0, offsetof(Network, dhcp_use_mtu)
579 DHCP.UseHostname, config_parse_bool, 0, offsetof(Network, dhcp_use_hostname)
580 DHCP.UseDomains, config_parse_dhcp_use_domains, AF_UNSPEC, 0
581 DHCP.UseDomainName, config_parse_dhcp_use_domains, AF_UNSPEC, 0
582 DHCP.UseRoutes, config_parse_bool, 0, offsetof(Network, dhcp_use_routes)
583 DHCP.Anonymize, config_parse_bool, 0, offsetof(Network, dhcp_anonymize)
584 DHCP.SendHostname, config_parse_bool, 0, offsetof(Network, dhcp_send_hostname)
585 DHCP.Hostname, config_parse_hostname, 0, offsetof(Network, dhcp_hostname)
586 DHCP.RequestBroadcast, config_parse_tristate, 0, offsetof(Network, dhcp_broadcast)
587 DHCP.CriticalConnection, config_parse_tristate, 0, offsetof(Network, dhcp_critical)
588 DHCP.VendorClassIdentifier, config_parse_string, CONFIG_PARSE_STRING_SAFE, offsetof(Network, dhcp_vendor_class_identifier)
589 DHCP.UserClass, config_parse_dhcp_user_or_vendor_class, AF_INET, offsetof(Network, dhcp_user_class)
590 DHCP.IAID, config_parse_iaid, AF_INET, 0
591 DHCP.DUIDType, config_parse_network_duid_type, 0, 0
592 DHCP.DUIDRawData, config_parse_network_duid_rawdata, 0, 0
593 DHCP.RouteMetric, config_parse_dhcp_route_metric, AF_UNSPEC, 0
594 DHCP.RouteTable, config_parse_dhcp_or_ra_route_table, AF_INET, 0
595 DHCP.UseTimezone, config_parse_bool, 0, offsetof(Network, dhcp_use_timezone)
596 DHCP.ListenPort, config_parse_uint16, 0, offsetof(Network, dhcp_client_port)
597 DHCP.RapidCommit, config_parse_bool, 0, offsetof(Network, dhcp6_use_rapid_commit)
598 DHCP.ForceDHCPv6PDOtherInformation, config_parse_warn_compat, DISABLED_LEGACY, 0
599 DHCPv4.UseDomainName, config_parse_dhcp_use_domains, AF_INET, 0
600 DHCPv4.CriticalConnection, config_parse_tristate, 0, offsetof(Network, dhcp_critical)
601 DHCPv6.RouteMetric, config_parse_ipv6_accept_ra_route_metric, AF_INET6, 0
602 DHCPv6.ForceDHCPv6PDOtherInformation, config_parse_warn_compat, DISABLED_LEGACY, 0
603 DHCPv6PrefixDelegation.SubnetId, config_parse_dhcp_pd_subnet_id, 0, offsetof(Network, dhcp_pd_subnet_id)
604 DHCPv6PrefixDelegation.Announce, config_parse_bool, 0, offsetof(Network, dhcp_pd_announce)
605 DHCPv6PrefixDelegation.Assign, config_parse_bool, 0, offsetof(Network, dhcp_pd_assign)
606 DHCPv6PrefixDelegation.ManageTemporaryAddress, config_parse_bool, 0, offsetof(Network, dhcp_pd_manage_temporary_address)
607 DHCPv6PrefixDelegation.Token, config_parse_address_generation_type, 0, offsetof(Network, dhcp_pd_tokens)
608 DHCPv6PrefixDelegation.RouteMetric, config_parse_uint32, 0, offsetof(Network, dhcp_pd_route_metric)
609 IPv6AcceptRA.DenyList, config_parse_in_addr_prefixes, AF_INET6, offsetof(Network, ndisc_deny_listed_prefix)
610 IPv6AcceptRA.BlackList, config_parse_in_addr_prefixes, AF_INET6, offsetof(Network, ndisc_deny_listed_prefix)
611 TrafficControlQueueingDiscipline.Parent, config_parse_qdisc_parent, _QDISC_KIND_INVALID, 0
612 TrafficControlQueueingDiscipline.NetworkEmulatorDelaySec, config_parse_network_emulator_delay, 0, 0
613 TrafficControlQueueingDiscipline.NetworkEmulatorDelayJitterSec, config_parse_network_emulator_delay, 0, 0
614 TrafficControlQueueingDiscipline.NetworkEmulatorLossRate, config_parse_network_emulator_rate, 0, 0
615 TrafficControlQueueingDiscipline.NetworkEmulatorDuplicateRate, config_parse_network_emulator_rate, 0, 0
616 TrafficControlQueueingDiscipline.NetworkEmulatorPacketLimit, config_parse_network_emulator_packet_limit, 0, 0
617 FairQueueing.Quantum, config_parse_fair_queueing_size, QDISC_KIND_FQ, 0
618 FairQueueing.InitialQuantum, config_parse_fair_queueing_size, QDISC_KIND_FQ, 0
619 FairQueueingControlledDelay.MemoryLimit, config_parse_fair_queueing_controlled_delay_size, QDISC_KIND_FQ_CODEL, 0
620 FairQueueingControlledDelay.Quantum, config_parse_fair_queueing_controlled_delay_size, QDISC_KIND_FQ_CODEL, 0
621 TokenBucketFilter.Burst, config_parse_token_bucket_filter_size, QDISC_KIND_TBF, 0
622 TokenBucketFilter.LimitSize, config_parse_token_bucket_filter_size, QDISC_KIND_TBF, 0