]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/network/networkd-network-gperf.gperf
man/systemd-sysext: list ephemeral/ephemeral-import in the list of options
[thirdparty/systemd.git] / src / network / networkd-network-gperf.gperf
CommitLineData
9ee03516 1/* SPDX-License-Identifier: LGPL-2.1-or-later */
c0dda186 2%{
4831981d 3_Pragma("GCC diagnostic ignored \"-Wimplicit-fallthrough\"")
70923ed3
MY
4#if __GNUC__ >= 15
5_Pragma("GCC diagnostic ignored \"-Wzero-as-null-pointer-constant\"")
6#endif
256c4203 7#include <linux/can/netlink.h>
6fe51dc5 8#include <netinet/icmp6.h>
c0dda186 9#include <stddef.h>
6fe51dc5 10
baa3fadf
DDM
11#include "sd-dhcp-lease.h"
12
13#include "condition.h"
c0dda186 14#include "conf-parser.h"
9d01399d 15#include "in-addr-prefix-util.h"
7e19cc54 16#include "net-condition.h"
256c4203 17#include "netif-sriov.h"
f09a4747 18#include "networkd-address-generation.h"
fb486c90 19#include "networkd-address-label.h"
093e3533 20#include "networkd-address.h"
9671ae9d 21#include "networkd-bridge-fdb.h"
ff9e0783 22#include "networkd-bridge-mdb.h"
74a27268 23#include "networkd-can.h"
ca5ad760 24#include "networkd-dhcp-common.h"
d5ebcf65 25#include "networkd-dhcp-prefix-delegation.h"
c517a49b 26#include "networkd-dhcp-server-static-lease.h"
8fcf1d61 27#include "networkd-dhcp-server.h"
ca5ad760 28#include "networkd-dhcp4.h"
c24dd739 29#include "networkd-dhcp6.h"
54bb2c0e 30#include "networkd-dns.h"
ca5ad760 31#include "networkd-ipv4ll.h"
5823a489 32#include "networkd-ipv6-proxy-ndp.h"
de2f372e 33#include "networkd-ipv6ll.h"
c01b9b87 34#include "networkd-lldp-tx.h"
e520ce64 35#include "networkd-ndisc.h"
23f53b99 36#include "networkd-network.h"
1939ebeb 37#include "networkd-neighbor.h"
75156ccb 38#include "networkd-nexthop.h"
8763e483 39#include "networkd-ntp.h"
b5ce4047 40#include "networkd-radv.h"
e2263711 41#include "networkd-route.h"
ca183bf8 42#include "networkd-routing-policy-rule.h"
737f1405 43#include "qdisc.h"
256c4203 44#include "socket-util.h"
4666f63b 45#include "tclass.h"
72673948
DDM
46
47#include "cake.h"
48#include "codel.h"
49#include "ets.h"
50#include "fifo.h"
51#include "fq-codel.h"
52#include "fq-pie.h"
53#include "fq.h"
54#include "gred.h"
55#include "hhf.h"
56#include "htb.h"
72673948
DDM
57#include "pie.h"
58#include "qfq.h"
59#include "netem.h"
60#include "drr.h"
61#include "sfb.h"
62#include "sfq.h"
63#include "tbf.h"
64#include "teql.h"
c0dda186
TG
65%}
66struct ConfigPerfItem;
67%null_strings
68%language=ANSI-C
69%define slot-name section_and_lvalue
70%define hash-function-name network_network_gperf_hash
71%define lookup-function-name network_network_gperf_lookup
72%readonly-tables
73%omit-struct-type
74%struct-type
75%includes
76%%
52135071
YW
77Match.MACAddress, config_parse_hw_addrs, 0, offsetof(Network, match.hw_addr)
78Match.PermanentMACAddress, config_parse_hw_addrs, 0, offsetof(Network, match.permanent_hw_addr)
5722fb89
YW
79Match.Path, config_parse_match_strv, 0, offsetof(Network, match.path)
80Match.Driver, config_parse_match_strv, 0, offsetof(Network, match.driver)
81Match.Type, config_parse_match_strv, 0, offsetof(Network, match.iftype)
65022cd7 82Match.Kind, config_parse_match_strv, 0, offsetof(Network, match.kind)
77f75f4f 83Match.WLANInterfaceType, config_parse_match_strv, 0, offsetof(Network, match.wlan_iftype)
5722fb89 84Match.SSID, config_parse_match_strv, 0, offsetof(Network, match.ssid)
aa4f7653 85Match.BSSID, config_parse_ether_addrs, 0, offsetof(Network, match.bssid)
5722fb89
YW
86Match.Name, config_parse_match_ifnames, IFNAME_VALID_ALTERNATIVE, offsetof(Network, match.ifname)
87Match.Property, config_parse_match_property, 0, offsetof(Network, match.property)
18de0969
YW
88Match.Host, config_parse_net_condition, CONDITION_HOST, offsetof(Network, conditions)
89Match.Virtualization, config_parse_net_condition, CONDITION_VIRTUALIZATION, offsetof(Network, conditions)
90Match.KernelCommandLine, config_parse_net_condition, CONDITION_KERNEL_COMMAND_LINE, offsetof(Network, conditions)
c154bb65
MC
91Match.KernelVersion, config_parse_net_condition, CONDITION_VERSION, offsetof(Network, conditions)
92Match.Version, config_parse_net_condition, CONDITION_VERSION, offsetof(Network, conditions)
4f80cfca 93Match.Credential, config_parse_net_condition, CONDITION_CREDENTIAL, offsetof(Network, conditions)
18de0969 94Match.Architecture, config_parse_net_condition, CONDITION_ARCHITECTURE, offsetof(Network, conditions)
cbcdcaaa 95Match.Firmware, config_parse_net_condition, CONDITION_FIRMWARE, offsetof(Network, conditions)
a8840714 96Link.MACAddress, config_parse_hw_addr, 0, offsetof(Network, hw_addr)
18de0969 97Link.MTUBytes, config_parse_mtu, AF_UNSPEC, offsetof(Network, mtu)
f0c09831 98Link.Group, config_parse_link_group, 0, 0
18de0969
YW
99Link.ARP, config_parse_tristate, 0, offsetof(Network, arp)
100Link.Multicast, config_parse_tristate, 0, offsetof(Network, multicast)
101Link.AllMulticast, config_parse_tristate, 0, offsetof(Network, allmulticast)
937e305e 102Link.Promiscuous, config_parse_tristate, 0, offsetof(Network, promiscuous)
18de0969 103Link.Unmanaged, config_parse_bool, 0, offsetof(Network, unmanaged)
61135582 104Link.ActivationPolicy, config_parse_activation_policy, 0, offsetof(Network, activation_policy)
18de0969 105Link.RequiredForOnline, config_parse_required_for_online, 0, 0
8430841b 106Link.RequiredFamilyForOnline, config_parse_required_family_for_online, 0, offsetof(Network, required_family_for_online)
b4fd34d8
YW
107SR-IOV.VirtualFunction, config_parse_sr_iov_uint32, 0, offsetof(Network, sr_iov_by_section)
108SR-IOV.VLANId, config_parse_sr_iov_uint32, 0, offsetof(Network, sr_iov_by_section)
109SR-IOV.QualityOfService, config_parse_sr_iov_uint32, 0, offsetof(Network, sr_iov_by_section)
110SR-IOV.VLANProtocol, config_parse_sr_iov_vlan_proto, 0, offsetof(Network, sr_iov_by_section)
111SR-IOV.MACSpoofCheck, config_parse_sr_iov_boolean, 0, offsetof(Network, sr_iov_by_section)
112SR-IOV.QueryReceiveSideScaling, config_parse_sr_iov_boolean, 0, offsetof(Network, sr_iov_by_section)
113SR-IOV.Trust, config_parse_sr_iov_boolean, 0, offsetof(Network, sr_iov_by_section)
114SR-IOV.LinkState, config_parse_sr_iov_link_state, 0, offsetof(Network, sr_iov_by_section)
115SR-IOV.MACAddress, config_parse_sr_iov_mac, 0, offsetof(Network, sr_iov_by_section)
18de0969 116Network.Description, config_parse_string, 0, offsetof(Network, description)
57aef9d7 117Network.KeepMaster, config_parse_bool, 0, offsetof(Network, keep_master)
c0267a59 118Network.BatmanAdvanced, config_parse_ifname, 0, offsetof(Network, batadv_name)
18de0969 119Network.Bond, config_parse_ifname, 0, offsetof(Network, bond_name)
b9a4bc70
YW
120Network.Bridge, config_parse_ifname, 0, offsetof(Network, bridge_name)
121Network.VRF, config_parse_ifname, 0, offsetof(Network, vrf_name)
b90d0f83 122Network.IPoIB, config_parse_stacked_netdev, NETDEV_KIND_IPOIB, offsetof(Network, stacked_netdev_names)
18de0969
YW
123Network.IPVLAN, config_parse_stacked_netdev, NETDEV_KIND_IPVLAN, offsetof(Network, stacked_netdev_names)
124Network.IPVTAP, config_parse_stacked_netdev, NETDEV_KIND_IPVTAP, offsetof(Network, stacked_netdev_names)
0c91c7a2 125Network.L2TP, config_parse_warn_compat, DISABLED_LEGACY, 0
18de0969 126Network.MACsec, config_parse_stacked_netdev, NETDEV_KIND_MACSEC, offsetof(Network, stacked_netdev_names)
b9a4bc70
YW
127Network.MACVLAN, config_parse_stacked_netdev, NETDEV_KIND_MACVLAN, offsetof(Network, stacked_netdev_names)
128Network.MACVTAP, config_parse_stacked_netdev, NETDEV_KIND_MACVTAP, offsetof(Network, stacked_netdev_names)
18de0969 129Network.Tunnel, config_parse_stacked_netdev, _NETDEV_KIND_TUNNEL, offsetof(Network, stacked_netdev_names)
b9a4bc70
YW
130Network.VLAN, config_parse_stacked_netdev, NETDEV_KIND_VLAN, offsetof(Network, stacked_netdev_names)
131Network.VXLAN, config_parse_stacked_netdev, NETDEV_KIND_VXLAN, offsetof(Network, stacked_netdev_names)
18de0969 132Network.Xfrm, config_parse_stacked_netdev, NETDEV_KIND_XFRM, offsetof(Network, stacked_netdev_names)
18de0969
YW
133Network.DHCP, config_parse_dhcp, 0, offsetof(Network, dhcp)
134Network.DHCPServer, config_parse_bool, 0, offsetof(Network, dhcp_server)
135Network.LinkLocalAddressing, config_parse_link_local_address_family, 0, offsetof(Network, link_local)
6f6296b9 136Network.IPv6LinkLocalAddressGenerationMode, config_parse_ipv6_link_local_address_gen_mode, 0, offsetof(Network, ipv6ll_address_gen_mode)
9e1432d5 137Network.IPv6StableSecretAddress, config_parse_in_addr_non_null, AF_INET6, offsetof(Network, ipv6ll_stable_secret)
34b63c9e 138Network.IPv4LLStartAddress, config_parse_ipv4ll_address, 0, offsetof(Network, ipv4ll_start_address)
18de0969
YW
139Network.IPv4LLRoute, config_parse_bool, 0, offsetof(Network, ipv4ll_route)
140Network.DefaultRouteOnDevice, config_parse_bool, 0, offsetof(Network, default_route_on_device)
18de0969 141Network.LLDP, config_parse_lldp_mode, 0, offsetof(Network, lldp_mode)
c01b9b87 142Network.EmitLLDP, config_parse_lldp_multicast_mode, 0, offsetof(Network, lldp_multicast_mode)
c6f2197f 143Network.Address, config_parse_address_section, ADDRESS_ADDRESS, 0
4daf605d 144Network.Gateway, config_parse_route_section, ROUTE_GATEWAY_NETWORK, 0
18de0969 145Network.Domains, config_parse_domains, 0, 0
418f2dc7 146Network.UseDomains, config_parse_use_domains, 0, offsetof(Network, use_domains)
18de0969
YW
147Network.DNS, config_parse_dns, 0, 0
148Network.DNSDefaultRoute, config_parse_tristate, 0, offsetof(Network, dns_default_route)
149Network.LLMNR, config_parse_resolve_support, 0, offsetof(Network, llmnr)
150Network.MulticastDNS, config_parse_resolve_support, 0, offsetof(Network, mdns)
151Network.DNSOverTLS, config_parse_dns_over_tls_mode, 0, offsetof(Network, dns_over_tls_mode)
152Network.DNSSEC, config_parse_dnssec_mode, 0, offsetof(Network, dnssec_mode)
5aafd5b1 153Network.DNSSECNegativeTrustAnchors, config_parse_dnssec_negative_trust_anchors, 0, offsetof(Network, dnssec_negative_trust_anchors)
18de0969 154Network.NTP, config_parse_ntp, 0, offsetof(Network, ntp)
3976c430
YW
155Network.IPForward, config_parse_ip_forward_deprecated, 0, 0
156Network.IPv4Forwarding, config_parse_tristate, 0, offsetof(Network, ip_forwarding[0])
157Network.IPv6Forwarding, config_parse_tristate, 0, offsetof(Network, ip_forwarding[1])
4c72d851 158Network.IPMasquerade, config_parse_ip_masquerade, 0, offsetof(Network, ip_masquerade)
18de0969 159Network.IPv6PrivacyExtensions, config_parse_ipv6_privacy_extensions, 0, offsetof(Network, ipv6_privacy_extensions)
52672db3
YW
160Network.IPv6AcceptRA, config_parse_tristate, 0, offsetof(Network, ndisc)
161Network.IPv6AcceptRouterAdvertisements, config_parse_tristate, 0, offsetof(Network, ndisc)
18de0969 162Network.IPv6DuplicateAddressDetection, config_parse_int, 0, offsetof(Network, ipv6_dad_transmits)
c2691d8e 163Network.IPv4DuplicateAddressDetectionTimeoutSec, config_parse_sec, 0, offsetof(Network, ipv4_dad_timeout_usec)
986e1823 164Network.IPv6HopLimit, config_parse_uint8, 0, offsetof(Network, ipv6_hop_limit)
d4c8de21 165Network.IPv6RetransmissionTimeSec, config_parse_sec, 0, offsetof(Network, ipv6_retransmission_time)
18de0969
YW
166Network.IPv6ProxyNDP, config_parse_tristate, 0, offsetof(Network, ipv6_proxy_ndp)
167Network.IPv6MTUBytes, config_parse_mtu, AF_INET6, offsetof(Network, ipv6_mtu)
94d76d07 168Network.IPv4AcceptLocal, config_parse_tristate, 0, offsetof(Network, ipv4_accept_local)
d75bf6cf 169Network.IPv4RouteLocalnet, config_parse_tristate, 0, offsetof(Network, ipv4_route_localnet)
18de0969
YW
170Network.ActiveSlave, config_parse_bool, 0, offsetof(Network, active_slave)
171Network.PrimarySlave, config_parse_bool, 0, offsetof(Network, primary_slave)
172Network.IPv4ProxyARP, config_parse_tristate, 0, offsetof(Network, proxy_arp)
b4959550 173Network.IPv4ProxyARPPrivateVLAN, config_parse_tristate, 0, offsetof(Network, proxy_arp_pvlan)
18de0969
YW
174Network.ProxyARP, config_parse_tristate, 0, offsetof(Network, proxy_arp)
175Network.IPv6ProxyNDPAddress, config_parse_ipv6_proxy_ndp_address, 0, 0
9c72e8f8 176Network.IPv4ReversePathFilter, config_parse_ip_reverse_path_filter, 0, offsetof(Network, ipv4_rp_filter)
d865abf9 177Network.MulticastIGMPVersion, config_parse_ipv4_force_igmp_version, 0, offsetof(Network, ipv4_force_igmp_version)
10a76844 178Network.MPLSRouting, config_parse_tristate, 0, offsetof(Network, mpls_input)
18de0969
YW
179Network.BindCarrier, config_parse_strv, 0, offsetof(Network, bind_carrier)
180Network.ConfigureWithoutCarrier, config_parse_bool, 0, offsetof(Network, configure_without_carrier)
6706ce2f 181Network.IgnoreCarrierLoss, config_parse_ignore_carrier_loss, 0, 0
18de0969 182Network.KeepConfiguration, config_parse_keep_configuration, 0, offsetof(Network, keep_configuration)
27ff0490 183Network.IPv6SendRA, config_parse_router_prefix_delegation, 0, offsetof(Network, router_prefix_delegation)
a27588d4 184Network.DHCPPrefixDelegation, config_parse_tristate, 0, offsetof(Network, dhcp_pd)
c6f2197f 185Address.Address, config_parse_address_section, ADDRESS_ADDRESS, 0
1cbc8d91 186Address.Peer, config_parse_address_section, ADDRESS_PEER, 0
c6f2197f
YW
187Address.Broadcast, config_parse_address_section, ADDRESS_BROADCAST, 0
188Address.Label, config_parse_address_section, ADDRESS_LABEL, 0
189Address.PreferredLifetime, config_parse_address_section, ADDRESS_PREFERRED_LIFETIME, 0
6cf41d46
YW
190Address.HomeAddress, config_parse_address_section, ADDRESS_HOME_ADDRESS, 0
191Address.ManageTemporaryAddress, config_parse_address_section, ADDRESS_MANAGE_TEMPORARY_ADDRESS, 0
192Address.PrefixRoute, config_parse_address_section, ADDRESS_PREFIX_ROUTE, 0 /* deprecated */
193Address.AddPrefixRoute, config_parse_address_section, ADDRESS_ADD_PREFIX_ROUTE, 0
194Address.AutoJoin, config_parse_address_section, ADDRESS_AUTO_JOIN, 0
c6f2197f
YW
195Address.DuplicateAddressDetection, config_parse_address_section, ADDRESS_DAD, 0
196Address.Scope, config_parse_address_section, ADDRESS_SCOPE, 0
6cf41d46
YW
197Address.RouteMetric, config_parse_address_section, ADDRESS_ROUTE_METRIC, 0
198Address.NetLabel, config_parse_address_section, ADDRESS_NET_LABEL, 0
199Address.NFTSet, config_parse_address_section, ADDRESS_NFT_SET, 0
934cf1c0
YW
200IPv6AddressLabel.Prefix, config_parse_ipv6_address_label_section, IPV6_ADDRESS_LABEL_PREFIX, 0
201IPv6AddressLabel.Label, config_parse_ipv6_address_label_section, IPV6_ADDRESS_LABEL, 0
91eaa90b
YW
202Neighbor.Address, config_parse_neighbor_section, NEIGHBOR_DESTINATION_ADDRESS, 0
203Neighbor.LinkLayerAddress, config_parse_neighbor_section, NEIGHBOR_LINK_LAYER_ADDRESS, 0
204Neighbor.MACAddress, config_parse_neighbor_section, NEIGHBOR_LINK_LAYER_ADDRESS, 0 /* deprecated */
7f66a94e 205RoutingPolicyRule.TypeOfService, config_parse_routing_policy_rule, ROUTING_POLICY_RULE_TOS, 0
f8a31c90 206RoutingPolicyRule.Priority, config_parse_routing_policy_rule, ROUTING_POLICY_RULE_PRIORITY, 0
605377e7
YW
207RoutingPolicyRule.GoTo, config_parse_routing_policy_rule, ROUTING_POLICY_RULE_GOTO, 0
208RoutingPolicyRule.Table, config_parse_routing_policy_rule, ROUTING_POLICY_RULE_TABLE, 0
209RoutingPolicyRule.FirewallMark, config_parse_routing_policy_rule, ROUTING_POLICY_RULE_FWMARK, 0
f8a31c90
YW
210RoutingPolicyRule.From, config_parse_routing_policy_rule, ROUTING_POLICY_RULE_FROM, 0
211RoutingPolicyRule.To, config_parse_routing_policy_rule, ROUTING_POLICY_RULE_TO, 0
7f66a94e
YW
212RoutingPolicyRule.IncomingInterface, config_parse_routing_policy_rule, ROUTING_POLICY_RULE_IIF, 0
213RoutingPolicyRule.OutgoingInterface, config_parse_routing_policy_rule, ROUTING_POLICY_RULE_OIF, 0
214RoutingPolicyRule.IPProtocol, config_parse_routing_policy_rule, ROUTING_POLICY_RULE_IP_PROTOCOL, 0
605377e7
YW
215RoutingPolicyRule.SourcePort, config_parse_routing_policy_rule, ROUTING_POLICY_RULE_SPORT, 0
216RoutingPolicyRule.DestinationPort, config_parse_routing_policy_rule, ROUTING_POLICY_RULE_DPORT, 0
7f66a94e
YW
217RoutingPolicyRule.InvertRule, config_parse_routing_policy_rule, ROUTING_POLICY_RULE_INVERT, 0
218RoutingPolicyRule.L3MasterDevice, config_parse_routing_policy_rule, ROUTING_POLICY_RULE_L3MDEV, 0
219RoutingPolicyRule.Family, config_parse_routing_policy_rule, ROUTING_POLICY_RULE_FAMILY, 0
605377e7
YW
220RoutingPolicyRule.User, config_parse_routing_policy_rule, ROUTING_POLICY_RULE_UID_RANGE, 0
221RoutingPolicyRule.SuppressInterfaceGroup, config_parse_routing_policy_rule, ROUTING_POLICY_RULE_SUPPRESS_IFGROUP, 0
222RoutingPolicyRule.SuppressPrefixLength, config_parse_routing_policy_rule, ROUTING_POLICY_RULE_SUPPRESS_PREFIXLEN, 0
9b8cb789 223RoutingPolicyRule.Type, config_parse_routing_policy_rule, ROUTING_POLICY_RULE_ACTION, 0
4daf605d 224Route.Gateway, config_parse_route_section, ROUTE_GATEWAY, 0
a7684787
YW
225Route.Destination, config_parse_route_section, ROUTE_DESTINATION, 0
226Route.Source, config_parse_route_section, ROUTE_DESTINATION, 0
227Route.Metric, config_parse_route_section, ROUTE_PRIORITY, 0
228Route.Scope, config_parse_route_section, ROUTE_SCOPE, 0
229Route.PreferredSource, config_parse_route_section, ROUTE_PREFERRED_SOURCE, 0
230Route.Table, config_parse_route_section, ROUTE_TABLE, 0
4daf605d
YW
231Route.GatewayOnLink, config_parse_route_section, ROUTE_GATEWAY_ONLINK, 0
232Route.GatewayOnlink, config_parse_route_section, ROUTE_GATEWAY_ONLINK, 0
a7684787
YW
233Route.IPv6Preference, config_parse_route_section, ROUTE_PREFERENCE, 0
234Route.Protocol, config_parse_route_section, ROUTE_PROTOCOL, 0
235Route.Type, config_parse_route_section, ROUTE_TYPE, 0
4daf605d
YW
236Route.MultiPathRoute, config_parse_route_section, ROUTE_MULTIPATH, 0
237Route.NextHop, config_parse_route_section, ROUTE_NEXTHOP, 0
cf305c84
YW
238Route.MTUBytes, config_parse_route_section, ROUTE_METRIC_MTU, 0
239Route.TCPAdvertisedMaximumSegmentSize, config_parse_route_section, ROUTE_METRIC_ADVMSS, 0
240Route.HopLimit, config_parse_route_section, ROUTE_METRIC_HOPLIMIT, 0
241Route.InitialCongestionWindow, config_parse_route_section, ROUTE_METRIC_INITCWND, 0
242Route.TCPRetransmissionTimeoutSec, config_parse_route_section, ROUTE_METRIC_RTO_MIN, 0
243Route.InitialAdvertisedReceiveWindow, config_parse_route_section, ROUTE_METRIC_INITRWND, 0
244Route.QuickAck, config_parse_route_section, ROUTE_METRIC_QUICKACK, 0
245Route.TCPCongestionControlAlgorithm, config_parse_route_section, ROUTE_METRIC_CC_ALGO, 0
246Route.FastOpenNoCookie, config_parse_route_section, ROUTE_METRIC_FASTOPEN_NO_COOKIE, 0
e2126e23 247Route.TTLPropagate, config_parse_warn_compat, DISABLED_LEGACY, 0
f901a7b3
YW
248NextHop.Id, config_parse_nexthop_section, NEXTHOP_ID, 0
249NextHop.Gateway, config_parse_nexthop_section, NEXTHOP_GATEWAY, 0
250NextHop.Family, config_parse_nexthop_section, NEXTHOP_FAMILY, 0
251NextHop.OnLink, config_parse_nexthop_section, NEXTHOP_ONLINK, 0
252NextHop.Blackhole, config_parse_nexthop_section, NEXTHOP_BLACKHOLE, 0
253NextHop.Group, config_parse_nexthop_section, NEXTHOP_GROUP, 0
b93bf1bf 254DHCPv4.RequestAddress, config_parse_in_addr_non_null, AF_INET, offsetof(Network, dhcp_request_address)
18de0969 255DHCPv4.ClientIdentifier, config_parse_dhcp_client_identifier, 0, offsetof(Network, dhcp_client_identifier)
9646ffe2 256DHCPv4.UseDNS, config_parse_tristate, 0, offsetof(Network, dhcp_use_dns)
86938158 257DHCPv4.UseDNR, config_parse_tristate, 0, offsetof(Network, dhcp_use_dnr)
18de0969 258DHCPv4.RoutesToDNS, config_parse_bool, 0, offsetof(Network, dhcp_routes_to_dns)
d12fb2bc 259DHCPv4.UseNTP, config_parse_tristate, 0, offsetof(Network, dhcp_use_ntp)
d7b04506 260DHCPv4.RoutesToNTP, config_parse_bool, 0, offsetof(Network, dhcp_routes_to_ntp)
18de0969 261DHCPv4.UseSIP, config_parse_bool, 0, offsetof(Network, dhcp_use_sip)
edb88a72 262DHCPv4.UseCaptivePortal, config_parse_bool, 0, offsetof(Network, dhcp_use_captive_portal)
18de0969
YW
263DHCPv4.UseMTU, config_parse_bool, 0, offsetof(Network, dhcp_use_mtu)
264DHCPv4.UseHostname, config_parse_bool, 0, offsetof(Network, dhcp_use_hostname)
7a169cb4 265DHCPv4.UseDomains, config_parse_use_domains, 0, offsetof(Network, dhcp_use_domains)
18de0969 266DHCPv4.UseRoutes, config_parse_bool, 0, offsetof(Network, dhcp_use_routes)
589397a2 267DHCPv4.UseGateway, config_parse_tristate, 0, offsetof(Network, dhcp_use_gateway)
f95fb199 268DHCPv4.QuickAck, config_parse_bool, 0, offsetof(Network, dhcp_quickack)
35f6a5cb 269DHCPv4.RequestOptions, config_parse_dhcp_request_options, AF_INET, 0
18de0969 270DHCPv4.Anonymize, config_parse_bool, 0, offsetof(Network, dhcp_anonymize)
b90480c8 271DHCPv4.SendHostname, config_parse_dhcp_send_hostname, AF_INET, 0
0dbb5139 272DHCPv4.BOOTP, config_parse_bool, 0, offsetof(Network, dhcp_use_bootp)
18de0969 273DHCPv4.Hostname, config_parse_hostname, 0, offsetof(Network, dhcp_hostname)
d419ef02 274DHCPv4.Label, config_parse_dhcp_label, 0, offsetof(Network, dhcp_label)
e70eca9b 275DHCPv4.RequestBroadcast, config_parse_tristate, 0, offsetof(Network, dhcp_broadcast)
3f87eaa5 276DHCPv4.VendorClassIdentifier, config_parse_string, CONFIG_PARSE_STRING_SAFE, offsetof(Network, dhcp_vendor_class_identifier)
77976a68 277DHCPv4.MUDURL, config_parse_mud_url, 0, offsetof(Network, dhcp_mudurl)
18de0969 278DHCPv4.MaxAttempts, config_parse_dhcp_max_attempts, 0, 0
6fda02e1 279DHCPv4.UserClass, config_parse_dhcp_user_or_vendor_class, AF_INET, offsetof(Network, dhcp_user_class)
4e26a5ba
YW
280DHCPv4.IAID, config_parse_iaid, AF_INET, 0
281DHCPv4.DUIDType, config_parse_network_duid_type, 0, 0
282DHCPv4.DUIDRawData, config_parse_network_duid_rawdata, 0, 0
6f812d28 283DHCPv4.RouteMetric, config_parse_dhcp_route_metric, AF_INET, 0
2d00239c 284DHCPv4.RouteTable, config_parse_dhcp_or_ra_route_table, AF_INET, 0
18de0969 285DHCPv4.UseTimezone, config_parse_bool, 0, offsetof(Network, dhcp_use_timezone)
18de0969 286DHCPv4.ListenPort, config_parse_uint16, 0, offsetof(Network, dhcp_client_port)
ea932bd3 287DHCPv4.ServerPort, config_parse_uint16, 0, offsetof(Network, dhcp_port)
18de0969
YW
288DHCPv4.SendRelease, config_parse_bool, 0, offsetof(Network, dhcp_send_release)
289DHCPv4.SendDecline, config_parse_bool, 0, offsetof(Network, dhcp_send_decline)
9d01399d
YW
290DHCPv4.DenyList, config_parse_in_addr_prefixes, AF_INET, offsetof(Network, dhcp_deny_listed_ip)
291DHCPv4.AllowList, config_parse_in_addr_prefixes, AF_INET, offsetof(Network, dhcp_allow_listed_ip)
db5756f3 292DHCPv4.IPServiceType, config_parse_dhcp_ip_service_type, 0, offsetof(Network, dhcp_ip_service_type)
ea577968 293DHCPv4.SocketPriority, config_parse_dhcp_socket_priority, 0, 0
e7d5fe17 294DHCPv4.SendOption, config_parse_dhcp_send_option, AF_INET, offsetof(Network, dhcp_client_send_options)
7354900d 295DHCPv4.SendVendorOption, config_parse_dhcp_send_option, 0, offsetof(Network, dhcp_client_send_vendor_options)
18de0969 296DHCPv4.RouteMTUBytes, config_parse_mtu, AF_INET, offsetof(Network, dhcp_route_mtu)
cb35a0d4
SS
297DHCPv4.InitialCongestionWindow, config_parse_tcp_window, 0, offsetof(Network, dhcp_initial_congestion_window)
298DHCPv4.InitialAdvertisedReceiveWindow, config_parse_tcp_window, 0, offsetof(Network, dhcp_advertised_receive_window)
d6463307 299DHCPv4.FallbackLeaseLifetimeSec, config_parse_dhcp_fallback_lease_lifetime, 0, 0
e49bad01 300DHCPv4.Use6RD, config_parse_bool, 0, offsetof(Network, dhcp_use_6rd)
a61869d4 301DHCPv4.UnassignedSubnetPolicy, config_parse_dhcp_pd_prefix_route_type, 0, offsetof(Network, dhcp_6rd_prefix_route_type)
fc35a9f8 302DHCPv4.IPv6OnlyMode, config_parse_tristate, 0, offsetof(Network, dhcp_ipv6_only_mode)
4b3590c3 303DHCPv4.NetLabel, config_parse_string, CONFIG_PARSE_STRING_SAFE, offsetof(Network, dhcp_netlabel)
dc7d69b3 304DHCPv4.NFTSet, config_parse_nft_set, NFT_SET_PARSE_NETWORK, offsetof(Network, dhcp_nft_set_context)
c52f6cdc 305DHCPv4.RapidCommit, config_parse_tristate, 0, offsetof(Network, dhcp_use_rapid_commit)
1536b7b2 306DHCPv6.UseAddress, config_parse_bool, 0, offsetof(Network, dhcp6_use_address)
0f5ef9b6 307DHCPv6.UseDelegatedPrefix, config_parse_bool, 0, offsetof(Network, dhcp6_use_pd_prefix)
9646ffe2 308DHCPv6.UseDNS, config_parse_tristate, 0, offsetof(Network, dhcp6_use_dns)
c691f9d9 309DHCPv6.UseDNR, config_parse_tristate, 0, offsetof(Network, dhcp6_use_dnr)
38ba3da0 310DHCPv6.UseHostname, config_parse_bool, 0, offsetof(Network, dhcp6_use_hostname)
7a169cb4 311DHCPv6.UseDomains, config_parse_use_domains, 0, offsetof(Network, dhcp6_use_domains)
d12fb2bc 312DHCPv6.UseNTP, config_parse_tristate, 0, offsetof(Network, dhcp6_use_ntp)
a75feb55 313DHCPv6.UseCaptivePortal, config_parse_bool, 0, offsetof(Network, dhcp6_use_captive_portal)
77976a68 314DHCPv6.MUDURL, config_parse_mud_url, 0, offsetof(Network, dhcp6_mudurl)
b90480c8
RP
315DHCPv6.SendHostname, config_parse_dhcp_send_hostname, AF_INET6, 0
316DHCPv6.Hostname, config_parse_hostname, 0, offsetof(Network, dhcp6_hostname)
35f6a5cb 317DHCPv6.RequestOptions, config_parse_dhcp_request_options, AF_INET6, 0
6fda02e1
YW
318DHCPv6.UserClass, config_parse_dhcp_user_or_vendor_class, AF_INET6, offsetof(Network, dhcp6_user_class)
319DHCPv6.VendorClass, config_parse_dhcp_user_or_vendor_class, AF_INET6, offsetof(Network, dhcp6_vendor_class)
b4ccc5de 320DHCPv6.SendVendorOption, config_parse_dhcp_send_option, AF_INET6, offsetof(Network, dhcp6_client_send_vendor_options)
df8bf726 321DHCPv6.PrefixDelegationHint, config_parse_dhcp6_pd_prefix_hint, 0, 0
a61869d4 322DHCPv6.UnassignedSubnetPolicy, config_parse_dhcp_pd_prefix_route_type, 0, offsetof(Network, dhcp6_pd_prefix_route_type)
0e45721e 323DHCPv6.WithoutRA, config_parse_dhcp6_client_start_mode, 0, offsetof(Network, dhcp6_client_start_mode)
e7d5fe17 324DHCPv6.SendOption, config_parse_dhcp_send_option, AF_INET6, offsetof(Network, dhcp6_client_send_options)
4e26a5ba
YW
325DHCPv6.IAID, config_parse_iaid, AF_INET6, 0
326DHCPv6.DUIDType, config_parse_duid_type, 0, offsetof(Network, dhcp6_duid)
327DHCPv6.DUIDRawData, config_parse_duid_rawdata, 0, offsetof(Network, dhcp6_duid)
50ee1fec 328DHCPv6.RapidCommit, config_parse_bool, 0, offsetof(Network, dhcp6_use_rapid_commit)
4b3590c3 329DHCPv6.NetLabel, config_parse_string, CONFIG_PARSE_STRING_SAFE, offsetof(Network, dhcp6_netlabel)
b895aa5f 330DHCPv6.SendRelease, config_parse_bool, 0, offsetof(Network, dhcp6_send_release)
dc7d69b3 331DHCPv6.NFTSet, config_parse_nft_set, NFT_SET_PARSE_NETWORK, offsetof(Network, dhcp6_nft_set_context)
6df00594 332IPv6AcceptRA.UseRedirect, config_parse_bool, 0, offsetof(Network, ndisc_use_redirect)
52672db3
YW
333IPv6AcceptRA.UseGateway, config_parse_bool, 0, offsetof(Network, ndisc_use_gateway)
334IPv6AcceptRA.UseRoutePrefix, config_parse_bool, 0, offsetof(Network, ndisc_use_route_prefix)
335IPv6AcceptRA.UseAutonomousPrefix, config_parse_bool, 0, offsetof(Network, ndisc_use_autonomous_prefix)
336IPv6AcceptRA.UseOnLinkPrefix, config_parse_bool, 0, offsetof(Network, ndisc_use_onlink_prefix)
337IPv6AcceptRA.UsePREF64, config_parse_bool, 0, offsetof(Network, ndisc_use_pref64)
9646ffe2 338IPv6AcceptRA.UseDNS, config_parse_tristate, 0, offsetof(Network, ndisc_use_dns)
9c683c0e 339IPv6AcceptRA.UseDNR, config_parse_tristate, 0, offsetof(Network, ndisc_use_dnr)
78f5c649 340IPv6AcceptRA.UseDomains, config_parse_use_domains, 0, offsetof(Network, ndisc_use_domains)
52672db3
YW
341IPv6AcceptRA.UseMTU, config_parse_bool, 0, offsetof(Network, ndisc_use_mtu)
342IPv6AcceptRA.UseHopLimit, config_parse_bool, 0, offsetof(Network, ndisc_use_hop_limit)
343IPv6AcceptRA.UseReachableTime, config_parse_bool, 0, offsetof(Network, ndisc_use_reachable_time)
344IPv6AcceptRA.UseRetransmissionTime, config_parse_bool, 0, offsetof(Network, ndisc_use_retransmission_time)
52672db3 345IPv6AcceptRA.DHCPv6Client, config_parse_ndisc_start_dhcp6_client, 0, offsetof(Network, ndisc_start_dhcp6_client)
2d00239c 346IPv6AcceptRA.RouteTable, config_parse_dhcp_or_ra_route_table, AF_INET6, 0
52672db3
YW
347IPv6AcceptRA.RouteMetric, config_parse_ndisc_route_metric, 0, 0
348IPv6AcceptRA.QuickAck, config_parse_bool, 0, offsetof(Network, ndisc_quickack)
349IPv6AcceptRA.UseCaptivePortal, config_parse_bool, 0, offsetof(Network, ndisc_use_captive_portal)
9d01399d
YW
350IPv6AcceptRA.RouterAllowList, config_parse_in_addr_prefixes, AF_INET6, offsetof(Network, ndisc_allow_listed_router)
351IPv6AcceptRA.RouterDenyList, config_parse_in_addr_prefixes, AF_INET6, offsetof(Network, ndisc_deny_listed_router)
352IPv6AcceptRA.PrefixAllowList, config_parse_in_addr_prefixes, AF_INET6, offsetof(Network, ndisc_allow_listed_prefix)
353IPv6AcceptRA.PrefixDenyList, config_parse_in_addr_prefixes, AF_INET6, offsetof(Network, ndisc_deny_listed_prefix)
354IPv6AcceptRA.RouteAllowList, config_parse_in_addr_prefixes, AF_INET6, offsetof(Network, ndisc_allow_listed_route_prefix)
355IPv6AcceptRA.RouteDenyList, config_parse_in_addr_prefixes, AF_INET6, offsetof(Network, ndisc_deny_listed_route_prefix)
a73628e6 356IPv6AcceptRA.Token, config_parse_address_generation_type, 0, offsetof(Network, ndisc_tokens)
4b3590c3 357IPv6AcceptRA.NetLabel, config_parse_string, CONFIG_PARSE_STRING_SAFE, offsetof(Network, ndisc_netlabel)
dc7d69b3 358IPv6AcceptRA.NFTSet, config_parse_nft_set, NFT_SET_PARSE_NETWORK, offsetof(Network, ndisc_nft_set_context)
0017ba31 359DHCPServer.ServerAddress, config_parse_dhcp_server_address, 0, 0
63295b42 360DHCPServer.UplinkInterface, config_parse_uplink, 0, 0
c9f2db2c 361DHCPServer.RelayTarget, config_parse_in_addr_non_null, AF_INET, offsetof(Network, dhcp_server_relay_target)
11c38d3e
YA
362DHCPServer.RelayAgentCircuitId, config_parse_dhcp_server_relay_agent_suboption, 0, offsetof(Network, dhcp_server_relay_agent_circuit_id)
363DHCPServer.RelayAgentRemoteId, config_parse_dhcp_server_relay_agent_suboption, 0, offsetof(Network, dhcp_server_relay_agent_remote_id)
18de0969
YW
364DHCPServer.MaxLeaseTimeSec, config_parse_sec, 0, offsetof(Network, dhcp_server_max_lease_time_usec)
365DHCPServer.DefaultLeaseTimeSec, config_parse_sec, 0, offsetof(Network, dhcp_server_default_lease_time_usec)
34bea0a1 366DHCPServer.IPv6OnlyPreferredSec, config_parse_dhcp_server_ipv6_only_preferred, 0, offsetof(Network, dhcp_server_ipv6_only_preferred_usec)
2a71d57f
LP
367DHCPServer.EmitDNS, config_parse_bool, 0, offsetof(Network, dhcp_server_emit[SD_DHCP_LEASE_DNS].emit)
368DHCPServer.DNS, config_parse_dhcp_server_emit, 0, offsetof(Network, dhcp_server_emit[SD_DHCP_LEASE_DNS])
369DHCPServer.EmitNTP, config_parse_bool, 0, offsetof(Network, dhcp_server_emit[SD_DHCP_LEASE_NTP].emit)
370DHCPServer.NTP, config_parse_dhcp_server_emit, 0, offsetof(Network, dhcp_server_emit[SD_DHCP_LEASE_NTP])
371DHCPServer.EmitSIP, config_parse_bool, 0, offsetof(Network, dhcp_server_emit[SD_DHCP_LEASE_SIP].emit)
372DHCPServer.SIP, config_parse_dhcp_server_emit, 0, offsetof(Network, dhcp_server_emit[SD_DHCP_LEASE_SIP])
373DHCPServer.EmitPOP3, config_parse_bool, 0, offsetof(Network, dhcp_server_emit[SD_DHCP_LEASE_POP3].emit)
374DHCPServer.POP3, config_parse_dhcp_server_emit, 0, offsetof(Network, dhcp_server_emit[SD_DHCP_LEASE_POP3])
375DHCPServer.EmitSMTP, config_parse_bool, 0, offsetof(Network, dhcp_server_emit[SD_DHCP_LEASE_SMTP].emit)
376DHCPServer.SMTP, config_parse_dhcp_server_emit, 0, offsetof(Network, dhcp_server_emit[SD_DHCP_LEASE_SMTP])
377DHCPServer.EmitLPR, config_parse_bool, 0, offsetof(Network, dhcp_server_emit[SD_DHCP_LEASE_LPR].emit)
378DHCPServer.LPR, config_parse_dhcp_server_emit, 0, offsetof(Network, dhcp_server_emit[SD_DHCP_LEASE_LPR])
18de0969 379DHCPServer.EmitRouter, config_parse_bool, 0, offsetof(Network, dhcp_server_emit_router)
59aa6220 380DHCPServer.Router, config_parse_in_addr_non_null, AF_INET, offsetof(Network, dhcp_server_router)
18de0969
YW
381DHCPServer.EmitTimezone, config_parse_bool, 0, offsetof(Network, dhcp_server_emit_timezone)
382DHCPServer.Timezone, config_parse_timezone, 0, offsetof(Network, dhcp_server_timezone)
383DHCPServer.PoolOffset, config_parse_uint32, 0, offsetof(Network, dhcp_server_pool_offset)
384DHCPServer.PoolSize, config_parse_uint32, 0, offsetof(Network, dhcp_server_pool_size)
7354900d 385DHCPServer.SendVendorOption, config_parse_dhcp_send_option, 0, offsetof(Network, dhcp_server_send_vendor_options)
18de0969 386DHCPServer.SendOption, config_parse_dhcp_send_option, 0, offsetof(Network, dhcp_server_send_options)
21b6b87e 387DHCPServer.BindToInterface, config_parse_bool, 0, offsetof(Network, dhcp_server_bind_to_interface)
6278e428
YW
388DHCPServer.BootServerAddress, config_parse_in_addr_non_null, AF_INET, offsetof(Network, dhcp_server_boot_server_address)
389DHCPServer.BootServerName, config_parse_dns_name, 0, offsetof(Network, dhcp_server_boot_server_name)
390DHCPServer.BootFilename, config_parse_string, CONFIG_PARSE_STRING_SAFE_AND_ASCII, offsetof(Network, dhcp_server_boot_filename)
1fa0a4ef 391DHCPServer.RapidCommit, config_parse_bool, 0, offsetof(Network, dhcp_server_rapid_commit)
a145343b 392DHCPServer.PersistLeases, config_parse_dhcp_server_persist_leases, 0, offsetof(Network, dhcp_server_persist_leases)
c517a49b 393DHCPServerStaticLease.Address, config_parse_dhcp_static_lease_address, 0, 0
394DHCPServerStaticLease.MACAddress, config_parse_dhcp_static_lease_hwaddr, 0, 0
18de0969
YW
395Bridge.Cost, config_parse_uint32, 0, offsetof(Network, cost)
396Bridge.UseBPDU, config_parse_tristate, 0, offsetof(Network, use_bpdu)
397Bridge.HairPin, config_parse_tristate, 0, offsetof(Network, hairpin)
97f27f8a 398Bridge.Isolated, config_parse_tristate, 0, offsetof(Network, isolated)
18de0969
YW
399Bridge.FastLeave, config_parse_tristate, 0, offsetof(Network, fast_leave)
400Bridge.AllowPortToBeRoot, config_parse_tristate, 0, offsetof(Network, allow_port_to_be_root)
401Bridge.UnicastFlood, config_parse_tristate, 0, offsetof(Network, unicast_flood)
402Bridge.MulticastFlood, config_parse_tristate, 0, offsetof(Network, multicast_flood)
403Bridge.MulticastToUnicast, config_parse_tristate, 0, offsetof(Network, multicast_to_unicast)
404Bridge.NeighborSuppression, config_parse_tristate, 0, offsetof(Network, neighbor_suppression)
405Bridge.Learning, config_parse_tristate, 0, offsetof(Network, learning)
406Bridge.ProxyARP, config_parse_tristate, 0, offsetof(Network, bridge_proxy_arp)
407Bridge.ProxyARPWiFi, config_parse_tristate, 0, offsetof(Network, bridge_proxy_arp_wifi)
408Bridge.Priority, config_parse_bridge_port_priority, 0, offsetof(Network, priority)
409Bridge.MulticastRouter, config_parse_multicast_router, 0, offsetof(Network, multicast_router)
a434de60 410Bridge.Locked, config_parse_tristate, 0, offsetof(Network, bridge_locked)
08a26ecc 411Bridge.MACAuthenticationBypass, config_parse_tristate, 0, offsetof(Network, bridge_mac_authentication_bypass)
c88adbc0 412Bridge.VLANTunnel, config_parse_tristate, 0, offsetof(Network, bridge_vlan_tunnel)
18de0969
YW
413BridgeFDB.MACAddress, config_parse_fdb_hwaddr, 0, 0
414BridgeFDB.VLANId, config_parse_fdb_vlan_id, 0, 0
415BridgeFDB.Destination, config_parse_fdb_destination, 0, 0
416BridgeFDB.VNI, config_parse_fdb_vxlan_vni, 0, 0
417BridgeFDB.AssociatedWith, config_parse_fdb_ntf_flags, 0, 0
af99cdf4 418BridgeFDB.OutgoingInterface, config_parse_fdb_interface, 0, 0
3db468ea
DM
419BridgeMDB.MulticastGroupAddress, config_parse_mdb_group_address, 0, 0
420BridgeMDB.VLANId, config_parse_mdb_vlan_id, 0, 0
f269016c
YW
421BridgeVLAN.PVID, config_parse_bridge_vlan_id, 0, offsetof(Network, bridge_vlan_pvid)
422BridgeVLAN.VLAN, config_parse_bridge_vlan_id_range, 0, offsetof(Network, bridge_vlan_bitmap)
423BridgeVLAN.EgressUntagged, config_parse_bridge_vlan_id_range, 0, offsetof(Network, bridge_vlan_untagged_bitmap)
a27588d4
YW
424DHCPPrefixDelegation.UplinkInterface, config_parse_uplink, 0, 0
425DHCPPrefixDelegation.SubnetId, config_parse_dhcp_pd_subnet_id, 0, offsetof(Network, dhcp_pd_subnet_id)
426DHCPPrefixDelegation.Announce, config_parse_bool, 0, offsetof(Network, dhcp_pd_announce)
427DHCPPrefixDelegation.Assign, config_parse_bool, 0, offsetof(Network, dhcp_pd_assign)
428DHCPPrefixDelegation.ManageTemporaryAddress, config_parse_bool, 0, offsetof(Network, dhcp_pd_manage_temporary_address)
429DHCPPrefixDelegation.Token, config_parse_address_generation_type, 0, offsetof(Network, dhcp_pd_tokens)
430DHCPPrefixDelegation.RouteMetric, config_parse_uint32, 0, offsetof(Network, dhcp_pd_route_metric)
4b3590c3 431DHCPPrefixDelegation.NetLabel, config_parse_string, CONFIG_PARSE_STRING_SAFE, offsetof(Network, dhcp_pd_netlabel)
dc7d69b3 432DHCPPrefixDelegation.NFTSet, config_parse_nft_set, NFT_SET_PARSE_NETWORK, offsetof(Network, dhcp_pd_nft_set_context)
4f1ac4a3 433IPv6SendRA.RouterLifetimeSec, config_parse_router_lifetime, 0, offsetof(Network, router_lifetime_usec)
59d475ba
YW
434IPv6SendRA.ReachableTimeSec, config_parse_router_uint32_msec_usec, 0, offsetof(Network, router_reachable_usec)
435IPv6SendRA.RetransmitSec, config_parse_router_uint32_msec_usec, 0, offsetof(Network, router_retransmit_usec)
27ff0490
YW
436IPv6SendRA.Managed, config_parse_bool, 0, offsetof(Network, router_managed)
437IPv6SendRA.OtherInformation, config_parse_bool, 0, offsetof(Network, router_other_information)
a10d6e01 438IPv6SendRA.RouterPreference, config_parse_router_preference, 0, offsetof(Network, router_preference)
b26c3452 439IPv6SendRA.HopLimit, config_parse_uint8, 0, offsetof(Network, router_hop_limit)
27ff0490
YW
440IPv6SendRA.EmitDNS, config_parse_bool, 0, offsetof(Network, router_emit_dns)
441IPv6SendRA.DNS, config_parse_radv_dns, 0, 0
442IPv6SendRA.EmitDomains, config_parse_bool, 0, offsetof(Network, router_emit_domains)
443IPv6SendRA.Domains, config_parse_radv_search_domains, 0, 0
444IPv6SendRA.DNSLifetimeSec, config_parse_sec, 0, offsetof(Network, router_dns_lifetime_usec)
63295b42 445IPv6SendRA.UplinkInterface, config_parse_uplink, 0, 0
6a6d27bc
SS
446IPv6SendRA.HomeAgent, config_parse_bool, 0, offsetof(Network, router_home_agent_information)
447IPv6SendRA.HomeAgentLifetimeSec, config_parse_router_home_agent_lifetime, 0, offsetof(Network, home_agent_lifetime_usec)
448IPv6SendRA.HomeAgentPreference, config_parse_uint16, 0, offsetof(Network, router_home_agent_preference)
18de0969 449IPv6Prefix.Prefix, config_parse_prefix, 0, 0
6fe51dc5
YW
450IPv6Prefix.OnLink, config_parse_prefix_boolean, ND_OPT_PI_FLAG_ONLINK, 0
451IPv6Prefix.AddressAutoconfiguration, config_parse_prefix_boolean, ND_OPT_PI_FLAG_AUTO, 0
18de0969
YW
452IPv6Prefix.ValidLifetimeSec, config_parse_prefix_lifetime, 0, 0
453IPv6Prefix.PreferredLifetimeSec, config_parse_prefix_lifetime, 0, 0
2ac41679 454IPv6Prefix.Assign, config_parse_prefix_boolean, 0, 0
0e1fb1d0 455IPv6Prefix.RouteMetric, config_parse_prefix_metric, 0, 0
e609cd06 456IPv6Prefix.Token, config_parse_prefix_token, 0, 0
18de0969
YW
457IPv6RoutePrefix.Route, config_parse_route_prefix, 0, 0
458IPv6RoutePrefix.LifetimeSec, config_parse_route_prefix_lifetime, 0, 0
fe975384 459IPv6RoutePrefix.Preference, config_parse_route_prefix_preference, 0, 0
1925f829
SS
460IPv6PREF64Prefix.Prefix, config_parse_pref64_prefix, 0, 0
461IPv6PREF64Prefix.LifetimeSec, config_parse_pref64_prefix_lifetime, 0, 0
c01b9b87 462LLDP.MUDURL, config_parse_mud_url, 0, offsetof(Network, lldp_mudurl)
74a27268 463CAN.BitRate, config_parse_can_bitrate, 0, offsetof(Network, can_bitrate)
18de0969 464CAN.SamplePoint, config_parse_permille, 0, offsetof(Network, can_sample_point)
b164b570
YW
465CAN.TimeQuantaNSec, config_parse_can_time_quanta, 0, offsetof(Network, can_time_quanta_ns)
466CAN.PropagationSegment, config_parse_uint32, 0, offsetof(Network, can_propagation_segment)
467CAN.PhaseBufferSegment1, config_parse_uint32, 0, offsetof(Network, can_phase_buffer_segment_1)
468CAN.PhaseBufferSegment2, config_parse_uint32, 0, offsetof(Network, can_phase_buffer_segment_2)
469CAN.SyncJumpWidth, config_parse_uint32, 0, offsetof(Network, can_sync_jump_width)
7e025e9c
RP
470CAN.DataBitRate, config_parse_can_bitrate, 0, offsetof(Network, can_data_bitrate)
471CAN.DataSamplePoint, config_parse_permille, 0, offsetof(Network, can_data_sample_point)
b164b570
YW
472CAN.DataTimeQuantaNSec, config_parse_can_time_quanta, 0, offsetof(Network, can_data_time_quanta_ns)
473CAN.DataPropagationSegment, config_parse_uint32, 0, offsetof(Network, can_data_propagation_segment)
474CAN.DataPhaseBufferSegment1, config_parse_uint32, 0, offsetof(Network, can_data_phase_buffer_segment_1)
475CAN.DataPhaseBufferSegment2, config_parse_uint32, 0, offsetof(Network, can_data_phase_buffer_segment_2)
476CAN.DataSyncJumpWidth, config_parse_uint32, 0, offsetof(Network, can_data_sync_jump_width)
0fa2984d 477CAN.RestartSec, config_parse_can_restart_usec, 0, offsetof(Network, can_restart_us)
6dd84c9e 478CAN.Loopback, config_parse_can_control_mode, CAN_CTRLMODE_LOOPBACK, 0
f1c141cb
YW
479CAN.ListenOnly, config_parse_can_control_mode, CAN_CTRLMODE_LISTENONLY, 0
480CAN.TripleSampling, config_parse_can_control_mode, CAN_CTRLMODE_3_SAMPLES, 0
6dd84c9e 481CAN.OneShot, config_parse_can_control_mode, CAN_CTRLMODE_ONE_SHOT, 0
f1c141cb
YW
482CAN.BusErrorReporting, config_parse_can_control_mode, CAN_CTRLMODE_BERR_REPORTING, 0
483CAN.FDMode, config_parse_can_control_mode, CAN_CTRLMODE_FD, 0
6dd84c9e 484CAN.PresumeACK, config_parse_can_control_mode, CAN_CTRLMODE_PRESUME_ACK, 0
f1c141cb 485CAN.FDNonISO, config_parse_can_control_mode, CAN_CTRLMODE_FD_NON_ISO, 0
6dd84c9e 486CAN.ClassicDataLengthCode, config_parse_can_control_mode, CAN_CTRLMODE_CC_LEN8_DLC, 0
239f91f7 487CAN.Termination, config_parse_can_termination, 0, 0
72e65e6f
YW
488IPoIB.Mode, config_parse_ipoib_mode, 0, offsetof(Network, ipoib_mode)
489IPoIB.IgnoreUserspaceMulticastGroups, config_parse_tristate, 0, offsetof(Network, ipoib_umcast)
2ed5f6d5 490QDisc.Parent, config_parse_qdisc_parent, _QDISC_KIND_INVALID, 0
d8b2396d 491QDisc.Handle, config_parse_qdisc_handle, _QDISC_KIND_INVALID, 0
c853f594
SS
492BFIFO.Parent, config_parse_qdisc_parent, QDISC_KIND_BFIFO, 0
493BFIFO.Handle, config_parse_qdisc_handle, QDISC_KIND_BFIFO, 0
c03ef420 494BFIFO.LimitBytes, config_parse_bfifo_size, QDISC_KIND_BFIFO, 0
ad8352f4
SS
495CAKE.Parent, config_parse_qdisc_parent, QDISC_KIND_CAKE, 0
496CAKE.Handle, config_parse_qdisc_handle, QDISC_KIND_CAKE, 0
497CAKE.Bandwidth, config_parse_cake_bandwidth, QDISC_KIND_CAKE, 0
025cd94e 498CAKE.AutoRateIngress, config_parse_cake_tristate, QDISC_KIND_CAKE, 0
c03ef420 499CAKE.OverheadBytes, config_parse_cake_overhead, QDISC_KIND_CAKE, 0
863542e1 500CAKE.MPUBytes, config_parse_cake_mpu, QDISC_KIND_CAKE, 0
b6eccfda 501CAKE.CompensationMode, config_parse_cake_compensation_mode, QDISC_KIND_CAKE, 0
1c7a81e6 502CAKE.UseRawPacketSize, config_parse_cake_tristate, QDISC_KIND_CAKE, 0
a049cf16 503CAKE.FlowIsolationMode, config_parse_cake_flow_isolation_mode, QDISC_KIND_CAKE, 0
4bff8086 504CAKE.NAT, config_parse_cake_tristate, QDISC_KIND_CAKE, 0
fe8e156e 505CAKE.PriorityQueueingPreset, config_parse_cake_priority_queueing_preset, QDISC_KIND_CAKE, 0
049b66cc 506CAKE.FirewallMark, config_parse_cake_fwmark, QDISC_KIND_CAKE, 0
d05dce95 507CAKE.Wash, config_parse_cake_tristate, QDISC_KIND_CAKE, 0
35896db4 508CAKE.SplitGSO, config_parse_cake_tristate, QDISC_KIND_CAKE, 0
3af9cd0b 509CAKE.RTTSec, config_parse_cake_rtt, QDISC_KIND_CAKE, 0
8c920636 510CAKE.AckFilter, config_parse_cake_ack_filter, QDISC_KIND_CAKE, 0
18de0969 511ControlledDelay.Parent, config_parse_qdisc_parent, QDISC_KIND_CODEL, 0
d8b2396d 512ControlledDelay.Handle, config_parse_qdisc_handle, QDISC_KIND_CODEL, 0
18de0969
YW
513ControlledDelay.PacketLimit, config_parse_controlled_delay_u32, QDISC_KIND_CODEL, 0
514ControlledDelay.TargetSec, config_parse_controlled_delay_usec, QDISC_KIND_CODEL, 0
515ControlledDelay.IntervalSec, config_parse_controlled_delay_usec, QDISC_KIND_CODEL, 0
516ControlledDelay.CEThresholdSec, config_parse_controlled_delay_usec, QDISC_KIND_CODEL, 0
517ControlledDelay.ECN, config_parse_controlled_delay_bool, QDISC_KIND_CODEL, 0
f5fc0441
SS
518DeficitRoundRobinScheduler.Parent, config_parse_qdisc_parent, QDISC_KIND_DRR, 0
519DeficitRoundRobinScheduler.Handle, config_parse_qdisc_handle, QDISC_KIND_DRR, 0
ad365c5d
YW
520DeficitRoundRobinSchedulerClass.Parent, config_parse_tclass_parent, TCLASS_KIND_DRR, 0
521DeficitRoundRobinSchedulerClass.ClassId, config_parse_tclass_classid, TCLASS_KIND_DRR, 0
c03ef420 522DeficitRoundRobinSchedulerClass.QuantumBytes, config_parse_drr_size, TCLASS_KIND_DRR, 0
d474aa51
YW
523EnhancedTransmissionSelection.Parent, config_parse_qdisc_parent, QDISC_KIND_ETS, 0
524EnhancedTransmissionSelection.Handle, config_parse_qdisc_handle, QDISC_KIND_ETS, 0
525EnhancedTransmissionSelection.Bands, config_parse_ets_u8, QDISC_KIND_ETS, 0
526EnhancedTransmissionSelection.StrictBands, config_parse_ets_u8, QDISC_KIND_ETS, 0
527EnhancedTransmissionSelection.QuantumBytes, config_parse_ets_quanta, QDISC_KIND_ETS, 0
528EnhancedTransmissionSelection.PriorityMap, config_parse_ets_prio, QDISC_KIND_ETS, 0
a7476065
SS
529PFIFO.Parent, config_parse_qdisc_parent, QDISC_KIND_PFIFO, 0
530PFIFO.Handle, config_parse_qdisc_handle, QDISC_KIND_PFIFO, 0
c853f594 531PFIFO.PacketLimit, config_parse_pfifo_size, QDISC_KIND_PFIFO, 0
1a95964b
SS
532PFIFOFast.Parent, config_parse_qdisc_parent, QDISC_KIND_PFIFO_FAST, 0
533PFIFOFast.Handle, config_parse_qdisc_handle, QDISC_KIND_PFIFO_FAST, 0
053a2ddb
SS
534PFIFOHeadDrop.Parent, config_parse_qdisc_parent, QDISC_KIND_PFIFO_HEAD_DROP, 0
535PFIFOHeadDrop.Handle, config_parse_qdisc_handle, QDISC_KIND_PFIFO_HEAD_DROP, 0
536PFIFOHeadDrop.PacketLimit, config_parse_pfifo_size, QDISC_KIND_PFIFO_HEAD_DROP, 0
b12aaee5
SS
537QuickFairQueueing.Parent, config_parse_qdisc_parent, QDISC_KIND_QFQ, 0
538QuickFairQueueing.Handle, config_parse_qdisc_handle, QDISC_KIND_QFQ, 0
4d7ddaf9
YW
539QuickFairQueueingClass.Parent, config_parse_tclass_parent, TCLASS_KIND_QFQ, 0
540QuickFairQueueingClass.ClassId, config_parse_tclass_classid, TCLASS_KIND_QFQ, 0
541QuickFairQueueingClass.Weight, config_parse_quick_fair_queueing_weight, TCLASS_KIND_QFQ, 0
c03ef420 542QuickFairQueueingClass.MaxPacketBytes, config_parse_quick_fair_queueing_max_packet, TCLASS_KIND_QFQ, 0
ca58d00c 543FairQueueing.Parent, config_parse_qdisc_parent, QDISC_KIND_FQ, 0
d8b2396d 544FairQueueing.Handle, config_parse_qdisc_handle, QDISC_KIND_FQ, 0
bfcdc872
YW
545FairQueueing.PacketLimit, config_parse_fair_queueing_u32, QDISC_KIND_FQ, 0
546FairQueueing.FlowLimit, config_parse_fair_queueing_u32, QDISC_KIND_FQ, 0
c03ef420
YW
547FairQueueing.QuantumBytes, config_parse_fair_queueing_size, QDISC_KIND_FQ, 0
548FairQueueing.InitialQuantumBytes, config_parse_fair_queueing_size, QDISC_KIND_FQ, 0
bfcdc872
YW
549FairQueueing.MaximumRate, config_parse_fair_queueing_max_rate, QDISC_KIND_FQ, 0
550FairQueueing.Buckets, config_parse_fair_queueing_u32, QDISC_KIND_FQ, 0
551FairQueueing.OrphanMask, config_parse_fair_queueing_u32, QDISC_KIND_FQ, 0
552FairQueueing.Pacing, config_parse_fair_queueing_bool, QDISC_KIND_FQ, 0
553FairQueueing.CEThresholdSec, config_parse_fair_queueing_usec, QDISC_KIND_FQ, 0
18de0969 554FairQueueingControlledDelay.Parent, config_parse_qdisc_parent, QDISC_KIND_FQ_CODEL, 0
d8b2396d 555FairQueueingControlledDelay.Handle, config_parse_qdisc_handle, QDISC_KIND_FQ_CODEL, 0
18de0969 556FairQueueingControlledDelay.PacketLimit, config_parse_fair_queueing_controlled_delay_u32, QDISC_KIND_FQ_CODEL, 0
c03ef420 557FairQueueingControlledDelay.MemoryLimitBytes, config_parse_fair_queueing_controlled_delay_size, QDISC_KIND_FQ_CODEL, 0
18de0969 558FairQueueingControlledDelay.Flows, config_parse_fair_queueing_controlled_delay_u32, QDISC_KIND_FQ_CODEL, 0
c03ef420 559FairQueueingControlledDelay.QuantumBytes, config_parse_fair_queueing_controlled_delay_size, QDISC_KIND_FQ_CODEL, 0
18de0969
YW
560FairQueueingControlledDelay.TargetSec, config_parse_fair_queueing_controlled_delay_usec, QDISC_KIND_FQ_CODEL, 0
561FairQueueingControlledDelay.IntervalSec, config_parse_fair_queueing_controlled_delay_usec, QDISC_KIND_FQ_CODEL, 0
562FairQueueingControlledDelay.CEThresholdSec, config_parse_fair_queueing_controlled_delay_usec, QDISC_KIND_FQ_CODEL, 0
563FairQueueingControlledDelay.ECN, config_parse_fair_queueing_controlled_delay_bool, QDISC_KIND_FQ_CODEL, 0
8f6b6d70
SS
564FlowQueuePIE.Parent, config_parse_qdisc_parent, QDISC_KIND_FQ_PIE, 0
565FlowQueuePIE.Handle, config_parse_qdisc_handle, QDISC_KIND_FQ_PIE, 0
566FlowQueuePIE.PacketLimit, config_parse_fq_pie_packet_limit, QDISC_KIND_FQ_PIE, 0
609e8340
SS
567GenericRandomEarlyDetection.Parent, config_parse_qdisc_parent, QDISC_KIND_GRED, 0
568GenericRandomEarlyDetection.Handle, config_parse_qdisc_handle, QDISC_KIND_GRED, 0
569GenericRandomEarlyDetection.VirtualQueues, config_parse_generic_random_early_detection_u32, QDISC_KIND_GRED, 0
570GenericRandomEarlyDetection.DefaultVirtualQueue, config_parse_generic_random_early_detection_u32, QDISC_KIND_GRED, 0
571GenericRandomEarlyDetection.GenericRIO, config_parse_generic_random_early_detection_bool, QDISC_KIND_GRED, 0
7f224020
SS
572HeavyHitterFilter.Parent, config_parse_qdisc_parent, QDISC_KIND_HHF, 0
573HeavyHitterFilter.Handle, config_parse_qdisc_handle, QDISC_KIND_HHF, 0
574HeavyHitterFilter.PacketLimit, config_parse_heavy_hitter_filter_packet_limit, QDISC_KIND_HHF, 0
b934ac3d
YW
575HierarchyTokenBucket.Parent, config_parse_qdisc_parent, QDISC_KIND_HTB, 0
576HierarchyTokenBucket.Handle, config_parse_qdisc_handle, QDISC_KIND_HTB, 0
577HierarchyTokenBucket.DefaultClass, config_parse_hierarchy_token_bucket_default_class, QDISC_KIND_HTB, 0
d9eacc1c 578HierarchyTokenBucket.RateToQuantum, config_parse_hierarchy_token_bucket_u32, QDISC_KIND_HTB, 0
19f86a63
YW
579HierarchyTokenBucketClass.Parent, config_parse_tclass_parent, TCLASS_KIND_HTB, 0
580HierarchyTokenBucketClass.ClassId, config_parse_tclass_classid, TCLASS_KIND_HTB, 0
d9eacc1c
YW
581HierarchyTokenBucketClass.Priority, config_parse_hierarchy_token_bucket_class_u32, TCLASS_KIND_HTB, 0
582HierarchyTokenBucketClass.QuantumBytes, config_parse_hierarchy_token_bucket_class_size, TCLASS_KIND_HTB, 0
583HierarchyTokenBucketClass.MTUBytes, config_parse_hierarchy_token_bucket_class_size, TCLASS_KIND_HTB, 0
584HierarchyTokenBucketClass.OverheadBytes, config_parse_hierarchy_token_bucket_class_size, TCLASS_KIND_HTB, 0
585HierarchyTokenBucketClass.Rate, config_parse_hierarchy_token_bucket_class_rate, TCLASS_KIND_HTB, 0
586HierarchyTokenBucketClass.CeilRate, config_parse_hierarchy_token_bucket_class_rate, TCLASS_KIND_HTB, 0
587HierarchyTokenBucketClass.BufferBytes, config_parse_hierarchy_token_bucket_class_size, TCLASS_KIND_HTB, 0
588HierarchyTokenBucketClass.CeilBufferBytes, config_parse_hierarchy_token_bucket_class_size, TCLASS_KIND_HTB, 0
2b9ced90
DDM
589ClassfulMultiQueueing.Parent, config_parse_qdisc_parent, QDISC_KIND_MQ, 0
590ClassfulMultiQueueing.Handle, config_parse_qdisc_handle, QDISC_KIND_MQ, 0
3f14557c
DDM
591BandMultiQueueing.Parent, config_parse_qdisc_parent, QDISC_KIND_MULTIQ, 0
592BandMultiQueueing.Handle, config_parse_qdisc_handle, QDISC_KIND_MULTIQ, 0
18de0969 593NetworkEmulator.Parent, config_parse_qdisc_parent, QDISC_KIND_NETEM, 0
d8b2396d 594NetworkEmulator.Handle, config_parse_qdisc_handle, QDISC_KIND_NETEM, 0
18de0969
YW
595NetworkEmulator.DelaySec, config_parse_network_emulator_delay, QDISC_KIND_NETEM, 0
596NetworkEmulator.DelayJitterSec, config_parse_network_emulator_delay, QDISC_KIND_NETEM, 0
597NetworkEmulator.LossRate, config_parse_network_emulator_rate, QDISC_KIND_NETEM, 0
598NetworkEmulator.DuplicateRate, config_parse_network_emulator_rate, QDISC_KIND_NETEM, 0
599NetworkEmulator.PacketLimit, config_parse_network_emulator_packet_limit, QDISC_KIND_NETEM, 0
bde4ae88
SS
600PIE.Parent, config_parse_qdisc_parent, QDISC_KIND_PIE, 0
601PIE.Handle, config_parse_qdisc_handle, QDISC_KIND_PIE, 0
602PIE.PacketLimit, config_parse_pie_packet_limit, QDISC_KIND_PIE, 0
982998b0
SS
603StochasticFairBlue.Parent, config_parse_qdisc_parent, QDISC_KIND_SFB, 0
604StochasticFairBlue.Handle, config_parse_qdisc_handle, QDISC_KIND_SFB, 0
605StochasticFairBlue.PacketLimit, config_parse_stochastic_fair_blue_u32, QDISC_KIND_SFB, 0
18de0969 606StochasticFairnessQueueing.Parent, config_parse_qdisc_parent, QDISC_KIND_SFQ, 0
d8b2396d 607StochasticFairnessQueueing.Handle, config_parse_qdisc_handle, QDISC_KIND_SFQ, 0
18de0969 608StochasticFairnessQueueing.PerturbPeriodSec, config_parse_stochastic_fairness_queueing_perturb_period, QDISC_KIND_SFQ, 0
60ed2dcf 609TokenBucketFilter.Parent, config_parse_qdisc_parent, QDISC_KIND_TBF, 0
d8b2396d 610TokenBucketFilter.Handle, config_parse_qdisc_handle, QDISC_KIND_TBF, 0
c03ef420
YW
611TokenBucketFilter.Rate, config_parse_token_bucket_filter_rate, QDISC_KIND_TBF, 0
612TokenBucketFilter.BurstBytes, config_parse_token_bucket_filter_size, QDISC_KIND_TBF, 0
613TokenBucketFilter.LimitBytes, config_parse_token_bucket_filter_size, QDISC_KIND_TBF, 0
60ed2dcf
ZJS
614TokenBucketFilter.MTUBytes, config_parse_token_bucket_filter_size, QDISC_KIND_TBF, 0
615TokenBucketFilter.MPUBytes, config_parse_token_bucket_filter_size, QDISC_KIND_TBF, 0
c03ef420 616TokenBucketFilter.PeakRate, config_parse_token_bucket_filter_rate, QDISC_KIND_TBF, 0
60ed2dcf 617TokenBucketFilter.LatencySec, config_parse_token_bucket_filter_latency, QDISC_KIND_TBF, 0
9b749c11 618TrivialLinkEqualizer.Parent, config_parse_qdisc_parent, QDISC_KIND_TEQL, 0
d8b2396d 619TrivialLinkEqualizer.Handle, config_parse_qdisc_handle, QDISC_KIND_TEQL, 0
9b749c11 620TrivialLinkEqualizer.Id, config_parse_trivial_link_equalizer_id, QDISC_KIND_TEQL, 0
4cc7a82c 621/* backwards compatibility: do not add new entries to this section */
18de0969 622Network.IPv4LL, config_parse_ipv4ll, 0, offsetof(Network, link_local)
a73628e6 623Network.IPv6Token, config_parse_address_generation_type, 0, offsetof(Network, ndisc_tokens)
27ff0490 624Network.IPv6PrefixDelegation, config_parse_router_prefix_delegation, 0, offsetof(Network, router_prefix_delegation)
a27588d4 625Network.DHCPv6PrefixDelegation, config_parse_tristate, 0, offsetof(Network, dhcp_pd)
27ff0490
YW
626IPv6PrefixDelegation.RouterLifetimeSec, config_parse_sec, 0, offsetof(Network, router_lifetime_usec)
627IPv6PrefixDelegation.Managed, config_parse_bool, 0, offsetof(Network, router_managed)
628IPv6PrefixDelegation.OtherInformation, config_parse_bool, 0, offsetof(Network, router_other_information)
ba0266b3 629IPv6PrefixDelegation.RouterPreference, config_parse_router_preference, 0, offsetof(Network, router_preference)
27ff0490
YW
630IPv6PrefixDelegation.EmitDNS, config_parse_bool, 0, offsetof(Network, router_emit_dns)
631IPv6PrefixDelegation.DNS, config_parse_radv_dns, 0, 0
632IPv6PrefixDelegation.EmitDomains, config_parse_bool, 0, offsetof(Network, router_emit_domains)
633IPv6PrefixDelegation.Domains, config_parse_radv_search_domains, 0, 0
634IPv6PrefixDelegation.DNSLifetimeSec, config_parse_sec, 0, offsetof(Network, router_dns_lifetime_usec)
9d01399d 635DHCPv4.BlackList, config_parse_in_addr_prefixes, AF_INET, offsetof(Network, dhcp_deny_listed_ip)
18de0969 636DHCP.ClientIdentifier, config_parse_dhcp_client_identifier, 0, offsetof(Network, dhcp_client_identifier)
9646ffe2 637DHCP.UseDNS, config_parse_tristate, 0, offsetof(Network, compat_dhcp_use_dns)
d12fb2bc 638DHCP.UseNTP, config_parse_tristate, 0, offsetof(Network, compat_dhcp_use_ntp)
18de0969
YW
639DHCP.UseMTU, config_parse_bool, 0, offsetof(Network, dhcp_use_mtu)
640DHCP.UseHostname, config_parse_bool, 0, offsetof(Network, dhcp_use_hostname)
7a169cb4
YW
641DHCP.UseDomains, config_parse_use_domains, 0, offsetof(Network, compat_dhcp_use_domains)
642DHCP.UseDomainName, config_parse_use_domains, 0, offsetof(Network, compat_dhcp_use_domains)
18de0969
YW
643DHCP.UseRoutes, config_parse_bool, 0, offsetof(Network, dhcp_use_routes)
644DHCP.Anonymize, config_parse_bool, 0, offsetof(Network, dhcp_anonymize)
b90480c8 645DHCP.SendHostname, config_parse_dhcp_send_hostname, AF_UNSPEC, 0
18de0969 646DHCP.Hostname, config_parse_hostname, 0, offsetof(Network, dhcp_hostname)
e70eca9b 647DHCP.RequestBroadcast, config_parse_tristate, 0, offsetof(Network, dhcp_broadcast)
18de0969 648DHCP.CriticalConnection, config_parse_tristate, 0, offsetof(Network, dhcp_critical)
3f87eaa5 649DHCP.VendorClassIdentifier, config_parse_string, CONFIG_PARSE_STRING_SAFE, offsetof(Network, dhcp_vendor_class_identifier)
6fda02e1 650DHCP.UserClass, config_parse_dhcp_user_or_vendor_class, AF_INET, offsetof(Network, dhcp_user_class)
4e26a5ba
YW
651DHCP.IAID, config_parse_iaid, AF_INET, 0
652DHCP.DUIDType, config_parse_network_duid_type, 0, 0
653DHCP.DUIDRawData, config_parse_network_duid_rawdata, 0, 0
6f812d28 654DHCP.RouteMetric, config_parse_dhcp_route_metric, AF_UNSPEC, 0
2d00239c 655DHCP.RouteTable, config_parse_dhcp_or_ra_route_table, AF_INET, 0
18de0969 656DHCP.UseTimezone, config_parse_bool, 0, offsetof(Network, dhcp_use_timezone)
18de0969 657DHCP.ListenPort, config_parse_uint16, 0, offsetof(Network, dhcp_client_port)
50ee1fec 658DHCP.RapidCommit, config_parse_bool, 0, offsetof(Network, dhcp6_use_rapid_commit)
483566e5 659DHCP.ForceDHCPv6PDOtherInformation, config_parse_warn_compat, DISABLED_LEGACY, 0
7a169cb4 660DHCPv4.UseDomainName, config_parse_use_domains, 0, offsetof(Network, dhcp_use_domains)
18de0969 661DHCPv4.CriticalConnection, config_parse_tristate, 0, offsetof(Network, dhcp_critical)
52672db3 662DHCPv6.RouteMetric, config_parse_ndisc_route_metric, AF_INET6, 0
483566e5 663DHCPv6.ForceDHCPv6PDOtherInformation, config_parse_warn_compat, DISABLED_LEGACY, 0
a27588d4
YW
664DHCPv6PrefixDelegation.SubnetId, config_parse_dhcp_pd_subnet_id, 0, offsetof(Network, dhcp_pd_subnet_id)
665DHCPv6PrefixDelegation.Announce, config_parse_bool, 0, offsetof(Network, dhcp_pd_announce)
666DHCPv6PrefixDelegation.Assign, config_parse_bool, 0, offsetof(Network, dhcp_pd_assign)
667DHCPv6PrefixDelegation.ManageTemporaryAddress, config_parse_bool, 0, offsetof(Network, dhcp_pd_manage_temporary_address)
668DHCPv6PrefixDelegation.Token, config_parse_address_generation_type, 0, offsetof(Network, dhcp_pd_tokens)
669DHCPv6PrefixDelegation.RouteMetric, config_parse_uint32, 0, offsetof(Network, dhcp_pd_route_metric)
9d01399d
YW
670IPv6AcceptRA.DenyList, config_parse_in_addr_prefixes, AF_INET6, offsetof(Network, ndisc_deny_listed_prefix)
671IPv6AcceptRA.BlackList, config_parse_in_addr_prefixes, AF_INET6, offsetof(Network, ndisc_deny_listed_prefix)
39af486a 672IPv6AcceptRA.UseICMP6RateLimit, config_parse_warn_compat, DISABLED_LEGACY, 0
2ed5f6d5 673TrafficControlQueueingDiscipline.Parent, config_parse_qdisc_parent, _QDISC_KIND_INVALID, 0
18de0969
YW
674TrafficControlQueueingDiscipline.NetworkEmulatorDelaySec, config_parse_network_emulator_delay, 0, 0
675TrafficControlQueueingDiscipline.NetworkEmulatorDelayJitterSec, config_parse_network_emulator_delay, 0, 0
676TrafficControlQueueingDiscipline.NetworkEmulatorLossRate, config_parse_network_emulator_rate, 0, 0
677TrafficControlQueueingDiscipline.NetworkEmulatorDuplicateRate, config_parse_network_emulator_rate, 0, 0
678TrafficControlQueueingDiscipline.NetworkEmulatorPacketLimit, config_parse_network_emulator_packet_limit, 0, 0
c03ef420
YW
679FairQueueing.Quantum, config_parse_fair_queueing_size, QDISC_KIND_FQ, 0
680FairQueueing.InitialQuantum, config_parse_fair_queueing_size, QDISC_KIND_FQ, 0
681FairQueueingControlledDelay.MemoryLimit, config_parse_fair_queueing_controlled_delay_size, QDISC_KIND_FQ_CODEL, 0
682FairQueueingControlledDelay.Quantum, config_parse_fair_queueing_controlled_delay_size, QDISC_KIND_FQ_CODEL, 0
683TokenBucketFilter.Burst, config_parse_token_bucket_filter_size, QDISC_KIND_TBF, 0
684TokenBucketFilter.LimitSize, config_parse_token_bucket_filter_size, QDISC_KIND_TBF, 0