sphinx.addnodesdocument)}( rawsourcechildren]( translations LanguagesNode)}(hhh](h pending_xref)}(hhh]docutils.nodesTextChinese (Simplified)}parenthsba attributes}(ids]classes]names]dupnames]backrefs] refdomainstdreftypedoc reftarget(/translations/zh_CN/networking/ip-sysctlmodnameN classnameN refexplicitutagnamehhh ubh)}(hhh]hChinese (Traditional)}hh2sbah}(h]h ]h"]h$]h&] refdomainh)reftypeh+ reftarget(/translations/zh_TW/networking/ip-sysctlmodnameN classnameN refexplicituh1hhh ubh)}(hhh]hItalian}hhFsbah}(h]h ]h"]h$]h&] refdomainh)reftypeh+ reftarget(/translations/it_IT/networking/ip-sysctlmodnameN classnameN refexplicituh1hhh ubh)}(hhh]hJapanese}hhZsbah}(h]h ]h"]h$]h&] refdomainh)reftypeh+ reftarget(/translations/ja_JP/networking/ip-sysctlmodnameN classnameN refexplicituh1hhh ubh)}(hhh]hKorean}hhnsbah}(h]h ]h"]h$]h&] refdomainh)reftypeh+ reftarget(/translations/ko_KR/networking/ip-sysctlmodnameN classnameN refexplicituh1hhh ubh)}(hhh]hSpanish}hhsbah}(h]h ]h"]h$]h&] refdomainh)reftypeh+ reftarget(/translations/sp_SP/networking/ip-sysctlmodnameN classnameN refexplicituh1hhh ubeh}(h]h ]h"]h$]h&]current_languageEnglishuh1h hh _documenthsourceNlineNubhcomment)}(h SPDX-License-Identifier: GPL-2.0h]h SPDX-License-Identifier: GPL-2.0}hhsbah}(h]h ]h"]h$]h&] xml:spacepreserveuh1hhhhhhB/var/lib/git/docbuild/linux/Documentation/networking/ip-sysctl.rsthKubhsection)}(hhh](htitle)}(h IP Sysctlh]h IP Sysctl}(hhhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhhhhhKubh)}(hhh](h)}(h/proc/sys/net/ipv4/* Variablesh]h/proc/sys/net/ipv4/* Variables}(hhhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhhhhhKubhdefinition_list)}(hhh](hdefinition_list_item)}(hX ip_forward - BOOLEAN Forward Packets between interfaces. This variable is special, its change resets all configuration parameters to their default state (RFC1122 for hosts, RFC1812 for routers) Possible values: - 0 (disabled) - 1 (enabled) Default: 0 (disabled) h](hterm)}(hip_forward - BOOLEANh]hip_forward - BOOLEAN}(hhhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhhubh definition)}(hhh](h paragraph)}(h#Forward Packets between interfaces.h]h#Forward Packets between interfaces.}(hhhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhK hhubh)}(hThis variable is special, its change resets all configuration parameters to their default state (RFC1122 for hosts, RFC1812 for routers)h]hThis variable is special, its change resets all configuration parameters to their default state (RFC1122 for hosts, RFC1812 for routers)}(hj hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhK hhubh)}(hPossible values:h]hPossible values:}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhhubh bullet_list)}(hhh](h list_item)}(h 0 (disabled)h]h)}(hj/h]h 0 (disabled)}(hj1hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhj-ubah}(h]h ]h"]h$]h&]uh1j+hj(ubj,)}(h 1 (enabled) h]h)}(h 1 (enabled)h]h 1 (enabled)}(hjHhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhjDubah}(h]h ]h"]h$]h&]uh1j+hj(ubeh}(h]h ]h"]h$]h&]bullet-uh1j&hhhKhhubh)}(hDefault: 0 (disabled)h]hDefault: 0 (disabled)}(hjdhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhhubeh}(h]h ]h"]h$]h&]uh1hhhubeh}(h]h ]h"]h$]h&]uh1hhhhKhhubh)}(hip_default_ttl - INTEGER Default value of TTL field (Time To Live) for outgoing (but not forwarded) IP packets. Should be between 1 and 255 inclusive. Default: 64 (as recommended by RFC1700) h](h)}(hip_default_ttl - INTEGERh]hip_default_ttl - INTEGER}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhj~ubh)}(hhh]h)}(hDefault value of TTL field (Time To Live) for outgoing (but not forwarded) IP packets. Should be between 1 and 255 inclusive. Default: 64 (as recommended by RFC1700)h]hDefault value of TTL field (Time To Live) for outgoing (but not forwarded) IP packets. Should be between 1 and 255 inclusive. Default: 64 (as recommended by RFC1700)}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhjubah}(h]h ]h"]h$]h&]uh1hhj~ubeh}(h]h ]h"]h$]h&]uh1hhhhKhhhhubh)}(hXip_no_pmtu_disc - INTEGER Disable Path MTU Discovery. If enabled in mode 1 and a fragmentation-required ICMP is received, the PMTU to this destination will be set to the smallest of the old MTU to this destination and min_pmtu (see below). You will need to raise min_pmtu to the smallest interface MTU on your system manually if you want to avoid locally generated fragments. In mode 2 incoming Path MTU Discovery messages will be discarded. Outgoing frames are handled the same as in mode 1, implicitly setting IP_PMTUDISC_DONT on every created socket. Mode 3 is a hardened pmtu discover mode. The kernel will only accept fragmentation-needed errors if the underlying protocol can verify them besides a plain socket lookup. Current protocols for which pmtu events will be honored are TCP and SCTP as they verify e.g. the sequence number or the association. This mode should not be enabled globally but is only intended to secure e.g. name servers in namespaces where TCP path mtu must still work but path MTU information of other protocols should be discarded. If enabled globally this mode could break other protocols. Possible values: 0-3 Default: FALSE h](h)}(hip_no_pmtu_disc - INTEGERh]hip_no_pmtu_disc - INTEGER}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhK6hjubh)}(hhh](h)}(hX]Disable Path MTU Discovery. If enabled in mode 1 and a fragmentation-required ICMP is received, the PMTU to this destination will be set to the smallest of the old MTU to this destination and min_pmtu (see below). You will need to raise min_pmtu to the smallest interface MTU on your system manually if you want to avoid locally generated fragments.h]hX]Disable Path MTU Discovery. If enabled in mode 1 and a fragmentation-required ICMP is received, the PMTU to this destination will be set to the smallest of the old MTU to this destination and min_pmtu (see below). You will need to raise min_pmtu to the smallest interface MTU on your system manually if you want to avoid locally generated fragments.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhjubh)}(hIn mode 2 incoming Path MTU Discovery messages will be discarded. Outgoing frames are handled the same as in mode 1, implicitly setting IP_PMTUDISC_DONT on every created socket.h]hIn mode 2 incoming Path MTU Discovery messages will be discarded. Outgoing frames are handled the same as in mode 1, implicitly setting IP_PMTUDISC_DONT on every created socket.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhK%hjubh)}(hX6Mode 3 is a hardened pmtu discover mode. The kernel will only accept fragmentation-needed errors if the underlying protocol can verify them besides a plain socket lookup. Current protocols for which pmtu events will be honored are TCP and SCTP as they verify e.g. the sequence number or the association. This mode should not be enabled globally but is only intended to secure e.g. name servers in namespaces where TCP path mtu must still work but path MTU information of other protocols should be discarded. If enabled globally this mode could break other protocols.h]hX6Mode 3 is a hardened pmtu discover mode. The kernel will only accept fragmentation-needed errors if the underlying protocol can verify them besides a plain socket lookup. Current protocols for which pmtu events will be honored are TCP and SCTP as they verify e.g. the sequence number or the association. This mode should not be enabled globally but is only intended to secure e.g. name servers in namespaces where TCP path mtu must still work but path MTU information of other protocols should be discarded. If enabled globally this mode could break other protocols.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhK)hjubh)}(hPossible values: 0-3h]hPossible values: 0-3}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhK4hjubh)}(hDefault: FALSEh]hDefault: FALSE}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhK6hjubeh}(h]h ]h"]h$]h&]uh1hhjubeh}(h]h ]h"]h$]h&]uh1hhhhK6hhhhubh)}(hmin_pmtu - INTEGER default 552 - minimum Path MTU. Unless this is changed manually, each cached pmtu will never be lower than this setting. h](h)}(hmin_pmtu - INTEGERh]hmin_pmtu - INTEGER}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhK:hjubh)}(hhh]h)}(hxdefault 552 - minimum Path MTU. Unless this is changed manually, each cached pmtu will never be lower than this setting.h]hxdefault 552 - minimum Path MTU. Unless this is changed manually, each cached pmtu will never be lower than this setting.}(hj)hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhK9hj&ubah}(h]h ]h"]h$]h&]uh1hhjubeh}(h]h ]h"]h$]h&]uh1hhhhK:hhhhubh)}(hXip_forward_use_pmtu - BOOLEAN By default we don't trust protocol path MTUs while forwarding because they could be easily forged and can lead to unwanted fragmentation by the router. You only need to enable this if you have user-space software which tries to discover path mtus by itself and depends on the kernel honoring this information. This is normally not the case. Possible values: - 0 (disabled) - 1 (enabled) Default: 0 (disabled) h](h)}(hip_forward_use_pmtu - BOOLEANh]hip_forward_use_pmtu - BOOLEAN}(hjGhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKJhjCubh)}(hhh](h)}(hXTBy default we don't trust protocol path MTUs while forwarding because they could be easily forged and can lead to unwanted fragmentation by the router. You only need to enable this if you have user-space software which tries to discover path mtus by itself and depends on the kernel honoring this information. This is normally not the case.h]hXVBy default we don’t trust protocol path MTUs while forwarding because they could be easily forged and can lead to unwanted fragmentation by the router. You only need to enable this if you have user-space software which tries to discover path mtus by itself and depends on the kernel honoring this information. This is normally not the case.}(hjXhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhK=hjUubh)}(hPossible values:h]hPossible values:}(hjfhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKEhjUubj')}(hhh](j,)}(h 0 (disabled)h]h)}(hjyh]h 0 (disabled)}(hj{hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKGhjwubah}(h]h ]h"]h$]h&]uh1j+hjtubj,)}(h 1 (enabled) h]h)}(h 1 (enabled)h]h 1 (enabled)}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKHhjubah}(h]h ]h"]h$]h&]uh1j+hjtubeh}(h]h ]h"]h$]h&]jbjcuh1j&hhhKGhjUubh)}(hDefault: 0 (disabled)h]hDefault: 0 (disabled)}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKJhjUubeh}(h]h ]h"]h$]h&]uh1hhjCubeh}(h]h ]h"]h$]h&]uh1hhhhKJhhhhubh)}(hXefwmark_reflect - BOOLEAN Controls the fwmark of kernel-generated IPv4 reply packets that are not associated with a socket for example, TCP RSTs or ICMP echo replies). If disabled, these packets have a fwmark of zero. If enabled, they have the fwmark of the packet they are replying to. Possible values: - 0 (disabled) - 1 (enabled) Default: 0 (disabled) h](h)}(hfwmark_reflect - BOOLEANh]hfwmark_reflect - BOOLEAN}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKWhjubh)}(hhh](h)}(hXControls the fwmark of kernel-generated IPv4 reply packets that are not associated with a socket for example, TCP RSTs or ICMP echo replies). If disabled, these packets have a fwmark of zero. If enabled, they have the fwmark of the packet they are replying to.h]hXControls the fwmark of kernel-generated IPv4 reply packets that are not associated with a socket for example, TCP RSTs or ICMP echo replies). If disabled, these packets have a fwmark of zero. If enabled, they have the fwmark of the packet they are replying to.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKMhjubh)}(hPossible values:h]hPossible values:}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKRhjubj')}(hhh](j,)}(h 0 (disabled)h]h)}(hjh]h 0 (disabled)}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKThjubah}(h]h ]h"]h$]h&]uh1j+hjubj,)}(h 1 (enabled) h]h)}(h 1 (enabled)h]h 1 (enabled)}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKUhjubah}(h]h ]h"]h$]h&]uh1j+hjubeh}(h]h ]h"]h$]h&]jbjcuh1j&hhhKThjubh)}(hDefault: 0 (disabled)h]hDefault: 0 (disabled)}(hj/hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKWhjubeh}(h]h ]h"]h$]h&]uh1hhjubeh}(h]h ]h"]h$]h&]uh1hhhhKWhhhhubh)}(hXdfib_multipath_use_neigh - BOOLEAN Use status of existing neighbor entry when determining nexthop for multipath routes. If disabled, neighbor information is not used and packets could be directed to a failed nexthop. Only valid for kernels built with CONFIG_IP_ROUTE_MULTIPATH enabled. Possible values: - 0 (disabled) - 1 (enabled) Default: 0 (disabled) h](h)}(h!fib_multipath_use_neigh - BOOLEANh]h!fib_multipath_use_neigh - BOOLEAN}(hjMhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKdhjIubh)}(hhh](h)}(hUse status of existing neighbor entry when determining nexthop for multipath routes. If disabled, neighbor information is not used and packets could be directed to a failed nexthop. Only valid for kernels built with CONFIG_IP_ROUTE_MULTIPATH enabled.h]hUse status of existing neighbor entry when determining nexthop for multipath routes. If disabled, neighbor information is not used and packets could be directed to a failed nexthop. Only valid for kernels built with CONFIG_IP_ROUTE_MULTIPATH enabled.}(hj^hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKZhj[ubh)}(hPossible values:h]hPossible values:}(hjlhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhK_hj[ubj')}(hhh](j,)}(h 0 (disabled)h]h)}(hjh]h 0 (disabled)}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKahj}ubah}(h]h ]h"]h$]h&]uh1j+hjzubj,)}(h 1 (enabled) h]h)}(h 1 (enabled)h]h 1 (enabled)}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKbhjubah}(h]h ]h"]h$]h&]uh1j+hjzubeh}(h]h ]h"]h$]h&]jbjcuh1j&hhhKahj[ubh)}(hDefault: 0 (disabled)h]hDefault: 0 (disabled)}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKdhj[ubeh}(h]h ]h"]h$]h&]uh1hhjIubeh}(h]h ]h"]h$]h&]uh1hhhhKdhhhhubh)}(hXfib_multipath_hash_policy - INTEGER Controls which hash policy to use for multipath routes. Only valid for kernels built with CONFIG_IP_ROUTE_MULTIPATH enabled. Default: 0 (Layer 3) Possible values: - 0 - Layer 3 - 1 - Layer 4 - 2 - Layer 3 or inner Layer 3 if present - 3 - Custom multipath hash. Fields used for multipath hash calculation are determined by fib_multipath_hash_fields sysctl h](h)}(h#fib_multipath_hash_policy - INTEGERh]h#fib_multipath_hash_policy - INTEGER}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKrhjubh)}(hhh](h)}(h|Controls which hash policy to use for multipath routes. Only valid for kernels built with CONFIG_IP_ROUTE_MULTIPATH enabled.h]h|Controls which hash policy to use for multipath routes. Only valid for kernels built with CONFIG_IP_ROUTE_MULTIPATH enabled.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKghjubh)}(hDefault: 0 (Layer 3)h]hDefault: 0 (Layer 3)}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKjhjubh)}(hPossible values:h]hPossible values:}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKlhjubj')}(hhh](j,)}(h 0 - Layer 3h]h)}(hjh]h 0 - Layer 3}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKnhjubah}(h]h ]h"]h$]h&]uh1j+hj ubj,)}(h 1 - Layer 4h]h)}(hj'h]h 1 - Layer 4}(hj)hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKohj%ubah}(h]h ]h"]h$]h&]uh1j+hj ubj,)}(h'2 - Layer 3 or inner Layer 3 if presenth]h)}(hj>h]h'2 - Layer 3 or inner Layer 3 if present}(hj@hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKphj<ubah}(h]h ]h"]h$]h&]uh1j+hj ubj,)}(hy3 - Custom multipath hash. Fields used for multipath hash calculation are determined by fib_multipath_hash_fields sysctl h]h)}(hx3 - Custom multipath hash. Fields used for multipath hash calculation are determined by fib_multipath_hash_fields sysctlh]hx3 - Custom multipath hash. Fields used for multipath hash calculation are determined by fib_multipath_hash_fields sysctl}(hjWhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKqhjSubah}(h]h ]h"]h$]h&]uh1j+hj ubeh}(h]h ]h"]h$]h&]jbjcuh1j&hhhKnhjubeh}(h]h ]h"]h$]h&]uh1hhjubeh}(h]h ]h"]h$]h&]uh1hhhhKrhhhhubh)}(hXfib_multipath_hash_fields - UNSIGNED INTEGER When fib_multipath_hash_policy is set to 3 (custom multipath hash), the fields used for multipath hash calculation are determined by this sysctl. This value is a bitmask which enables various fields for multipath hash calculation. Possible fields are: ====== ============================ 0x0001 Source IP address 0x0002 Destination IP address 0x0004 IP protocol 0x0008 Unused (Flow Label) 0x0010 Source port 0x0020 Destination port 0x0040 Inner source IP address 0x0080 Inner destination IP address 0x0100 Inner IP protocol 0x0200 Inner Flow Label 0x0400 Inner source port 0x0800 Inner destination port ====== ============================ Default: 0x0007 (source IP, destination IP and IP protocol) h](h)}(h,fib_multipath_hash_fields - UNSIGNED INTEGERh]h,fib_multipath_hash_fields - UNSIGNED INTEGER}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhj}ubh)}(hhh](h)}(hWhen fib_multipath_hash_policy is set to 3 (custom multipath hash), the fields used for multipath hash calculation are determined by this sysctl.h]hWhen fib_multipath_hash_policy is set to 3 (custom multipath hash), the fields used for multipath hash calculation are determined by this sysctl.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKuhjubh)}(hTThis value is a bitmask which enables various fields for multipath hash calculation.h]hTThis value is a bitmask which enables various fields for multipath hash calculation.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKyhjubh)}(hPossible fields are:h]hPossible fields are:}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhK|hjubhtable)}(hhh]htgroup)}(hhh](hcolspec)}(hhh]h}(h]h ]h"]h$]h&]colwidthKuh1jhjubj)}(hhh]h}(h]h ]h"]h$]h&]colwidthKuh1jhjubhtbody)}(hhh](hrow)}(hhh](hentry)}(hhh]h)}(h0x0001h]h0x0001}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhjubah}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh]h)}(hSource IP addressh]hSource IP address}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhjubah}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh](j)}(hhh]h)}(h0x0002h]h0x0002}(hj"hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhjubah}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh]h)}(hDestination IP addressh]hDestination IP address}(hj9hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhj6ubah}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh](j)}(hhh]h)}(h0x0004h]h0x0004}(hjYhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhjVubah}(h]h ]h"]h$]h&]uh1jhjSubj)}(hhh]h)}(h IP protocolh]h IP protocol}(hjphhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhjmubah}(h]h ]h"]h$]h&]uh1jhjSubeh}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh](j)}(hhh]h)}(h0x0008h]h0x0008}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhjubah}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh]h)}(hUnused (Flow Label)h]hUnused (Flow Label)}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhjubah}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh](j)}(hhh]h)}(h0x0010h]h0x0010}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhjubah}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh]h)}(h Source porth]h Source port}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhjubah}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh](j)}(hhh]h)}(h0x0020h]h0x0020}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhjubah}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh]h)}(hDestination porth]hDestination port}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhjubah}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh](j)}(hhh]h)}(h0x0040h]h0x0040}(hj5hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhj2ubah}(h]h ]h"]h$]h&]uh1jhj/ubj)}(hhh]h)}(hInner source IP addressh]hInner source IP address}(hjLhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhjIubah}(h]h ]h"]h$]h&]uh1jhj/ubeh}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh](j)}(hhh]h)}(h0x0080h]h0x0080}(hjlhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhjiubah}(h]h ]h"]h$]h&]uh1jhjfubj)}(hhh]h)}(hInner destination IP addressh]hInner destination IP address}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhjubah}(h]h ]h"]h$]h&]uh1jhjfubeh}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh](j)}(hhh]h)}(h0x0100h]h0x0100}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhjubah}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh]h)}(hInner IP protocolh]hInner IP protocol}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhjubah}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh](j)}(hhh]h)}(h0x0200h]h0x0200}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhjubah}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh]h)}(hInner Flow Labelh]hInner Flow Label}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhjubah}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh](j)}(hhh]h)}(h0x0400h]h0x0400}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhjubah}(h]h ]h"]h$]h&]uh1jhj ubj)}(hhh]h)}(hInner source porth]hInner source port}(hj(hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhj%ubah}(h]h ]h"]h$]h&]uh1jhj ubeh}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh](j)}(hhh]h)}(h0x0800h]h0x0800}(hjHhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhjEubah}(h]h ]h"]h$]h&]uh1jhjBubj)}(hhh]h)}(hInner destination porth]hInner destination port}(hj_hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhj\ubah}(h]h ]h"]h$]h&]uh1jhjBubeh}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]colsKuh1jhjubah}(h]h ]h"]h$]h&]uh1jhjubh)}(h;Default: 0x0007 (source IP, destination IP and IP protocol)h]h;Default: 0x0007 (source IP, destination IP and IP protocol)}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhjubeh}(h]h ]h"]h$]h&]uh1hhj}ubeh}(h]h ]h"]h$]h&]uh1hhhhKhhhhubh)}(hXfib_multipath_hash_seed - UNSIGNED INTEGER The seed value used when calculating hash for multipath routes. Applies to both IPv4 and IPv6 datapath. Only present for kernels built with CONFIG_IP_ROUTE_MULTIPATH enabled. When set to 0, the seed value used for multipath routing defaults to an internal random-generated one. The actual hashing algorithm is not specified -- there is no guarantee that a next hop distribution effected by a given seed will keep stable across kernel versions. Default: 0 (random) h](h)}(h*fib_multipath_hash_seed - UNSIGNED INTEGERh]h*fib_multipath_hash_seed - UNSIGNED INTEGER}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhjubh)}(hhh](h)}(hThe seed value used when calculating hash for multipath routes. Applies to both IPv4 and IPv6 datapath. Only present for kernels built with CONFIG_IP_ROUTE_MULTIPATH enabled.h]hThe seed value used when calculating hash for multipath routes. Applies to both IPv4 and IPv6 datapath. Only present for kernels built with CONFIG_IP_ROUTE_MULTIPATH enabled.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhjubh)}(hfWhen set to 0, the seed value used for multipath routing defaults to an internal random-generated one.h]hfWhen set to 0, the seed value used for multipath routing defaults to an internal random-generated one.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhjubh)}(hThe actual hashing algorithm is not specified -- there is no guarantee that a next hop distribution effected by a given seed will keep stable across kernel versions.h]hThe actual hashing algorithm is not specified -- there is no guarantee that a next hop distribution effected by a given seed will keep stable across kernel versions.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhjubh)}(hDefault: 0 (random)h]hDefault: 0 (random)}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhjubeh}(h]h ]h"]h$]h&]uh1hhjubeh}(h]h ]h"]h$]h&]uh1hhhhKhhhhubh)}(hfib_sync_mem - UNSIGNED INTEGER Amount of dirty memory from fib entries that can be backlogged before synchronize_rcu is forced. Default: 512kB Minimum: 64kB Maximum: 64MB h](h)}(hfib_sync_mem - UNSIGNED INTEGERh]hfib_sync_mem - UNSIGNED INTEGER}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhjubh)}(hhh](h)}(h`Amount of dirty memory from fib entries that can be backlogged before synchronize_rcu is forced.h]h`Amount of dirty memory from fib entries that can be backlogged before synchronize_rcu is forced.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhjubh)}(h.Default: 512kB Minimum: 64kB Maximum: 64MBh]h.Default: 512kB Minimum: 64kB Maximum: 64MB}(hj"hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhjubeh}(h]h ]h"]h$]h&]uh1hhjubeh}(h]h ]h"]h$]h&]uh1hhhhKhhhhubh)}(hXTip_forward_update_priority - INTEGER Whether to update SKB priority from "TOS" field in IPv4 header after it is forwarded. The new SKB priority is mapped from TOS field value according to an rt_tos2priority table (see e.g. man tc-prio). Default: 1 (Update priority.) Possible values: - 0 - Do not update priority. - 1 - Update priority. h](h)}(h$ip_forward_update_priority - INTEGERh]h$ip_forward_update_priority - INTEGER}(hj@hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhj<ubh)}(hhh](h)}(hWhether to update SKB priority from "TOS" field in IPv4 header after it is forwarded. The new SKB priority is mapped from TOS field value according to an rt_tos2priority table (see e.g. man tc-prio).h]hWhether to update SKB priority from “TOS” field in IPv4 header after it is forwarded. The new SKB priority is mapped from TOS field value according to an rt_tos2priority table (see e.g. man tc-prio).}(hjQhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhjNubh)}(hDefault: 1 (Update priority.)h]hDefault: 1 (Update priority.)}(hj_hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhjNubh)}(hPossible values:h]hPossible values:}(hjmhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhjNubj')}(hhh](j,)}(h0 - Do not update priority.h]h)}(hjh]h0 - Do not update priority.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhj~ubah}(h]h ]h"]h$]h&]uh1j+hj{ubj,)}(h1 - Update priority. h]h)}(h1 - Update priority.h]h1 - Update priority.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhjubah}(h]h ]h"]h$]h&]uh1j+hj{ubeh}(h]h ]h"]h$]h&]jbjcuh1j&hhhKhjNubeh}(h]h ]h"]h$]h&]uh1hhj<ubeh}(h]h ]h"]h$]h&]uh1hhhhKhhhhubh)}(hX\route/max_size - INTEGER Maximum number of routes allowed in the kernel. Increase this when using large numbers of interfaces and/or routes. From linux kernel 3.6 onwards, this is deprecated for ipv4 as route cache is no longer used. From linux kernel 6.3 onwards, this is deprecated for ipv6 as garbage collection manages cached route entries. h](h)}(hroute/max_size - INTEGERh]hroute/max_size - INTEGER}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhjubh)}(hhh](h)}(htMaximum number of routes allowed in the kernel. Increase this when using large numbers of interfaces and/or routes.h]htMaximum number of routes allowed in the kernel. Increase this when using large numbers of interfaces and/or routes.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhjubh)}(h\From linux kernel 3.6 onwards, this is deprecated for ipv4 as route cache is no longer used.h]h\From linux kernel 3.6 onwards, this is deprecated for ipv4 as route cache is no longer used.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhjubh)}(hnFrom linux kernel 6.3 onwards, this is deprecated for ipv6 as garbage collection manages cached route entries.h]hnFrom linux kernel 6.3 onwards, this is deprecated for ipv6 as garbage collection manages cached route entries.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhjubeh}(h]h ]h"]h$]h&]uh1hhjubeh}(h]h ]h"]h$]h&]uh1hhhhKhhhhubh)}(hneigh/default/gc_thresh1 - INTEGER Minimum number of entries to keep. Garbage collector will not purge entries if there are fewer than this number. Default: 128 h](h)}(h"neigh/default/gc_thresh1 - INTEGERh]h"neigh/default/gc_thresh1 - INTEGER}(hj hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhj ubh)}(hhh](h)}(hqMinimum number of entries to keep. Garbage collector will not purge entries if there are fewer than this number.h]hqMinimum number of entries to keep. Garbage collector will not purge entries if there are fewer than this number.}(hj hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhj ubh)}(h Default: 128h]h Default: 128}(hj- hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhj ubeh}(h]h ]h"]h$]h&]uh1hhj ubeh}(h]h ]h"]h$]h&]uh1hhhhKhhhhubh)}(hneigh/default/gc_thresh2 - INTEGER Threshold when garbage collector becomes more aggressive about purging entries. Entries older than 5 seconds will be cleared when over this number. Default: 512 h](h)}(h"neigh/default/gc_thresh2 - INTEGERh]h"neigh/default/gc_thresh2 - INTEGER}(hjK hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhjG ubh)}(hhh](h)}(hThreshold when garbage collector becomes more aggressive about purging entries. Entries older than 5 seconds will be cleared when over this number.h]hThreshold when garbage collector becomes more aggressive about purging entries. Entries older than 5 seconds will be cleared when over this number.}(hj\ hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhjY ubh)}(h Default: 512h]h Default: 512}(hjj hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhjY ubeh}(h]h ]h"]h$]h&]uh1hhjG ubeh}(h]h ]h"]h$]h&]uh1hhhhKhhhhubh)}(hneigh/default/gc_thresh3 - INTEGER Maximum number of non-PERMANENT neighbor entries allowed. Increase this when using large numbers of interfaces and when communicating with large numbers of directly-connected peers. Default: 1024 h](h)}(h"neigh/default/gc_thresh3 - INTEGERh]h"neigh/default/gc_thresh3 - INTEGER}(hj hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhj ubh)}(hhh](h)}(hMaximum number of non-PERMANENT neighbor entries allowed. Increase this when using large numbers of interfaces and when communicating with large numbers of directly-connected peers.h]hMaximum number of non-PERMANENT neighbor entries allowed. Increase this when using large numbers of interfaces and when communicating with large numbers of directly-connected peers.}(hj hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhj ubh)}(h Default: 1024h]h Default: 1024}(hj hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhj ubeh}(h]h ]h"]h$]h&]uh1hhj ubeh}(h]h ]h"]h$]h&]uh1hhhhKhhhhubh)}(hXneigh/default/unres_qlen_bytes - INTEGER The maximum number of bytes which may be used by packets queued for each unresolved address by other network layers. (added in linux 3.3) Setting negative value is meaningless and will return error. Default: SK_WMEM_DEFAULT, (same as net.core.wmem_default). Exact value depends on architecture and kernel options, but should be enough to allow queuing 256 packets of medium size. h](h)}(h(neigh/default/unres_qlen_bytes - INTEGERh]h(neigh/default/unres_qlen_bytes - INTEGER}(hj hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhj ubh)}(hhh](h)}(hThe maximum number of bytes which may be used by packets queued for each unresolved address by other network layers. (added in linux 3.3)h]hThe maximum number of bytes which may be used by packets queued for each unresolved address by other network layers. (added in linux 3.3)}(hj hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhj ubh)}(h 0) or bytes-bytes/2^(-tcp_adv_win_scale), if it is <= 0. Possible values are [-31, 31], inclusive. Default: 1 h](h)}(htcp_adv_win_scale - INTEGERh]htcp_adv_win_scale - INTEGER}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMbhjubh)}(hhh](h)}(hObsolete since linux-6.6 Count buffering overhead as bytes/2^tcp_adv_win_scale (if tcp_adv_win_scale > 0) or bytes-bytes/2^(-tcp_adv_win_scale), if it is <= 0.h]hObsolete since linux-6.6 Count buffering overhead as bytes/2^tcp_adv_win_scale (if tcp_adv_win_scale > 0) or bytes-bytes/2^(-tcp_adv_win_scale), if it is <= 0.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM[hjubh)}(h)Possible values are [-31, 31], inclusive.h]h)Possible values are [-31, 31], inclusive.}(hj$hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM`hjubh)}(h Default: 1h]h Default: 1}(hj2hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMbhjubeh}(h]h ]h"]h$]h&]uh1hhjubeh}(h]h ]h"]h$]h&]uh1hhhhMbhj hhubh)}(hXtcp_allowed_congestion_control - STRING Show/set the congestion control choices available to non-privileged processes. The list is a subset of those listed in tcp_available_congestion_control. Default is "reno" and the default setting (tcp_congestion_control). h](h)}(h'tcp_allowed_congestion_control - STRINGh]h'tcp_allowed_congestion_control - STRING}(hjPhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMihjLubh)}(hhh](h)}(hShow/set the congestion control choices available to non-privileged processes. The list is a subset of those listed in tcp_available_congestion_control.h]hShow/set the congestion control choices available to non-privileged processes. The list is a subset of those listed in tcp_available_congestion_control.}(hjahhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMehj^ubh)}(hCDefault is "reno" and the default setting (tcp_congestion_control).h]hGDefault is “reno” and the default setting (tcp_congestion_control).}(hjohhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMihj^ubeh}(h]h ]h"]h$]h&]uh1hhjLubeh}(h]h ]h"]h$]h&]uh1hhhhMihj hhubh)}(htcp_app_win - INTEGER Reserve max(window/2^tcp_app_win, mss) of window for application buffer. Value 0 is special, it means that nothing is reserved. Possible values are [0, 31], inclusive. Default: 31 h](h)}(htcp_app_win - INTEGERh]htcp_app_win - INTEGER}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMqhjubh)}(hhh](h)}(hReserve max(window/2^tcp_app_win, mss) of window for application buffer. Value 0 is special, it means that nothing is reserved.h]hReserve max(window/2^tcp_app_win, mss) of window for application buffer. Value 0 is special, it means that nothing is reserved.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMlhjubh)}(h'Possible values are [0, 31], inclusive.h]h'Possible values are [0, 31], inclusive.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMohjubh)}(h Default: 31h]h Default: 31}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMqhjubeh}(h]h ]h"]h$]h&]uh1hhjubeh}(h]h ]h"]h$]h&]uh1hhhhMqhj hhubh)}(hXtcp_autocorking - BOOLEAN Enable TCP auto corking : When applications do consecutive small write()/sendmsg() system calls, we try to coalesce these small writes as much as possible, to lower total amount of sent packets. This is done if at least one prior packet for the flow is waiting in Qdisc queues or device transmit queue. Applications can still use TCP_CORK for optimal behavior when they know how/when to uncork their sockets. Possible values: - 0 (disabled) - 1 (enabled) Default: 1 (enabled) h](h)}(htcp_autocorking - BOOLEANh]htcp_autocorking - BOOLEAN}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjubh)}(hhh](h)}(hXEnable TCP auto corking : When applications do consecutive small write()/sendmsg() system calls, we try to coalesce these small writes as much as possible, to lower total amount of sent packets. This is done if at least one prior packet for the flow is waiting in Qdisc queues or device transmit queue. Applications can still use TCP_CORK for optimal behavior when they know how/when to uncork their sockets.h]hXEnable TCP auto corking : When applications do consecutive small write()/sendmsg() system calls, we try to coalesce these small writes as much as possible, to lower total amount of sent packets. This is done if at least one prior packet for the flow is waiting in Qdisc queues or device transmit queue. Applications can still use TCP_CORK for optimal behavior when they know how/when to uncork their sockets.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMthjubh)}(hPossible values:h]hPossible values:}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM|hjubj')}(hhh](j,)}(h 0 (disabled)h]h)}(hj h]h 0 (disabled)}(hj hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM~hjubah}(h]h ]h"]h$]h&]uh1j+hjubj,)}(h 1 (enabled) h]h)}(h 1 (enabled)h]h 1 (enabled)}(hj#hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjubah}(h]h ]h"]h$]h&]uh1j+hjubeh}(h]h ]h"]h$]h&]jbjcuh1j&hhhM~hjubh)}(hDefault: 1 (enabled)h]hDefault: 1 (enabled)}(hj=hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjubeh}(h]h ]h"]h$]h&]uh1hhjubeh}(h]h ]h"]h$]h&]uh1hhhhMhj hhubh)}(htcp_available_congestion_control - STRING Shows the available congestion control choices that are registered. More congestion control algorithms may be available as modules, but not loaded. h](h)}(h)tcp_available_congestion_control - STRINGh]h)tcp_available_congestion_control - STRING}(hj[hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjWubh)}(hhh]h)}(hShows the available congestion control choices that are registered. More congestion control algorithms may be available as modules, but not loaded.h]hShows the available congestion control choices that are registered. More congestion control algorithms may be available as modules, but not loaded.}(hjlhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjiubah}(h]h ]h"]h$]h&]uh1hhjWubeh}(h]h ]h"]h$]h&]uh1hhhhMhj hhubh)}(htcp_base_mss - INTEGER The initial value of search_low to be used by the packetization layer Path MTU discovery (MTU probing). If MTU probing is enabled, this is the initial MSS used by the connection. h](h)}(htcp_base_mss - INTEGERh]htcp_base_mss - INTEGER}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjubh)}(hhh]h)}(hThe initial value of search_low to be used by the packetization layer Path MTU discovery (MTU probing). If MTU probing is enabled, this is the initial MSS used by the connection.h]hThe initial value of search_low to be used by the packetization layer Path MTU discovery (MTU probing). If MTU probing is enabled, this is the initial MSS used by the connection.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjubah}(h]h ]h"]h$]h&]uh1hhjubeh}(h]h ]h"]h$]h&]uh1hhhhMhj hhubh)}(htcp_mtu_probe_floor - INTEGER If MTU probing is enabled this caps the minimum MSS used for search_low for the connection. Default : 48 h](h)}(htcp_mtu_probe_floor - INTEGERh]htcp_mtu_probe_floor - INTEGER}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjubh)}(hhh](h)}(h[If MTU probing is enabled this caps the minimum MSS used for search_low for the connection.h]h[If MTU probing is enabled this caps the minimum MSS used for search_low for the connection.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjubh)}(h Default : 48h]h Default : 48}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjubeh}(h]h ]h"]h$]h&]uh1hhjubeh}(h]h ]h"]h$]h&]uh1hhhhMhj hhubh)}(hXtcp_min_snd_mss - INTEGER TCP SYN and SYNACK messages usually advertise an ADVMSS option, as described in RFC 1122 and RFC 6691. If this ADVMSS option is smaller than tcp_min_snd_mss, it is silently capped to tcp_min_snd_mss. Default : 48 (at least 8 bytes of payload per segment) h](h)}(htcp_min_snd_mss - INTEGERh]htcp_min_snd_mss - INTEGER}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjubh)}(hhh](h)}(hfTCP SYN and SYNACK messages usually advertise an ADVMSS option, as described in RFC 1122 and RFC 6691.h]hfTCP SYN and SYNACK messages usually advertise an ADVMSS option, as described in RFC 1122 and RFC 6691.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjubh)}(h`If this ADVMSS option is smaller than tcp_min_snd_mss, it is silently capped to tcp_min_snd_mss.h]h`If this ADVMSS option is smaller than tcp_min_snd_mss, it is silently capped to tcp_min_snd_mss.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjubh)}(h6Default : 48 (at least 8 bytes of payload per segment)h]h6Default : 48 (at least 8 bytes of payload per segment)}(hj#hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjubeh}(h]h ]h"]h$]h&]uh1hhjubeh}(h]h ]h"]h$]h&]uh1hhhhMhj hhubh)}(hXtcp_congestion_control - STRING Set the congestion control algorithm to be used for new connections. The algorithm "reno" is always available, but additional choices may be available based on kernel configuration. Default is set as part of kernel configuration. For passive connections, the listener congestion control choice is inherited. [see setsockopt(listenfd, SOL_TCP, TCP_CONGESTION, "name" ...) ] h](h)}(htcp_congestion_control - STRINGh]htcp_congestion_control - STRING}(hjAhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj=ubh)}(hhh](h)}(hX3Set the congestion control algorithm to be used for new connections. The algorithm "reno" is always available, but additional choices may be available based on kernel configuration. Default is set as part of kernel configuration. For passive connections, the listener congestion control choice is inherited.h]hX7Set the congestion control algorithm to be used for new connections. The algorithm “reno” is always available, but additional choices may be available based on kernel configuration. Default is set as part of kernel configuration. For passive connections, the listener congestion control choice is inherited.}(hjRhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjOubh)}(h@[see setsockopt(listenfd, SOL_TCP, TCP_CONGESTION, "name" ...) ]h]hD[see setsockopt(listenfd, SOL_TCP, TCP_CONGESTION, “name” ...) ]}(hj`hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjOubeh}(h]h ]h"]h$]h&]uh1hhj=ubeh}(h]h ]h"]h$]h&]uh1hhhhMhj hhubh)}(htcp_dsack - BOOLEAN Allows TCP to send "duplicate" SACKs. Possible values: - 0 (disabled) - 1 (enabled) Default: 1 (enabled) h](h)}(htcp_dsack - BOOLEANh]htcp_dsack - BOOLEAN}(hj~hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjzubh)}(hhh](h)}(h%Allows TCP to send "duplicate" SACKs.h]h)Allows TCP to send “duplicate” SACKs.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjubh)}(hPossible values:h]hPossible values:}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjubj')}(hhh](j,)}(h 0 (disabled)h]h)}(hjh]h 0 (disabled)}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjubah}(h]h ]h"]h$]h&]uh1j+hjubj,)}(h 1 (enabled) h]h)}(h 1 (enabled)h]h 1 (enabled)}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjubah}(h]h ]h"]h$]h&]uh1j+hjubeh}(h]h ]h"]h$]h&]jbjcuh1j&hhhMhjubh)}(hDefault: 1 (enabled)h]hDefault: 1 (enabled)}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjubeh}(h]h ]h"]h$]h&]uh1hhjzubeh}(h]h ]h"]h$]h&]uh1hhhhMhj hhubh)}(hXtcp_early_retrans - INTEGER Tail loss probe (TLP) converts RTOs occurring due to tail losses into fast recovery (RFC8985). Note that TLP requires RACK to function properly (see tcp_recovery below) Possible values: - 0 disables TLP - 3 or 4 enables TLP Default: 3 h](h)}(htcp_early_retrans - INTEGERh]htcp_early_retrans - INTEGER}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjubh)}(hhh](h)}(hTail loss probe (TLP) converts RTOs occurring due to tail losses into fast recovery (RFC8985). Note that TLP requires RACK to function properly (see tcp_recovery below)h]hTail loss probe (TLP) converts RTOs occurring due to tail losses into fast recovery (RFC8985). Note that TLP requires RACK to function properly (see tcp_recovery below)}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjubh)}(hPossible values:h]hPossible values:}(hj hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjubj )}(h&- 0 disables TLP - 3 or 4 enables TLP h]j')}(hhh](j,)}(h0 disables TLPh]h)}(hj7h]h0 disables TLP}(hj9hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj5ubah}(h]h ]h"]h$]h&]uh1j+hj2ubj,)}(h3 or 4 enables TLP h]h)}(h3 or 4 enables TLPh]h3 or 4 enables TLP}(hjPhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjLubah}(h]h ]h"]h$]h&]uh1j+hj2ubeh}(h]h ]h"]h$]h&]jbjcuh1j&hhhMhj.ubah}(h]h ]h"]h$]h&]uh1j hhhMhjubh)}(h Default: 3h]h Default: 3}(hjphhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjubeh}(h]h ]h"]h$]h&]uh1hhjubeh}(h]h ]h"]h$]h&]uh1hhhhMhj hhubh)}(hXtcp_ecn - INTEGER Control use of Explicit Congestion Notification (ECN) by TCP. ECN is used only when both ends of the TCP connection indicate support for it. This feature is useful in avoiding losses due to congestion by allowing supporting routers to signal congestion before having to drop packets. A host that supports ECN both sends ECN at the IP layer and feeds back ECN at the TCP layer. The highest variant of ECN feedback that both peers support is chosen by the ECN negotiation (Accurate ECN, ECN, or no ECN). The highest negotiated variant for incoming connection requests and the highest variant requested by outgoing connection attempts: ===== ==================== ==================== Value Incoming connections Outgoing connections ===== ==================== ==================== 0 No ECN No ECN 1 ECN ECN 2 ECN No ECN 3 AccECN AccECN 4 AccECN ECN 5 AccECN No ECN ===== ==================== ==================== Default: 2 h](h)}(htcp_ecn - INTEGERh]htcp_ecn - INTEGER}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjubh)}(hhh](h)}(hXControl use of Explicit Congestion Notification (ECN) by TCP. ECN is used only when both ends of the TCP connection indicate support for it. This feature is useful in avoiding losses due to congestion by allowing supporting routers to signal congestion before having to drop packets. A host that supports ECN both sends ECN at the IP layer and feeds back ECN at the TCP layer. The highest variant of ECN feedback that both peers support is chosen by the ECN negotiation (Accurate ECN, ECN, or no ECN).h]hXControl use of Explicit Congestion Notification (ECN) by TCP. ECN is used only when both ends of the TCP connection indicate support for it. This feature is useful in avoiding losses due to congestion by allowing supporting routers to signal congestion before having to drop packets. A host that supports ECN both sends ECN at the IP layer and feeds back ECN at the TCP layer. The highest variant of ECN feedback that both peers support is chosen by the ECN negotiation (Accurate ECN, ECN, or no ECN).}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjubh)}(hThe highest negotiated variant for incoming connection requests and the highest variant requested by outgoing connection attempts:h]hThe highest negotiated variant for incoming connection requests and the highest variant requested by outgoing connection attempts:}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjubj)}(hhh]j)}(hhh](j)}(hhh]h}(h]h ]h"]h$]h&]colwidthKuh1jhjubj)}(hhh]h}(h]h ]h"]h$]h&]colwidthKuh1jhjubj)}(hhh]h}(h]h ]h"]h$]h&]colwidthKuh1jhjubhthead)}(hhh]j)}(hhh](j)}(hhh]h)}(hValueh]hValue}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjubah}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh]h)}(hIncoming connectionsh]hIncoming connections}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjubah}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh]h)}(hOutgoing connectionsh]hOutgoing connections}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjubah}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]uh1jhjubah}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh](j)}(hhh](j)}(hhh]h)}(h0h]h0}(hjAhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj>ubah}(h]h ]h"]h$]h&]uh1jhj;ubj)}(hhh]h)}(hNo ECNh]hNo ECN}(hjXhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjUubah}(h]h ]h"]h$]h&]uh1jhj;ubj)}(hhh]h)}(hNo ECNh]hNo ECN}(hjohhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjlubah}(h]h ]h"]h$]h&]uh1jhj;ubeh}(h]h ]h"]h$]h&]uh1jhj8ubj)}(hhh](j)}(hhh]h)}(h1h]h1}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjubah}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh]h)}(hECNh]hECN}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjubah}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh]h)}(hECNh]hECN}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjubah}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]uh1jhj8ubj)}(hhh](j)}(hhh]h)}(h2h]h2}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjubah}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh]h)}(hECNh]hECN}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjubah}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh]h)}(hNo ECNh]hNo ECN}(hj hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjubah}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]uh1jhj8ubj)}(hhh](j)}(hhh]h)}(h3h]h3}(hj+hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj(ubah}(h]h ]h"]h$]h&]uh1jhj%ubj)}(hhh]h)}(hAccECNh]hAccECN}(hjBhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj?ubah}(h]h ]h"]h$]h&]uh1jhj%ubj)}(hhh]h)}(hAccECNh]hAccECN}(hjYhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjVubah}(h]h ]h"]h$]h&]uh1jhj%ubeh}(h]h ]h"]h$]h&]uh1jhj8ubj)}(hhh](j)}(hhh]h)}(h4h]h4}(hjyhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjvubah}(h]h ]h"]h$]h&]uh1jhjsubj)}(hhh]h)}(hAccECNh]hAccECN}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjubah}(h]h ]h"]h$]h&]uh1jhjsubj)}(hhh]h)}(hECNh]hECN}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjubah}(h]h ]h"]h$]h&]uh1jhjsubeh}(h]h ]h"]h$]h&]uh1jhj8ubj)}(hhh](j)}(hhh]h)}(h5h]h5}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjubah}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh]h)}(hAccECNh]hAccECN}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjubah}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh]h)}(hNo ECNh]hNo ECN}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjubah}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]uh1jhj8ubeh}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]colsKuh1jhjubah}(h]h ]h"]h$]h&]uh1jhjubh)}(h Default: 2h]h Default: 2}(hj"hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjubeh}(h]h ]h"]h$]h&]uh1hhjubeh}(h]h ]h"]h$]h&]uh1hhhhMhj hhubh)}(hXtcp_ecn_option - INTEGER Control Accurate ECN (AccECN) option sending when AccECN has been successfully negotiated during handshake. Send logic inhibits sending AccECN options regarless of this setting when no AccECN option has been seen for the reverse direction. Possible values are: = ============================================================ 0 Never send AccECN option. This also disables sending AccECN option in SYN/ACK during handshake. 1 Send AccECN option sparingly according to the minimum option rules outlined in draft-ietf-tcpm-accurate-ecn. 2 Send AccECN option on every packet whenever it fits into TCP option space. = ============================================================ Default: 2 h](h)}(htcp_ecn_option - INTEGERh]htcp_ecn_option - INTEGER}(hj@hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj<ubh)}(hhh](h)}(hControl Accurate ECN (AccECN) option sending when AccECN has been successfully negotiated during handshake. Send logic inhibits sending AccECN options regarless of this setting when no AccECN option has been seen for the reverse direction.h]hControl Accurate ECN (AccECN) option sending when AccECN has been successfully negotiated during handshake. Send logic inhibits sending AccECN options regarless of this setting when no AccECN option has been seen for the reverse direction.}(hjQhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjNubh)}(hPossible values are:h]hPossible values are:}(hj_hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjNubj)}(hhh]j)}(hhh](j)}(hhh]h}(h]h ]h"]h$]h&]colwidthKuh1jhjpubj)}(hhh]h}(h]h ]h"]h$]h&]colwidthKhjubah}(h]h ]h"]h$]h&]uh1hhj ubeh}(h]h ]h"]h$]h&]uh1hhhhM?hj hhubh)}(htcp_keepalive_probes - INTEGER How many keepalive probes TCP sends out, until it decides that the connection is broken. Default value: 9. h](h)}(htcp_keepalive_probes - INTEGERh]htcp_keepalive_probes - INTEGER}(hj@hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMChj<ubh)}(hhh]h)}(hjHow many keepalive probes TCP sends out, until it decides that the connection is broken. Default value: 9.h]hjHow many keepalive probes TCP sends out, until it decides that the connection is broken. Default value: 9.}(hjQhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMBhjNubah}(h]h ]h"]h$]h&]uh1hhj<ubeh}(h]h ]h"]h$]h&]uh1hhhhMChj hhubh)}(hXtcp_keepalive_intvl - INTEGER How frequently the probes are send out. Multiplied by tcp_keepalive_probes it is time to kill not responding connection, after probes started. Default value: 75sec i.e. connection will be aborted after ~11 minutes of retries. h](h)}(htcp_keepalive_intvl - INTEGERh]htcp_keepalive_intvl - INTEGER}(hjohhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMIhjkubh)}(hhh]h)}(hHow frequently the probes are send out. Multiplied by tcp_keepalive_probes it is time to kill not responding connection, after probes started. Default value: 75sec i.e. connection will be aborted after ~11 minutes of retries.h]hHow frequently the probes are send out. Multiplied by tcp_keepalive_probes it is time to kill not responding connection, after probes started. Default value: 75sec i.e. connection will be aborted after ~11 minutes of retries.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMFhj}ubah}(h]h ]h"]h$]h&]uh1hhjkubeh}(h]h ]h"]h$]h&]uh1hhhhMIhj hhubh)}(hXtcp_l3mdev_accept - BOOLEAN Enables child sockets to inherit the L3 master device index. Enabling this option allows a "global" listen socket to work across L3 master domains (e.g., VRFs) with connected sockets derived from the listen socket to be bound to the L3 domain in which the packets originated. Only valid when the kernel was compiled with CONFIG_NET_L3_MASTER_DEV. Possible values: - 0 (disabled) - 1 (enabled) Default: 0 (disabled) h](h)}(htcp_l3mdev_accept - BOOLEANh]htcp_l3mdev_accept - BOOLEAN}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMXhjubh)}(hhh](h)}(hXZEnables child sockets to inherit the L3 master device index. Enabling this option allows a "global" listen socket to work across L3 master domains (e.g., VRFs) with connected sockets derived from the listen socket to be bound to the L3 domain in which the packets originated. Only valid when the kernel was compiled with CONFIG_NET_L3_MASTER_DEV.h]hX^Enables child sockets to inherit the L3 master device index. Enabling this option allows a “global” listen socket to work across L3 master domains (e.g., VRFs) with connected sockets derived from the listen socket to be bound to the L3 domain in which the packets originated. Only valid when the kernel was compiled with CONFIG_NET_L3_MASTER_DEV.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMLhjubh)}(hPossible values:h]hPossible values:}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMShjubj')}(hhh](j,)}(h 0 (disabled)h]h)}(hjh]h 0 (disabled)}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMUhjubah}(h]h ]h"]h$]h&]uh1j+hjubj,)}(h 1 (enabled) h]h)}(h 1 (enabled)h]h 1 (enabled)}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMVhjubah}(h]h ]h"]h$]h&]uh1j+hjubeh}(h]h ]h"]h$]h&]jbjcuh1j&hhhMUhjubh)}(hDefault: 0 (disabled)h]hDefault: 0 (disabled)}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMXhjubeh}(h]h ]h"]h$]h&]uh1hhjubeh}(h]h ]h"]h$]h&]uh1hhhhMXhj hhubh)}(hMtcp_low_latency - BOOLEAN This is a legacy option, it has no effect anymore. h](h)}(htcp_low_latency - BOOLEANh]htcp_low_latency - BOOLEAN}(hj!hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM[hjubh)}(hhh]h)}(h2This is a legacy option, it has no effect anymore.h]h2This is a legacy option, it has no effect anymore.}(hj2hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM[hj/ubah}(h]h ]h"]h$]h&]uh1hhjubeh}(h]h ]h"]h$]h&]uh1hhhhM[hj hhubh)}(hXStcp_max_orphans - INTEGER Maximal number of TCP sockets not attached to any user file handle, held by system. If this number is exceeded orphaned connections are reset immediately and warning is printed. This limit exists only to prevent simple DoS attacks, you _must_ not rely on this or lower the limit artificially, but rather increase it (probably, after increasing installed memory), if network conditions require more than default value, and tune network services to linger and kill such states more aggressively. Let me to remind again: each orphan eats up to ~64K of unswappable memory. h](h)}(htcp_max_orphans - INTEGERh]htcp_max_orphans - INTEGER}(hjPhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMghjLubh)}(hhh]h)}(hX8Maximal number of TCP sockets not attached to any user file handle, held by system. If this number is exceeded orphaned connections are reset immediately and warning is printed. This limit exists only to prevent simple DoS attacks, you _must_ not rely on this or lower the limit artificially, but rather increase it (probably, after increasing installed memory), if network conditions require more than default value, and tune network services to linger and kill such states more aggressively. Let me to remind again: each orphan eats up to ~64K of unswappable memory.h]hX8Maximal number of TCP sockets not attached to any user file handle, held by system. If this number is exceeded orphaned connections are reset immediately and warning is printed. This limit exists only to prevent simple DoS attacks, you _must_ not rely on this or lower the limit artificially, but rather increase it (probably, after increasing installed memory), if network conditions require more than default value, and tune network services to linger and kill such states more aggressively. Let me to remind again: each orphan eats up to ~64K of unswappable memory.}(hjahhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM^hj^ubah}(h]h ]h"]h$]h&]uh1hhjLubeh}(h]h ]h"]h$]h&]uh1hhhhMghj hhubh)}(hXtcp_max_syn_backlog - INTEGER Maximal number of remembered connection requests (SYN_RECV), which have not received an acknowledgment from connecting client. This is a per-listener limit. The minimal value is 128 for low memory machines, and it will increase in proportion to the memory of machine. If server suffers from overload, try increasing this number. Remember to also check /proc/sys/net/core/somaxconn A SYN_RECV request socket consumes about 304 bytes of memory. h](h)}(htcp_max_syn_backlog - INTEGERh]htcp_max_syn_backlog - INTEGER}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMuhj{ubh)}(hhh](h)}(h~Maximal number of remembered connection requests (SYN_RECV), which have not received an acknowledgment from connecting client.h]h~Maximal number of remembered connection requests (SYN_RECV), which have not received an acknowledgment from connecting client.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMjhjubh)}(hThis is a per-listener limit.h]hThis is a per-listener limit.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMmhjubh)}(hnThe minimal value is 128 for low memory machines, and it will increase in proportion to the memory of machine.h]hnThe minimal value is 128 for low memory machines, and it will increase in proportion to the memory of machine.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMohjubh)}(h"hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMahj;"ubh)}(hDefault : 100,000 ns (100 us)h]hDefault : 100,000 ns (100 us)}(hjL"hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMfhj;"ubeh}(h]h ]h"]h$]h&]uh1hhj)"ubeh}(h]h ]h"]h$]h&]uh1hhhhMfhj hhubh)}(hwtcp_comp_sack_nr - INTEGER Max number of SACK that can be compressed. Using 0 disables SACK compression. Default : 44 h](h)}(htcp_comp_sack_nr - INTEGERh]htcp_comp_sack_nr - INTEGER}(hjj"hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMlhjf"ubh)}(hhh](h)}(hMMax number of SACK that can be compressed. Using 0 disables SACK compression.h]hMMax number of SACK that can be compressed. Using 0 disables SACK compression.}(hj{"hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMihjx"ubh)}(h Default : 44h]h Default : 44}(hj"hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMlhjx"ubeh}(h]h ]h"]h$]h&]uh1hhjf"ubeh}(h]h ]h"]h$]h&]uh1hhhhMlhj hhubh)}(hXtcp_backlog_ack_defer - BOOLEAN If enabled, user thread processing socket backlog tries sending one ACK for the whole queue. This helps to avoid potential long latencies at end of a TCP socket syscall. Possible values: - 0 (disabled) - 1 (enabled) Default: 1 (enabled) h](h)}(htcp_backlog_ack_defer - BOOLEANh]htcp_backlog_ack_defer - BOOLEAN}(hj"hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMxhj"ubh)}(hhh](h)}(hIf enabled, user thread processing socket backlog tries sending one ACK for the whole queue. This helps to avoid potential long latencies at end of a TCP socket syscall.h]hIf enabled, user thread processing socket backlog tries sending one ACK for the whole queue. This helps to avoid potential long latencies at end of a TCP socket syscall.}(hj"hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMohj"ubh)}(hPossible values:h]hPossible values:}(hj"hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMshj"ubj')}(hhh](j,)}(h 0 (disabled)h]h)}(hj"h]h 0 (disabled)}(hj"hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMuhj"ubah}(h]h ]h"]h$]h&]uh1j+hj"ubj,)}(h 1 (enabled) h]h)}(h 1 (enabled)h]h 1 (enabled)}(hj"hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMvhj"ubah}(h]h ]h"]h$]h&]uh1j+hj"ubeh}(h]h ]h"]h$]h&]jbjcuh1j&hhhMuhj"ubh)}(hDefault: 1 (enabled)h]hDefault: 1 (enabled)}(hj #hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMxhj"ubeh}(h]h ]h"]h$]h&]uh1hhj"ubeh}(h]h ]h"]h$]h&]uh1hhhhMxhj hhubh)}(hXDtcp_slow_start_after_idle - BOOLEAN If enabled, provide RFC2861 behavior and time out the congestion window after an idle period. An idle period is defined at the current RTO. If unset, the congestion window will not be timed out after an idle period. Possible values: - 0 (disabled) - 1 (enabled) Default: 1 (enabled) h](h)}(h#tcp_slow_start_after_idle - BOOLEANh]h#tcp_slow_start_after_idle - BOOLEAN}(hj*#hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj&#ubh)}(hhh](h)}(hIf enabled, provide RFC2861 behavior and time out the congestion window after an idle period. An idle period is defined at the current RTO. If unset, the congestion window will not be timed out after an idle period.h]hIf enabled, provide RFC2861 behavior and time out the congestion window after an idle period. An idle period is defined at the current RTO. If unset, the congestion window will not be timed out after an idle period.}(hj;#hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM{hj8#ubh)}(hPossible values:h]hPossible values:}(hjI#hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj8#ubj')}(hhh](j,)}(h 0 (disabled)h]h)}(hj\#h]h 0 (disabled)}(hj^#hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjZ#ubah}(h]h ]h"]h$]h&]uh1j+hjW#ubj,)}(h 1 (enabled) h]h)}(h 1 (enabled)h]h 1 (enabled)}(hju#hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjq#ubah}(h]h ]h"]h$]h&]uh1j+hjW#ubeh}(h]h ]h"]h$]h&]jbjcuh1j&hhhMhj8#ubh)}(hDefault: 1 (enabled)h]hDefault: 1 (enabled)}(hj#hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj8#ubeh}(h]h ]h"]h$]h&]uh1hhj&#ubeh}(h]h ]h"]h$]h&]uh1hhhhMhj hhubh)}(hXtcp_stdurg - BOOLEAN Use the Host requirements interpretation of the TCP urgent pointer field. Most hosts use the older BSD interpretation, so if enabled, Linux might not communicate correctly with them. Possible values: - 0 (disabled) - 1 (enabled) Default: 0 (disabled) h](h)}(htcp_stdurg - BOOLEANh]htcp_stdurg - BOOLEAN}(hj#hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj#ubh)}(hhh](h)}(hUse the Host requirements interpretation of the TCP urgent pointer field. Most hosts use the older BSD interpretation, so if enabled, Linux might not communicate correctly with them.h]hUse the Host requirements interpretation of the TCP urgent pointer field. Most hosts use the older BSD interpretation, so if enabled, Linux might not communicate correctly with them.}(hj#hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj#ubh)}(hPossible values:h]hPossible values:}(hj#hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj#ubj')}(hhh](j,)}(h 0 (disabled)h]h)}(hj#h]h 0 (disabled)}(hj#hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj#ubah}(h]h ]h"]h$]h&]uh1j+hj#ubj,)}(h 1 (enabled) h]h)}(h 1 (enabled)h]h 1 (enabled)}(hj#hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj#ubah}(h]h ]h"]h$]h&]uh1j+hj#ubeh}(h]h ]h"]h$]h&]jbjcuh1j&hhhMhj#ubh)}(hDefault: 0 (disabled)h]hDefault: 0 (disabled)}(hj$hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj#ubeh}(h]h ]h"]h$]h&]uh1hhj#ubeh}(h]h ]h"]h$]h&]uh1hhhhMhj hhubh)}(hX_tcp_synack_retries - INTEGER Number of times SYNACKs for a passive TCP connection attempt will be retransmitted. Should not be higher than 255. Default value is 5, which corresponds to 31seconds till the last retransmission with the current initial RTO of 1second. With this the final timeout for a passive TCP connection will happen after 63seconds. h](h)}(htcp_synack_retries - INTEGERh]htcp_synack_retries - INTEGER}(hj0$hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj,$ubh)}(hhh]h)}(hXANumber of times SYNACKs for a passive TCP connection attempt will be retransmitted. Should not be higher than 255. Default value is 5, which corresponds to 31seconds till the last retransmission with the current initial RTO of 1second. With this the final timeout for a passive TCP connection will happen after 63seconds.h]hXANumber of times SYNACKs for a passive TCP connection attempt will be retransmitted. Should not be higher than 255. Default value is 5, which corresponds to 31seconds till the last retransmission with the current initial RTO of 1second. With this the final timeout for a passive TCP connection will happen after 63seconds.}(hjA$hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj>$ubah}(h]h ]h"]h$]h&]uh1hhj,$ubeh}(h]h ]h"]h$]h&]uh1hhhhMhj hhubh)}(hXStcp_syncookies - INTEGER Only valid when the kernel was compiled with CONFIG_SYN_COOKIES Send out syncookies when the syn backlog queue of a socket overflows. This is to prevent against the common 'SYN flood attack' Default: 1 Note, that syncookies is fallback facility. It MUST NOT be used to help highly loaded servers to stand against legal connection rate. If you see SYN flood warnings in your logs, but investigation shows that they occur because of overload with legal connections, you should tune another parameters until this warning disappear. See: tcp_max_syn_backlog, tcp_synack_retries, tcp_abort_on_overflow. syncookies seriously violate TCP protocol, do not allow to use TCP extensions, can result in serious degradation of some services (f.e. SMTP relaying), visible not by you, but your clients and relays, contacting you. While you see SYN flood warnings in logs not being really flooded, your server is seriously misconfigured. If you want to test which effects syncookies have to your network connections you can set this knob to 2 to enable unconditionally generation of syncookies. h](h)}(htcp_syncookies - INTEGERh]htcp_syncookies - INTEGER}(hj_$hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj[$ubh)}(hhh](h)}(hOnly valid when the kernel was compiled with CONFIG_SYN_COOKIES Send out syncookies when the syn backlog queue of a socket overflows. This is to prevent against the common 'SYN flood attack' Default: 1h]hOnly valid when the kernel was compiled with CONFIG_SYN_COOKIES Send out syncookies when the syn backlog queue of a socket overflows. This is to prevent against the common ‘SYN flood attack’ Default: 1}(hjp$hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjm$ubh)}(hXNote, that syncookies is fallback facility. It MUST NOT be used to help highly loaded servers to stand against legal connection rate. If you see SYN flood warnings in your logs, but investigation shows that they occur because of overload with legal connections, you should tune another parameters until this warning disappear. See: tcp_max_syn_backlog, tcp_synack_retries, tcp_abort_on_overflow.h]hXNote, that syncookies is fallback facility. It MUST NOT be used to help highly loaded servers to stand against legal connection rate. If you see SYN flood warnings in your logs, but investigation shows that they occur because of overload with legal connections, you should tune another parameters until this warning disappear. See: tcp_max_syn_backlog, tcp_synack_retries, tcp_abort_on_overflow.}(hj~$hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjm$ubh)}(hXCsyncookies seriously violate TCP protocol, do not allow to use TCP extensions, can result in serious degradation of some services (f.e. SMTP relaying), visible not by you, but your clients and relays, contacting you. While you see SYN flood warnings in logs not being really flooded, your server is seriously misconfigured.h]hXCsyncookies seriously violate TCP protocol, do not allow to use TCP extensions, can result in serious degradation of some services (f.e. SMTP relaying), visible not by you, but your clients and relays, contacting you. While you see SYN flood warnings in logs not being really flooded, your server is seriously misconfigured.}(hj$hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjm$ubh)}(hIf you want to test which effects syncookies have to your network connections you can set this knob to 2 to enable unconditionally generation of syncookies.h]hIf you want to test which effects syncookies have to your network connections you can set this knob to 2 to enable unconditionally generation of syncookies.}(hj$hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjm$ubeh}(h]h ]h"]h$]h&]uh1hhj[$ubeh}(h]h ]h"]h$]h&]uh1hhhhMhj hhubh)}(hXtcp_migrate_req - BOOLEAN The incoming connection is tied to a specific listening socket when the initial SYN packet is received during the three-way handshake. When a listener is closed, in-flight request sockets during the handshake and established sockets in the accept queue are aborted. If the listener has SO_REUSEPORT enabled, other listeners on the same port should have been able to accept such connections. This option makes it possible to migrate such child sockets to another listener after close() or shutdown(). The BPF_SK_REUSEPORT_SELECT_OR_MIGRATE type of eBPF program should usually be used to define the policy to pick an alive listener. Otherwise, the kernel will randomly pick an alive listener only if this option is enabled. Note that migration between listeners with different settings may crash applications. Let's say migration happens from listener A to B, and only B has TCP_SAVE_SYN enabled. B cannot read SYN data from the requests migrated from A. To avoid such a situation, cancel migration by returning SK_DROP in the type of eBPF program, or disable this option. Possible values: - 0 (disabled) - 1 (enabled) Default: 0 (disabled) h](h)}(htcp_migrate_req - BOOLEANh]htcp_migrate_req - BOOLEAN}(hj$hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj$ubh)}(hhh](h)}(hX The incoming connection is tied to a specific listening socket when the initial SYN packet is received during the three-way handshake. When a listener is closed, in-flight request sockets during the handshake and established sockets in the accept queue are aborted.h]hX The incoming connection is tied to a specific listening socket when the initial SYN packet is received during the three-way handshake. When a listener is closed, in-flight request sockets during the handshake and established sockets in the accept queue are aborted.}(hj$hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj$ubh)}(hIf the listener has SO_REUSEPORT enabled, other listeners on the same port should have been able to accept such connections. This option makes it possible to migrate such child sockets to another listener after close() or shutdown().h]hIf the listener has SO_REUSEPORT enabled, other listeners on the same port should have been able to accept such connections. This option makes it possible to migrate such child sockets to another listener after close() or shutdown().}(hj$hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj$ubh)}(hThe BPF_SK_REUSEPORT_SELECT_OR_MIGRATE type of eBPF program should usually be used to define the policy to pick an alive listener. Otherwise, the kernel will randomly pick an alive listener only if this option is enabled.h]hThe BPF_SK_REUSEPORT_SELECT_OR_MIGRATE type of eBPF program should usually be used to define the policy to pick an alive listener. Otherwise, the kernel will randomly pick an alive listener only if this option is enabled.}(hj$hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj$ubh)}(hX\Note that migration between listeners with different settings may crash applications. Let's say migration happens from listener A to B, and only B has TCP_SAVE_SYN enabled. B cannot read SYN data from the requests migrated from A. To avoid such a situation, cancel migration by returning SK_DROP in the type of eBPF program, or disable this option.h]hX^Note that migration between listeners with different settings may crash applications. Let’s say migration happens from listener A to B, and only B has TCP_SAVE_SYN enabled. B cannot read SYN data from the requests migrated from A. To avoid such a situation, cancel migration by returning SK_DROP in the type of eBPF program, or disable this option.}(hj$hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj$ubh)}(hPossible values:h]hPossible values:}(hj%hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj$ubj')}(hhh](j,)}(h 0 (disabled)h]h)}(hj%h]h 0 (disabled)}(hj%hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj%ubah}(h]h ]h"]h$]h&]uh1j+hj%ubj,)}(h 1 (enabled) h]h)}(h 1 (enabled)h]h 1 (enabled)}(hj-%hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj)%ubah}(h]h ]h"]h$]h&]uh1j+hj%ubeh}(h]h ]h"]h$]h&]jbjcuh1j&hhhMhj$ubh)}(hDefault: 0 (disabled)h]hDefault: 0 (disabled)}(hjG%hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj$ubeh}(h]h ]h"]h$]h&]uh1hhj$ubeh}(h]h ]h"]h$]h&]uh1hhhhMhj hhubh)}(hXtcp_fastopen - INTEGER Enable TCP Fast Open (RFC7413) to send and accept data in the opening SYN packet. The client support is enabled by flag 0x1 (on by default). The client then must use sendmsg() or sendto() with the MSG_FASTOPEN flag, rather than connect() to send data in SYN. The server support is enabled by flag 0x2 (off by default). Then either enable for all listeners with another flag (0x400) or enable individual listeners via TCP_FASTOPEN socket option with the option value being the length of the syn-data backlog. The values (bitmap) are ===== ======== ====================================================== 0x1 (client) enables sending data in the opening SYN on the client. 0x2 (server) enables the server support, i.e., allowing data in a SYN packet to be accepted and passed to the application before 3-way handshake finishes. 0x4 (client) send data in the opening SYN regardless of cookie availability and without a cookie option. 0x200 (server) accept data-in-SYN w/o any cookie option present. 0x400 (server) enable all listeners to support Fast Open by default without explicit TCP_FASTOPEN socket option. ===== ======== ====================================================== Default: 0x1 Note that additional client or server features are only effective if the basic support (0x1 and 0x2) are enabled respectively. h](h)}(htcp_fastopen - INTEGERh]htcp_fastopen - INTEGER}(hje%hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhja%ubh)}(hhh](h)}(hQEnable TCP Fast Open (RFC7413) to send and accept data in the opening SYN packet.h]hQEnable TCP Fast Open (RFC7413) to send and accept data in the opening SYN packet.}(hjv%hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjs%ubh)}(hThe client support is enabled by flag 0x1 (on by default). The client then must use sendmsg() or sendto() with the MSG_FASTOPEN flag, rather than connect() to send data in SYN.h]hThe client support is enabled by flag 0x1 (on by default). The client then must use sendmsg() or sendto() with the MSG_FASTOPEN flag, rather than connect() to send data in SYN.}(hj%hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjs%ubh)}(hThe server support is enabled by flag 0x2 (off by default). Then either enable for all listeners with another flag (0x400) or enable individual listeners via TCP_FASTOPEN socket option with the option value being the length of the syn-data backlog.h]hThe server support is enabled by flag 0x2 (off by default). Then either enable for all listeners with another flag (0x400) or enable individual listeners via TCP_FASTOPEN socket option with the option value being the length of the syn-data backlog.}(hj%hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjs%ubh)}(hThe values (bitmap) areh]hThe values (bitmap) are}(hj%hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjs%ubj)}(hhh]j)}(hhh](j)}(hhh]h}(h]h ]h"]h$]h&]colwidthKuh1jhj%ubj)}(hhh]h}(h]h ]h"]h$]h&]colwidthKuh1jhj%ubj)}(hhh]h}(h]h ]h"]h$]h&]colwidthK6uh1jhj%ubj)}(hhh](j)}(hhh](j)}(hhh]h)}(h0x1h]h0x1}(hj%hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj%ubah}(h]h ]h"]h$]h&]uh1jhj%ubj)}(hhh]h)}(h(client)h]h(client)}(hj%hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj%ubah}(h]h ]h"]h$]h&]uh1jhj%ubj)}(hhh]h)}(h6enables sending data in the opening SYN on the client.h]h6enables sending data in the opening SYN on the client.}(hj &hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj&ubah}(h]h ]h"]h$]h&]uh1jhj%ubeh}(h]h ]h"]h$]h&]uh1jhj%ubj)}(hhh](j)}(hhh]h)}(h0x2h]h0x2}(hj)&hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj&&ubah}(h]h ]h"]h$]h&]uh1jhj#&ubj)}(hhh]h)}(h(server)h]h(server)}(hj@&hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj=&ubah}(h]h ]h"]h$]h&]uh1jhj#&ubj)}(hhh]h)}(henables the server support, i.e., allowing data in a SYN packet to be accepted and passed to the application before 3-way handshake finishes.h]henables the server support, i.e., allowing data in a SYN packet to be accepted and passed to the application before 3-way handshake finishes.}(hjW&hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjT&ubah}(h]h ]h"]h$]h&]uh1jhj#&ubeh}(h]h ]h"]h$]h&]uh1jhj%ubj)}(hhh](j)}(hhh]h)}(h0x4h]h0x4}(hjw&hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjt&ubah}(h]h ]h"]h$]h&]uh1jhjq&ubj)}(hhh]h)}(h(client)h]h(client)}(hj&hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj&ubah}(h]h ]h"]h$]h&]uh1jhjq&ubj)}(hhh]h)}(h[send data in the opening SYN regardless of cookie availability and without a cookie option.h]h[send data in the opening SYN regardless of cookie availability and without a cookie option.}(hj&hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj&ubah}(h]h ]h"]h$]h&]uh1jhjq&ubeh}(h]h ]h"]h$]h&]uh1jhj%ubj)}(hhh](j)}(hhh]h)}(h0x200h]h0x200}(hj&hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj&ubah}(h]h ]h"]h$]h&]uh1jhj&ubj)}(hhh]h)}(h(server)h]h(server)}(hj&hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj&ubah}(h]h ]h"]h$]h&]uh1jhj&ubj)}(hhh]h)}(h1accept data-in-SYN w/o any cookie option present.h]h1accept data-in-SYN w/o any cookie option present.}(hj&hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj&ubah}(h]h ]h"]h$]h&]uh1jhj&ubeh}(h]h ]h"]h$]h&]uh1jhj%ubj)}(hhh](j)}(hhh]h)}(h0x400h]h0x400}(hj'hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj'ubah}(h]h ]h"]h$]h&]uh1jhj 'ubj)}(hhh]h)}(h(server)h]h(server)}(hj*'hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj''ubah}(h]h ]h"]h$]h&]uh1jhj 'ubj)}(hhh]h)}(haenable all listeners to support Fast Open by default without explicit TCP_FASTOPEN socket option.h]haenable all listeners to support Fast Open by default without explicit TCP_FASTOPEN socket option.}(hjA'hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj>'ubah}(h]h ]h"]h$]h&]uh1jhj 'ubeh}(h]h ]h"]h$]h&]uh1jhj%ubeh}(h]h ]h"]h$]h&]uh1jhj%ubeh}(h]h ]h"]h$]h&]colsKuh1jhj%ubah}(h]h ]h"]h$]h&]uh1jhjs%ubh)}(h Default: 0x1h]h Default: 0x1}(hjn'hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjs%ubh)}(h~Note that additional client or server features are only effective if the basic support (0x1 and 0x2) are enabled respectively.h]h~Note that additional client or server features are only effective if the basic support (0x1 and 0x2) are enabled respectively.}(hj|'hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjs%ubeh}(h]h ]h"]h$]h&]uh1hhja%ubeh}(h]h ]h"]h$]h&]uh1hhhhMhj hhubh)}(hXtcp_fastopen_blackhole_timeout_sec - INTEGER Initial time period in second to disable Fastopen on active TCP sockets when a TFO firewall blackhole issue happens. This time period will grow exponentially when more blackhole issues get detected right after Fastopen is re-enabled and will reset to initial value when the blackhole issue goes away. 0 to disable the blackhole detection. By default, it is set to 0 (feature is disabled). h](h)}(h,tcp_fastopen_blackhole_timeout_sec - INTEGERh]h,tcp_fastopen_blackhole_timeout_sec - INTEGER}(hj'hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj'ubh)}(hhh](h)}(hXRInitial time period in second to disable Fastopen on active TCP sockets when a TFO firewall blackhole issue happens. This time period will grow exponentially when more blackhole issues get detected right after Fastopen is re-enabled and will reset to initial value when the blackhole issue goes away. 0 to disable the blackhole detection.h]hXRInitial time period in second to disable Fastopen on active TCP sockets when a TFO firewall blackhole issue happens. This time period will grow exponentially when more blackhole issues get detected right after Fastopen is re-enabled and will reset to initial value when the blackhole issue goes away. 0 to disable the blackhole detection.}(hj'hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj'ubh)}(h1By default, it is set to 0 (feature is disabled).h]h1By default, it is set to 0 (feature is disabled).}(hj'hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj'ubeh}(h]h ]h"]h$]h&]uh1hhj'ubeh}(h]h ]h"]h$]h&]uh1hhhhMhj hhubh)}(hXBtcp_fastopen_key - list of comma separated 32-digit hexadecimal INTEGERs The list consists of a primary key and an optional backup key. The primary key is used for both creating and validating cookies, while the optional backup key is only used for validating cookies. The purpose of the backup key is to maximize TFO validation when keys are rotated. A randomly chosen primary key may be configured by the kernel if the tcp_fastopen sysctl is set to 0x400 (see above), or if the TCP_FASTOPEN setsockopt() optname is set and a key has not been previously configured via sysctl. If keys are configured via setsockopt() by using the TCP_FASTOPEN_KEY optname, then those per-socket keys will be used instead of any keys that are specified via sysctl. A key is specified as 4 8-digit hexadecimal integers which are separated by a '-' as: xxxxxxxx-xxxxxxxx-xxxxxxxx-xxxxxxxx. Leading zeros may be omitted. A primary and a backup key may be specified by separating them by a comma. If only one key is specified, it becomes the primary key and any previously configured backup keys are removed. h](h)}(hHtcp_fastopen_key - list of comma separated 32-digit hexadecimal INTEGERsh]hHtcp_fastopen_key - list of comma separated 32-digit hexadecimal INTEGERs}(hj'hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hj'ubh)}(hhh](h)}(hXThe list consists of a primary key and an optional backup key. The primary key is used for both creating and validating cookies, while the optional backup key is only used for validating cookies. The purpose of the backup key is to maximize TFO validation when keys are rotated.h]hXThe list consists of a primary key and an optional backup key. The primary key is used for both creating and validating cookies, while the optional backup key is only used for validating cookies. The purpose of the backup key is to maximize TFO validation when keys are rotated.}(hj'hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj'ubh)}(hXA randomly chosen primary key may be configured by the kernel if the tcp_fastopen sysctl is set to 0x400 (see above), or if the TCP_FASTOPEN setsockopt() optname is set and a key has not been previously configured via sysctl. If keys are configured via setsockopt() by using the TCP_FASTOPEN_KEY optname, then those per-socket keys will be used instead of any keys that are specified via sysctl.h]hXA randomly chosen primary key may be configured by the kernel if the tcp_fastopen sysctl is set to 0x400 (see above), or if the TCP_FASTOPEN setsockopt() optname is set and a key has not been previously configured via sysctl. If keys are configured via setsockopt() by using the TCP_FASTOPEN_KEY optname, then those per-socket keys will be used instead of any keys that are specified via sysctl.}(hj'hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj'ubh)}(hXSA key is specified as 4 8-digit hexadecimal integers which are separated by a '-' as: xxxxxxxx-xxxxxxxx-xxxxxxxx-xxxxxxxx. Leading zeros may be omitted. A primary and a backup key may be specified by separating them by a comma. If only one key is specified, it becomes the primary key and any previously configured backup keys are removed.h]hXWA key is specified as 4 8-digit hexadecimal integers which are separated by a ‘-’ as: xxxxxxxx-xxxxxxxx-xxxxxxxx-xxxxxxxx. Leading zeros may be omitted. A primary and a backup key may be specified by separating them by a comma. If only one key is specified, it becomes the primary key and any previously configured backup keys are removed.}(hj(hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hj'ubeh}(h]h ]h"]h$]h&]uh1hhj'ubeh}(h]h ]h"]h$]h&]uh1hhhhM hj hhubh)}(hXtcp_syn_retries - INTEGER Number of times initial SYNs for an active TCP connection attempt will be retransmitted. Should not be higher than 127. Default value is 6, which corresponds to 67seconds (with tcp_syn_linear_timeouts = 4) till the last retransmission with the current initial RTO of 1second. With this the final timeout for an active TCP connection attempt will happen after 131seconds. h](h)}(htcp_syn_retries - INTEGERh]htcp_syn_retries - INTEGER}(hj"(hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj(ubh)}(hhh]h)}(hXrNumber of times initial SYNs for an active TCP connection attempt will be retransmitted. Should not be higher than 127. Default value is 6, which corresponds to 67seconds (with tcp_syn_linear_timeouts = 4) till the last retransmission with the current initial RTO of 1second. With this the final timeout for an active TCP connection attempt will happen after 131seconds.h]hXrNumber of times initial SYNs for an active TCP connection attempt will be retransmitted. Should not be higher than 127. Default value is 6, which corresponds to 67seconds (with tcp_syn_linear_timeouts = 4) till the last retransmission with the current initial RTO of 1second. With this the final timeout for an active TCP connection attempt will happen after 131seconds.}(hj3(hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj0(ubah}(h]h ]h"]h$]h&]uh1hhj(ubeh}(h]h ]h"]h$]h&]uh1hhhhMhj hhubh)}(hX tcp_timestamps - INTEGER Enable timestamps as defined in RFC1323. - 0: Disabled. - 1: Enable timestamps as defined in RFC1323 and use random offset for each connection rather than only using the current time. - 2: Like 1, but without random offsets. Default: 1 h](h)}(htcp_timestamps - INTEGERh]htcp_timestamps - INTEGER}(hjQ(hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjM(ubh)}(hhh](h)}(h(Enable timestamps as defined in RFC1323.h]h(Enable timestamps as defined in RFC1323.}(hjb(hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj_(ubj')}(hhh](j,)}(h 0: Disabled.h]h)}(hju(h]h 0: Disabled.}(hjw(hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjs(ubah}(h]h ]h"]h$]h&]uh1j+hjp(ubj,)}(h}1: Enable timestamps as defined in RFC1323 and use random offset for each connection rather than only using the current time.h]h)}(h}1: Enable timestamps as defined in RFC1323 and use random offset for each connection rather than only using the current time.h]h}1: Enable timestamps as defined in RFC1323 and use random offset for each connection rather than only using the current time.}(hj(hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj(ubah}(h]h ]h"]h$]h&]uh1j+hjp(ubj,)}(h'2: Like 1, but without random offsets. h]h)}(h&2: Like 1, but without random offsets.h]h&2: Like 1, but without random offsets.}(hj(hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj(ubah}(h]h ]h"]h$]h&]uh1j+hjp(ubeh}(h]h ]h"]h$]h&]jbjcuh1j&hhhMhj_(ubh)}(h Default: 1h]h Default: 1}(hj(hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj_(ubeh}(h]h ]h"]h$]h&]uh1hhjM(ubeh}(h]h ]h"]h$]h&]uh1hhhhMhj hhubh)}(hXltcp_min_tso_segs - INTEGER Minimal number of segments per TSO frame. Since linux-3.12, TCP does an automatic sizing of TSO frames, depending on flow rate, instead of filling 64Kbytes packets. For specific usages, it's possible to force TCP to build big TSO frames. Note that TCP stack might split too big TSO packets if available window is too small. Default: 2 h](h)}(htcp_min_tso_segs - INTEGERh]htcp_min_tso_segs - INTEGER}(hj(hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM*hj(ubh)}(hhh](h)}(h)Minimal number of segments per TSO frame.h]h)Minimal number of segments per TSO frame.}(hj(hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM"hj(ubh)}(hXSince linux-3.12, TCP does an automatic sizing of TSO frames, depending on flow rate, instead of filling 64Kbytes packets. For specific usages, it's possible to force TCP to build big TSO frames. Note that TCP stack might split too big TSO packets if available window is too small.h]hXSince linux-3.12, TCP does an automatic sizing of TSO frames, depending on flow rate, instead of filling 64Kbytes packets. For specific usages, it’s possible to force TCP to build big TSO frames. Note that TCP stack might split too big TSO packets if available window is too small.}(hj(hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM$hj(ubh)}(h Default: 2h]h Default: 2}(hj )hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM*hj(ubeh}(h]h ]h"]h$]h&]uh1hhj(ubeh}(h]h ]h"]h$]h&]uh1hhhhM*hj hhubh)}(hXttcp_tso_rtt_log - INTEGER Adjustment of TSO packet sizes based on min_rtt Starting from linux-5.18, TCP autosizing can be tweaked for flows having small RTT. Old autosizing was splitting the pacing budget to send 1024 TSO per second. tso_packet_size = sk->sk_pacing_rate / 1024; With the new mechanism, we increase this TSO sizing using: distance = min_rtt_usec / (2^tcp_tso_rtt_log) tso_packet_size += gso_max_size >> distance; This means that flows between very close hosts can use bigger TSO packets, reducing their cpu costs. If you want to use the old autosizing, set this sysctl to 0. Default: 9 (2^9 = 512 usec) h](h)}(htcp_tso_rtt_log - INTEGERh]htcp_tso_rtt_log - INTEGER}(hj))hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMAhj%)ubh)}(hhh](h)}(h/Adjustment of TSO packet sizes based on min_rtth]h/Adjustment of TSO packet sizes based on min_rtt}(hj:)hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM-hj7)ubh)}(hSStarting from linux-5.18, TCP autosizing can be tweaked for flows having small RTT.h]hSStarting from linux-5.18, TCP autosizing can be tweaked for flows having small RTT.}(hjH)hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM/hj7)ubh)}(hKOld autosizing was splitting the pacing budget to send 1024 TSO per second.h]hKOld autosizing was splitting the pacing budget to send 1024 TSO per second.}(hjV)hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM2hj7)ubh)}(h,tso_packet_size = sk->sk_pacing_rate / 1024;h]h,tso_packet_size = sk->sk_pacing_rate / 1024;}(hjd)hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM5hj7)ubh)}(h:With the new mechanism, we increase this TSO sizing using:h]h:With the new mechanism, we increase this TSO sizing using:}(hjr)hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM7hj7)ubh)}(hZdistance = min_rtt_usec / (2^tcp_tso_rtt_log) tso_packet_size += gso_max_size >> distance;h]hZdistance = min_rtt_usec / (2^tcp_tso_rtt_log) tso_packet_size += gso_max_size >> distance;}(hj)hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM9hj7)ubh)}(hdThis means that flows between very close hosts can use bigger TSO packets, reducing their cpu costs.h]hdThis means that flows between very close hosts can use bigger TSO packets, reducing their cpu costs.}(hj)hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM<hj7)ubh)}(hsk_pacing_rate is set by TCP stack using a ratio applied to current rate. (current_rate = cwnd * mss / srtt) If TCP is in slow start, tcp_pacing_ss_ratio is applied to let TCP probe for bigger speeds, assuming cwnd can be doubled every other RTT. Default: 200 h](h)}(htcp_pacing_ss_ratio - INTEGERh]htcp_pacing_ss_ratio - INTEGER}(hj)hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMJhj)ubh)}(hhh](h)}(hsk->sk_pacing_rate is set by TCP stack using a ratio applied to current rate. (current_rate = cwnd * mss / srtt) If TCP is in slow start, tcp_pacing_ss_ratio is applied to let TCP probe for bigger speeds, assuming cwnd can be doubled every other RTT.h]hsk->sk_pacing_rate is set by TCP stack using a ratio applied to current rate. (current_rate = cwnd * mss / srtt) If TCP is in slow start, tcp_pacing_ss_ratio is applied to let TCP probe for bigger speeds, assuming cwnd can be doubled every other RTT.}(hj)hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMDhj)ubh)}(h Default: 200h]h Default: 200}(hj)hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMJhj)ubeh}(h]h ]h"]h$]h&]uh1hhj)ubeh}(h]h ]h"]h$]h&]uh1hhhhMJhj hhubh)}(hXtcp_pacing_ca_ratio - INTEGER sk->sk_pacing_rate is set by TCP stack using a ratio applied to current rate. (current_rate = cwnd * mss / srtt) If TCP is in congestion avoidance phase, tcp_pacing_ca_ratio is applied to conservatively probe for bigger throughput. Default: 120 h](h)}(htcp_pacing_ca_ratio - INTEGERh]htcp_pacing_ca_ratio - INTEGER}(hj*hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMRhj*ubh)}(hhh](h)}(hsk->sk_pacing_rate is set by TCP stack using a ratio applied to current rate. (current_rate = cwnd * mss / srtt) If TCP is in congestion avoidance phase, tcp_pacing_ca_ratio is applied to conservatively probe for bigger throughput.h]hsk->sk_pacing_rate is set by TCP stack using a ratio applied to current rate. (current_rate = cwnd * mss / srtt) If TCP is in congestion avoidance phase, tcp_pacing_ca_ratio is applied to conservatively probe for bigger throughput.}(hj*hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMMhj*ubh)}(h Default: 120h]h Default: 120}(hj$*hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMRhj*ubeh}(h]h ]h"]h$]h&]uh1hhj*ubeh}(h]h ]h"]h$]h&]uh1hhhhMRhj hhubh)}(hXtcp_syn_linear_timeouts - INTEGER The number of times for an active TCP connection to retransmit SYNs with a linear backoff timeout before defaulting to an exponential backoff timeout. This has no effect on SYNACK at the passive TCP side. With an initial RTO of 1 and tcp_syn_linear_timeouts = 4 we would expect SYN RTOs to be: 1, 1, 1, 1, 1, 2, 4, ... (4 linear timeouts, and the first exponential backoff using 2^0 * initial_RTO). Default: 4 h](h)}(h!tcp_syn_linear_timeouts - INTEGERh]h!tcp_syn_linear_timeouts - INTEGER}(hjB*hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM\hj>*ubh)}(hhh](h)}(hThe number of times for an active TCP connection to retransmit SYNs with a linear backoff timeout before defaulting to an exponential backoff timeout. This has no effect on SYNACK at the passive TCP side.h]hThe number of times for an active TCP connection to retransmit SYNs with a linear backoff timeout before defaulting to an exponential backoff timeout. This has no effect on SYNACK at the passive TCP side.}(hjS*hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMUhjP*ubh)}(hWith an initial RTO of 1 and tcp_syn_linear_timeouts = 4 we would expect SYN RTOs to be: 1, 1, 1, 1, 1, 2, 4, ... (4 linear timeouts, and the first exponential backoff using 2^0 * initial_RTO). Default: 4h]hWith an initial RTO of 1 and tcp_syn_linear_timeouts = 4 we would expect SYN RTOs to be: 1, 1, 1, 1, 1, 2, 4, ... (4 linear timeouts, and the first exponential backoff using 2^0 * initial_RTO). Default: 4}(hja*hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMYhjP*ubeh}(h]h ]h"]h$]h&]uh1hhj>*ubeh}(h]h ]h"]h$]h&]uh1hhhhM\hj hhubh)}(htcp_tso_win_divisor - INTEGER This allows control over what percentage of the congestion window can be consumed by a single TSO frame. The setting of this parameter is a choice between burstiness and building larger TSO frames. Default: 3 h](h)}(htcp_tso_win_divisor - INTEGERh]htcp_tso_win_divisor - INTEGER}(hj*hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMdhj{*ubh)}(hhh](h)}(hThis allows control over what percentage of the congestion window can be consumed by a single TSO frame. The setting of this parameter is a choice between burstiness and building larger TSO frames.h]hThis allows control over what percentage of the congestion window can be consumed by a single TSO frame. The setting of this parameter is a choice between burstiness and building larger TSO frames.}(hj*hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM_hj*ubh)}(h Default: 3h]h Default: 3}(hj*hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMdhj*ubeh}(h]h ]h"]h$]h&]uh1hhj{*ubeh}(h]h ]h"]h$]h&]uh1hhhhMdhj hhubh)}(hXtcp_tw_reuse - INTEGER Enable reuse of TIME-WAIT sockets for new connections when it is safe from protocol viewpoint. - 0 - disable - 1 - global enable - 2 - enable for loopback traffic only It should not be changed without advice/request of technical experts. Default: 2 h](h)}(htcp_tw_reuse - INTEGERh]htcp_tw_reuse - INTEGER}(hj*hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMqhj*ubh)}(hhh](h)}(h^Enable reuse of TIME-WAIT sockets for new connections when it is safe from protocol viewpoint.h]h^Enable reuse of TIME-WAIT sockets for new connections when it is safe from protocol viewpoint.}(hj*hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMghj*ubj')}(hhh](j,)}(h 0 - disableh]h)}(hj*h]h 0 - disable}(hj*hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMjhj*ubah}(h]h ]h"]h$]h&]uh1j+hj*ubj,)}(h1 - global enableh]h)}(hj*h]h1 - global enable}(hj*hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMkhj*ubah}(h]h ]h"]h$]h&]uh1j+hj*ubj,)}(h%2 - enable for loopback traffic only h]h)}(h$2 - enable for loopback traffic onlyh]h$2 - enable for loopback traffic only}(hj+hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMlhj +ubah}(h]h ]h"]h$]h&]uh1j+hj*ubeh}(h]h ]h"]h$]h&]jbjcuh1j&hhhMjhj*ubh)}(hEIt should not be changed without advice/request of technical experts.h]hEIt should not be changed without advice/request of technical experts.}(hj*+hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMnhj*ubh)}(h Default: 2h]h Default: 2}(hj8+hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMqhj*ubeh}(h]h ]h"]h$]h&]uh1hhj*ubeh}(h]h ]h"]h$]h&]uh1hhhhMqhj hhubh)}(hXstcp_tw_reuse_delay - UNSIGNED INTEGER The delay in milliseconds before a TIME-WAIT socket can be reused by a new connection, if TIME-WAIT socket reuse is enabled. The actual reuse threshold is within [N, N+1] range, where N is the requested delay in milliseconds, to ensure the delay interval is never shorter than the configured value. This setting contains an assumption about the other TCP timestamp clock tick interval. It should not be set to a value lower than the peer's clock tick for PAWS (Protection Against Wrapped Sequence numbers) mechanism work correctly for the reused connection. Default: 1000 (milliseconds) h](h)}(h%tcp_tw_reuse_delay - UNSIGNED INTEGERh]h%tcp_tw_reuse_delay - UNSIGNED INTEGER}(hjV+hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjR+ubh)}(hhh](h)}(hX*The delay in milliseconds before a TIME-WAIT socket can be reused by a new connection, if TIME-WAIT socket reuse is enabled. The actual reuse threshold is within [N, N+1] range, where N is the requested delay in milliseconds, to ensure the delay interval is never shorter than the configured value.h]hX*The delay in milliseconds before a TIME-WAIT socket can be reused by a new connection, if TIME-WAIT socket reuse is enabled. The actual reuse threshold is within [N, N+1] range, where N is the requested delay in milliseconds, to ensure the delay interval is never shorter than the configured value.}(hjg+hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMthjd+ubh)}(hXThis setting contains an assumption about the other TCP timestamp clock tick interval. It should not be set to a value lower than the peer's clock tick for PAWS (Protection Against Wrapped Sequence numbers) mechanism work correctly for the reused connection.h]hXThis setting contains an assumption about the other TCP timestamp clock tick interval. It should not be set to a value lower than the peer’s clock tick for PAWS (Protection Against Wrapped Sequence numbers) mechanism work correctly for the reused connection.}(hju+hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMzhjd+ubh)}(hDefault: 1000 (milliseconds)h]hDefault: 1000 (milliseconds)}(hj+hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjd+ubeh}(h]h ]h"]h$]h&]uh1hhjR+ubeh}(h]h ]h"]h$]h&]uh1hhhhMhj hhubh)}(htcp_window_scaling - BOOLEAN Enable window scaling as defined in RFC1323. Possible values: - 0 (disabled) - 1 (enabled) Default: 1 (enabled) h](h)}(htcp_window_scaling - BOOLEANh]htcp_window_scaling - BOOLEAN}(hj+hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj+ubh)}(hhh](h)}(h,Enable window scaling as defined in RFC1323.h]h,Enable window scaling as defined in RFC1323.}(hj+hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj+ubh)}(hPossible values:h]hPossible values:}(hj+hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj+ubj')}(hhh](j,)}(h 0 (disabled)h]h)}(hj+h]h 0 (disabled)}(hj+hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj+ubah}(h]h ]h"]h$]h&]uh1j+hj+ubj,)}(h 1 (enabled) h]h)}(h 1 (enabled)h]h 1 (enabled)}(hj+hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj+ubah}(h]h ]h"]h$]h&]uh1j+hj+ubeh}(h]h ]h"]h$]h&]jbjcuh1j&hhhMhj+ubh)}(hDefault: 1 (enabled)h]hDefault: 1 (enabled)}(hj,hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj+ubeh}(h]h ]h"]h$]h&]uh1hhj+ubeh}(h]h ]h"]h$]h&]uh1hhhhMhj hhubh)}(hX7tcp_shrink_window - BOOLEAN This changes how the TCP receive window is calculated. RFC 7323, section 2.4, says there are instances when a retracted window can be offered, and that TCP implementations MUST ensure that they handle a shrinking window, as specified in RFC 1122. Possible values: - 0 (disabled) - The window is never shrunk. - 1 (enabled) - The window is shrunk when necessary to remain within the memory limit set by autotuning (sk_rcvbuf). This only occurs if a non-zero receive window scaling factor is also in effect. Default: 0 (disabled) h](h)}(htcp_shrink_window - BOOLEANh]htcp_shrink_window - BOOLEAN}(hj$,hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj ,ubh)}(hhh](h)}(h6This changes how the TCP receive window is calculated.h]h6This changes how the TCP receive window is calculated.}(hj5,hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj2,ubh)}(hRFC 7323, section 2.4, says there are instances when a retracted window can be offered, and that TCP implementations MUST ensure that they handle a shrinking window, as specified in RFC 1122.h]hRFC 7323, section 2.4, says there are instances when a retracted window can be offered, and that TCP implementations MUST ensure that they handle a shrinking window, as specified in RFC 1122.}(hjC,hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj2,ubh)}(hPossible values:h]hPossible values:}(hjQ,hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj2,ubj')}(hhh](j,)}(h*0 (disabled) - The window is never shrunk.h]h)}(hjd,h]h*0 (disabled) - The window is never shrunk.}(hjf,hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjb,ubah}(h]h ]h"]h$]h&]uh1j+hj_,ubj,)}(h1 (enabled) - The window is shrunk when necessary to remain within the memory limit set by autotuning (sk_rcvbuf). This only occurs if a non-zero receive window scaling factor is also in effect. h]h)}(h1 (enabled) - The window is shrunk when necessary to remain within the memory limit set by autotuning (sk_rcvbuf). This only occurs if a non-zero receive window scaling factor is also in effect.h]h1 (enabled) - The window is shrunk when necessary to remain within the memory limit set by autotuning (sk_rcvbuf). This only occurs if a non-zero receive window scaling factor is also in effect.}(hj},hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjy,ubah}(h]h ]h"]h$]h&]uh1j+hj_,ubeh}(h]h ]h"]h$]h&]jbjcuh1j&hhhMhj2,ubh)}(hDefault: 0 (disabled)h]hDefault: 0 (disabled)}(hj,hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj2,ubeh}(h]h ]h"]h$]h&]uh1hhj ,ubeh}(h]h ]h"]h$]h&]uh1hhhhMhj hhubh)}(hXtcp_wmem - vector of 3 INTEGERs: min, default, max min: Amount of memory reserved for send buffers for TCP sockets. Each TCP socket has rights to use it due to fact of its birth. Default: 4K default: initial size of send buffer used by TCP sockets. This value overrides net.core.wmem_default used by other protocols. It is usually lower than net.core.wmem_default. Default: 16K max: Maximal amount of memory allowed for automatically tuned send buffers for TCP sockets. This value does not override net.core.wmem_max. Calling setsockopt() with SO_SNDBUF disables automatic tuning of that socket's send buffer size, in which case this value is ignored. Default: between 64K and 4MB, depending on RAM size. h](h)}(h2tcp_wmem - vector of 3 INTEGERs: min, default, maxh]h2tcp_wmem - vector of 3 INTEGERs: min, default, max}(hj,hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj,ubh)}(hhh](h)}(hmin: Amount of memory reserved for send buffers for TCP sockets. Each TCP socket has rights to use it due to fact of its birth.h]hmin: Amount of memory reserved for send buffers for TCP sockets. Each TCP socket has rights to use it due to fact of its birth.}(hj,hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj,ubh)}(h Default: 4Kh]h Default: 4K}(hj,hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj,ubh)}(h~default: initial size of send buffer used by TCP sockets. This value overrides net.core.wmem_default used by other protocols.h]h~default: initial size of send buffer used by TCP sockets. This value overrides net.core.wmem_default used by other protocols.}(hj,hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj,ubh)}(h/It is usually lower than net.core.wmem_default.h]h/It is usually lower than net.core.wmem_default.}(hj,hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj,ubh)}(h Default: 16Kh]h Default: 16K}(hj,hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj,ubh)}(hXmax: Maximal amount of memory allowed for automatically tuned send buffers for TCP sockets. This value does not override net.core.wmem_max. Calling setsockopt() with SO_SNDBUF disables automatic tuning of that socket's send buffer size, in which case this value is ignored.h]hXmax: Maximal amount of memory allowed for automatically tuned send buffers for TCP sockets. This value does not override net.core.wmem_max. Calling setsockopt() with SO_SNDBUF disables automatic tuning of that socket’s send buffer size, in which case this value is ignored.}(hj -hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj,ubh)}(h4Default: between 64K and 4MB, depending on RAM size.h]h4Default: between 64K and 4MB, depending on RAM size.}(hj-hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj,ubeh}(h]h ]h"]h$]h&]uh1hhj,ubeh}(h]h ]h"]h$]h&]uh1hhhhMhj hhubh)}(hX.tcp_notsent_lowat - UNSIGNED INTEGER A TCP socket can control the amount of unsent bytes in its write queue, thanks to TCP_NOTSENT_LOWAT socket option. poll()/select()/epoll() reports POLLOUT events if the amount of unsent bytes is below a per socket value, and if the write queue is not full. sendmsg() will also not add new buffers if the limit is hit. This global variable controls the amount of unsent data for sockets not using TCP_NOTSENT_LOWAT. For these sockets, a change to the global variable has immediate effect. Default: UINT_MAX (0xFFFFFFFF) h](h)}(h$tcp_notsent_lowat - UNSIGNED INTEGERh]h$tcp_notsent_lowat - UNSIGNED INTEGER}(hj8-hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj4-ubh)}(hhh](h)}(hX=A TCP socket can control the amount of unsent bytes in its write queue, thanks to TCP_NOTSENT_LOWAT socket option. poll()/select()/epoll() reports POLLOUT events if the amount of unsent bytes is below a per socket value, and if the write queue is not full. sendmsg() will also not add new buffers if the limit is hit.h]hX=A TCP socket can control the amount of unsent bytes in its write queue, thanks to TCP_NOTSENT_LOWAT socket option. poll()/select()/epoll() reports POLLOUT events if the amount of unsent bytes is below a per socket value, and if the write queue is not full. sendmsg() will also not add new buffers if the limit is hit.}(hjI-hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjF-ubh)}(hThis global variable controls the amount of unsent data for sockets not using TCP_NOTSENT_LOWAT. For these sockets, a change to the global variable has immediate effect.h]hThis global variable controls the amount of unsent data for sockets not using TCP_NOTSENT_LOWAT. For these sockets, a change to the global variable has immediate effect.}(hjW-hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjF-ubh)}(hDefault: UINT_MAX (0xFFFFFFFF)h]hDefault: UINT_MAX (0xFFFFFFFF)}(hje-hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjF-ubeh}(h]h ]h"]h$]h&]uh1hhj4-ubeh}(h]h ]h"]h$]h&]uh1hhhhMhj hhubh)}(hXatcp_workaround_signed_windows - BOOLEAN If enabled, assume no receipt of a window scaling option means the remote TCP is broken and treats the window as a signed quantity. If disabled, assume the remote TCP is not broken even if we do not receive a window scaling option from them. Possible values: - 0 (disabled) - 1 (enabled) Default: 0 (disabled) h](h)}(h'tcp_workaround_signed_windows - BOOLEANh]h'tcp_workaround_signed_windows - BOOLEAN}(hj-hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj-ubh)}(hhh](h)}(hIf enabled, assume no receipt of a window scaling option means the remote TCP is broken and treats the window as a signed quantity. If disabled, assume the remote TCP is not broken even if we do not receive a window scaling option from them.h]hIf enabled, assume no receipt of a window scaling option means the remote TCP is broken and treats the window as a signed quantity. If disabled, assume the remote TCP is not broken even if we do not receive a window scaling option from them.}(hj-hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj-ubh)}(hPossible values:h]hPossible values:}(hj-hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj-ubj')}(hhh](j,)}(h 0 (disabled)h]h)}(hj-h]h 0 (disabled)}(hj-hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj-ubah}(h]h ]h"]h$]h&]uh1j+hj-ubj,)}(h 1 (enabled) h]h)}(h 1 (enabled)h]h 1 (enabled)}(hj-hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj-ubah}(h]h ]h"]h$]h&]uh1j+hj-ubeh}(h]h ]h"]h$]h&]jbjcuh1j&hhhMhj-ubh)}(hDefault: 0 (disabled)h]hDefault: 0 (disabled)}(hj-hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj-ubeh}(h]h ]h"]h$]h&]uh1hhj-ubeh}(h]h ]h"]h$]h&]uh1hhhhMhj hhubh)}(hXgtcp_thin_linear_timeouts - BOOLEAN Enable dynamic triggering of linear timeouts for thin streams. If enabled, a check is performed upon retransmission by timeout to determine if the stream is thin (less than 4 packets in flight). As long as the stream is found to be thin, up to 6 linear timeouts may be performed before exponential backoff mode is initiated. This improves retransmission latency for non-aggressive thin streams, often found to be time-dependent. For more information on thin streams, see Documentation/networking/tcp-thin.rst Possible values: - 0 (disabled) - 1 (enabled) Default: 0 (disabled) h](h)}(h"tcp_thin_linear_timeouts - BOOLEANh]h"tcp_thin_linear_timeouts - BOOLEAN}(hj.hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj.ubh)}(hhh](h)}(hXEnable dynamic triggering of linear timeouts for thin streams. If enabled, a check is performed upon retransmission by timeout to determine if the stream is thin (less than 4 packets in flight). As long as the stream is found to be thin, up to 6 linear timeouts may be performed before exponential backoff mode is initiated. This improves retransmission latency for non-aggressive thin streams, often found to be time-dependent. For more information on thin streams, see Documentation/networking/tcp-thin.rsth]hXEnable dynamic triggering of linear timeouts for thin streams. If enabled, a check is performed upon retransmission by timeout to determine if the stream is thin (less than 4 packets in flight). As long as the stream is found to be thin, up to 6 linear timeouts may be performed before exponential backoff mode is initiated. This improves retransmission latency for non-aggressive thin streams, often found to be time-dependent. For more information on thin streams, see Documentation/networking/tcp-thin.rst}(hj.hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj.ubh)}(hPossible values:h]hPossible values:}(hj%.hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj.ubj')}(hhh](j,)}(h 0 (disabled)h]h)}(hj8.h]h 0 (disabled)}(hj:.hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj6.ubah}(h]h ]h"]h$]h&]uh1j+hj3.ubj,)}(h 1 (enabled) h]h)}(h 1 (enabled)h]h 1 (enabled)}(hjQ.hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjM.ubah}(h]h ]h"]h$]h&]uh1j+hj3.ubeh}(h]h ]h"]h$]h&]jbjcuh1j&hhhMhj.ubh)}(hDefault: 0 (disabled)h]hDefault: 0 (disabled)}(hjk.hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj.ubeh}(h]h ]h"]h$]h&]uh1hhj.ubeh}(h]h ]h"]h$]h&]uh1hhhhMhj hhubh)}(hXtcp_limit_output_bytes - INTEGER Controls TCP Small Queue limit per tcp socket. TCP bulk sender tends to increase packets in flight until it gets losses notifications. With SNDBUF autotuning, this can result in a large amount of packets queued on the local machine (e.g.: qdiscs, CPU backlog, or device) hurting latency of other flows, for typical pfifo_fast qdiscs. tcp_limit_output_bytes limits the number of bytes on qdisc or device to reduce artificial RTT/cwnd and reduce bufferbloat. Default: 4194304 (4 MB) h](h)}(h tcp_limit_output_bytes - INTEGERh]h tcp_limit_output_bytes - INTEGER}(hj.hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj.ubh)}(hhh](h)}(hXControls TCP Small Queue limit per tcp socket. TCP bulk sender tends to increase packets in flight until it gets losses notifications. With SNDBUF autotuning, this can result in a large amount of packets queued on the local machine (e.g.: qdiscs, CPU backlog, or device) hurting latency of other flows, for typical pfifo_fast qdiscs. tcp_limit_output_bytes limits the number of bytes on qdisc or device to reduce artificial RTT/cwnd and reduce bufferbloat.h]hXControls TCP Small Queue limit per tcp socket. TCP bulk sender tends to increase packets in flight until it gets losses notifications. With SNDBUF autotuning, this can result in a large amount of packets queued on the local machine (e.g.: qdiscs, CPU backlog, or device) hurting latency of other flows, for typical pfifo_fast qdiscs. tcp_limit_output_bytes limits the number of bytes on qdisc or device to reduce artificial RTT/cwnd and reduce bufferbloat.}(hj.hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj.ubh)}(hDefault: 4194304 (4 MB)h]hDefault: 4194304 (4 MB)}(hj.hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj.ubeh}(h]h ]h"]h$]h&]uh1hhj.ubeh}(h]h ]h"]h$]h&]uh1hhhhMhj hhubh)}(hXatcp_challenge_ack_limit - INTEGER Limits number of Challenge ACK sent per second, as recommended in RFC 5961 (Improving TCP's Robustness to Blind In-Window Attacks) Note that this per netns rate limit can allow some side channel attacks and probably should not be enabled. TCP stack implements per TCP socket limits anyway. Default: INT_MAX (unlimited) h](h)}(h!tcp_challenge_ack_limit - INTEGERh]h!tcp_challenge_ack_limit - INTEGER}(hj.hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj.ubh)}(hhh]h)}(hX>Limits number of Challenge ACK sent per second, as recommended in RFC 5961 (Improving TCP's Robustness to Blind In-Window Attacks) Note that this per netns rate limit can allow some side channel attacks and probably should not be enabled. TCP stack implements per TCP socket limits anyway. Default: INT_MAX (unlimited)h]hX@Limits number of Challenge ACK sent per second, as recommended in RFC 5961 (Improving TCP’s Robustness to Blind In-Window Attacks) Note that this per netns rate limit can allow some side channel attacks and probably should not be enabled. TCP stack implements per TCP socket limits anyway. Default: INT_MAX (unlimited)}(hj.hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj.ubah}(h]h ]h"]h$]h&]uh1hhj.ubeh}(h]h ]h"]h$]h&]uh1hhhhMhj hhubh)}(htcp_ehash_entries - INTEGER Show the number of hash buckets for TCP sockets in the current networking namespace. A negative value means the networking namespace does not own its hash buckets and shares the initial networking namespace's one. h](h)}(htcp_ehash_entries - INTEGERh]htcp_ehash_entries - INTEGER}(hj.hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj.ubh)}(hhh](h)}(hTShow the number of hash buckets for TCP sockets in the current networking namespace.h]hTShow the number of hash buckets for TCP sockets in the current networking namespace.}(hj/hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj/ubh)}(hA negative value means the networking namespace does not own its hash buckets and shares the initial networking namespace's one.h]hA negative value means the networking namespace does not own its hash buckets and shares the initial networking namespace’s one.}(hj/hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj/ubeh}(h]h ]h"]h$]h&]uh1hhj.ubeh}(h]h ]h"]h$]h&]uh1hhhhMhj hhubh)}(hX`tcp_child_ehash_entries - INTEGER Control the number of hash buckets for TCP sockets in the child networking namespace, which must be set before clone() or unshare(). If the value is not 0, the kernel uses a value rounded up to 2^n as the actual hash bucket size. 0 is a special value, meaning the child networking namespace will share the initial networking namespace's hash buckets. Note that the child will use the global one in case the kernel fails to allocate enough memory. In addition, the global hash buckets are spread over available NUMA nodes, but the allocation of the child hash table depends on the current process's NUMA policy, which could result in performance differences. Note also that the default value of tcp_max_tw_buckets and tcp_max_syn_backlog depend on the hash bucket size. Possible values: 0, 2^n (n: 0 - 24 (16Mi)) Default: 0 h](h)}(h!tcp_child_ehash_entries - INTEGERh]h!tcp_child_ehash_entries - INTEGER}(hj2/hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hj./ubh)}(hhh](h)}(hControl the number of hash buckets for TCP sockets in the child networking namespace, which must be set before clone() or unshare().h]hControl the number of hash buckets for TCP sockets in the child networking namespace, which must be set before clone() or unshare().}(hjC/hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj@/ubh)}(hIf the value is not 0, the kernel uses a value rounded up to 2^n as the actual hash bucket size. 0 is a special value, meaning the child networking namespace will share the initial networking namespace's hash buckets.h]hIf the value is not 0, the kernel uses a value rounded up to 2^n as the actual hash bucket size. 0 is a special value, meaning the child networking namespace will share the initial networking namespace’s hash buckets.}(hjQ/hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj@/ubh)}(hX3Note that the child will use the global one in case the kernel fails to allocate enough memory. In addition, the global hash buckets are spread over available NUMA nodes, but the allocation of the child hash table depends on the current process's NUMA policy, which could result in performance differences.h]hX5Note that the child will use the global one in case the kernel fails to allocate enough memory. In addition, the global hash buckets are spread over available NUMA nodes, but the allocation of the child hash table depends on the current process’s NUMA policy, which could result in performance differences.}(hj_/hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj@/ubh)}(hnNote also that the default value of tcp_max_tw_buckets and tcp_max_syn_backlog depend on the hash bucket size.h]hnNote also that the default value of tcp_max_tw_buckets and tcp_max_syn_backlog depend on the hash bucket size.}(hjm/hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj@/ubh)}(h*Possible values: 0, 2^n (n: 0 - 24 (16Mi))h]h*Possible values: 0, 2^n (n: 0 - 24 (16Mi))}(hj{/hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hj@/ubh)}(h Default: 0h]h Default: 0}(hj/hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hj@/ubeh}(h]h ]h"]h$]h&]uh1hhj./ubeh}(h]h ]h"]h$]h&]uh1hhhhM hj hhubh)}(hXtcp_plb_enabled - BOOLEAN If enabled and the underlying congestion control (e.g. DCTCP) supports and enables PLB feature, TCP PLB (Protective Load Balancing) is enabled. PLB is described in the following paper: https://doi.org/10.1145/3544216.3544226. Based on PLB parameters, upon sensing sustained congestion, TCP triggers a change in flow label field for outgoing IPv6 packets. A change in flow label field potentially changes the path of outgoing packets for switches that use ECMP/WCMP for routing. PLB changes socket txhash which results in a change in IPv6 Flow Label field, and currently no-op for IPv4 headers. It is possible to apply PLB for IPv4 with other network header fields (e.g. TCP or IPv4 options) or using encapsulation where outer header is used by switches to determine next hop. In either case, further host and switch side changes will be needed. If enabled, PLB assumes that congestion signal (e.g. ECN) is made available and used by congestion control module to estimate a congestion measure (e.g. ce_ratio). PLB needs a congestion measure to make repathing decisions. Possible values: - 0 (disabled) - 1 (enabled) Default: 0 (disabled) h](h)}(htcp_plb_enabled - BOOLEANh]htcp_plb_enabled - BOOLEAN}(hj/hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM)hj/ubh)}(hhh](h)}(hXIf enabled and the underlying congestion control (e.g. DCTCP) supports and enables PLB feature, TCP PLB (Protective Load Balancing) is enabled. PLB is described in the following paper: https://doi.org/10.1145/3544216.3544226. Based on PLB parameters, upon sensing sustained congestion, TCP triggers a change in flow label field for outgoing IPv6 packets. A change in flow label field potentially changes the path of outgoing packets for switches that use ECMP/WCMP for routing.h](hIf enabled and the underlying congestion control (e.g. DCTCP) supports and enables PLB feature, TCP PLB (Protective Load Balancing) is enabled. PLB is described in the following paper: }(hj/hhhNhNubh reference)}(h'https://doi.org/10.1145/3544216.3544226h]h'https://doi.org/10.1145/3544216.3544226}(hj/hhhNhNubah}(h]h ]h"]h$]h&]refurij/uh1j/hj/ubh. Based on PLB parameters, upon sensing sustained congestion, TCP triggers a change in flow label field for outgoing IPv6 packets. A change in flow label field potentially changes the path of outgoing packets for switches that use ECMP/WCMP for routing.}(hj/hhhNhNubeh}(h]h ]h"]h$]h&]uh1hhhhMhj/ubh)}(hXnPLB changes socket txhash which results in a change in IPv6 Flow Label field, and currently no-op for IPv4 headers. It is possible to apply PLB for IPv4 with other network header fields (e.g. TCP or IPv4 options) or using encapsulation where outer header is used by switches to determine next hop. In either case, further host and switch side changes will be needed.h]hXnPLB changes socket txhash which results in a change in IPv6 Flow Label field, and currently no-op for IPv4 headers. It is possible to apply PLB for IPv4 with other network header fields (e.g. TCP or IPv4 options) or using encapsulation where outer header is used by switches to determine next hop. In either case, further host and switch side changes will be needed.}(hj/hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj/ubh)}(hIf enabled, PLB assumes that congestion signal (e.g. ECN) is made available and used by congestion control module to estimate a congestion measure (e.g. ce_ratio). PLB needs a congestion measure to make repathing decisions.h]hIf enabled, PLB assumes that congestion signal (e.g. ECN) is made available and used by congestion control module to estimate a congestion measure (e.g. ce_ratio). PLB needs a congestion measure to make repathing decisions.}(hj/hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj/ubh)}(hPossible values:h]hPossible values:}(hj/hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM$hj/ubj')}(hhh](j,)}(h 0 (disabled)h]h)}(hj 0h]h 0 (disabled)}(hj 0hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM&hj0ubah}(h]h ]h"]h$]h&]uh1j+hj0ubj,)}(h 1 (enabled) h]h)}(h 1 (enabled)h]h 1 (enabled)}(hj#0hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM'hj0ubah}(h]h ]h"]h$]h&]uh1j+hj0ubeh}(h]h ]h"]h$]h&]jbjcuh1j&hhhM&hj/ubh)}(hDefault: 0 (disabled)h]hDefault: 0 (disabled)}(hj=0hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM)hj/ubeh}(h]h ]h"]h$]h&]uh1hhj/ubeh}(h]h ]h"]h$]h&]uh1hhhhM)hj hhubh)}(hXtcp_plb_idle_rehash_rounds - INTEGER Number of consecutive congested rounds (RTT) seen after which a rehash can be performed, given there are no packets in flight. This is referred to as M in PLB paper: https://doi.org/10.1145/3544216.3544226. Possible Values: 0 - 31 Default: 3 h](h)}(h$tcp_plb_idle_rehash_rounds - INTEGERh]h$tcp_plb_idle_rehash_rounds - INTEGER}(hj[0hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM3hjW0ubh)}(hhh](h)}(hNumber of consecutive congested rounds (RTT) seen after which a rehash can be performed, given there are no packets in flight. This is referred to as M in PLB paper: https://doi.org/10.1145/3544216.3544226.h](hNumber of consecutive congested rounds (RTT) seen after which a rehash can be performed, given there are no packets in flight. This is referred to as M in PLB paper: }(hjl0hhhNhNubj/)}(h'https://doi.org/10.1145/3544216.3544226h]h'https://doi.org/10.1145/3544216.3544226}(hjt0hhhNhNubah}(h]h ]h"]h$]h&]refurijv0uh1j/hjl0ubh.}(hjl0hhhNhNubeh}(h]h ]h"]h$]h&]uh1hhhhM,hji0ubh)}(hPossible Values: 0 - 31h]hPossible Values: 0 - 31}(hj0hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM1hji0ubh)}(h Default: 3h]h Default: 3}(hj0hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM3hji0ubeh}(h]h ]h"]h$]h&]uh1hhjW0ubeh}(h]h ]h"]h$]h&]uh1hhhhM3hj hhubh)}(hXVtcp_plb_rehash_rounds - INTEGER Number of consecutive congested rounds (RTT) seen after which a forced rehash can be performed. Be careful when setting this parameter, as a small value increases the risk of retransmissions. This is referred to as N in PLB paper: https://doi.org/10.1145/3544216.3544226. Possible Values: 0 - 31 Default: 12 h](h)}(htcp_plb_rehash_rounds - INTEGERh]htcp_plb_rehash_rounds - INTEGER}(hj0hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM>hj0ubh)}(hhh](h)}(hXNumber of consecutive congested rounds (RTT) seen after which a forced rehash can be performed. Be careful when setting this parameter, as a small value increases the risk of retransmissions. This is referred to as N in PLB paper: https://doi.org/10.1145/3544216.3544226.h](hNumber of consecutive congested rounds (RTT) seen after which a forced rehash can be performed. Be careful when setting this parameter, as a small value increases the risk of retransmissions. This is referred to as N in PLB paper: }(hj0hhhNhNubj/)}(h'https://doi.org/10.1145/3544216.3544226h]h'https://doi.org/10.1145/3544216.3544226}(hj0hhhNhNubah}(h]h ]h"]h$]h&]refurij0uh1j/hj0ubh.}(hj0hhhNhNubeh}(h]h ]h"]h$]h&]uh1hhhhM6hj0ubh)}(hPossible Values: 0 - 31h]hPossible Values: 0 - 31}(hj0hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM<hj0ubh)}(h Default: 12h]h Default: 12}(hj0hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM>hj0ubeh}(h]h ]h"]h$]h&]uh1hhj0ubeh}(h]h ]h"]h$]h&]uh1hhhhM>hj hhubh)}(hXtcp_plb_suspend_rto_sec - INTEGER Time, in seconds, to suspend PLB in event of an RTO. In order to avoid having PLB repath onto a connectivity "black hole", after an RTO a TCP connection suspends PLB repathing for a random duration between 1x and 2x of this parameter. Randomness is added to avoid concurrent rehashing of multiple TCP connections. This should be set corresponding to the amount of time it takes to repair a failed link. Possible Values: 0 - 255 Default: 60 h](h)}(h!tcp_plb_suspend_rto_sec - INTEGERh]h!tcp_plb_suspend_rto_sec - INTEGER}(hj1hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMJhj1ubh)}(hhh](h)}(hXTime, in seconds, to suspend PLB in event of an RTO. In order to avoid having PLB repath onto a connectivity "black hole", after an RTO a TCP connection suspends PLB repathing for a random duration between 1x and 2x of this parameter. Randomness is added to avoid concurrent rehashing of multiple TCP connections. This should be set corresponding to the amount of time it takes to repair a failed link.h]hXTime, in seconds, to suspend PLB in event of an RTO. In order to avoid having PLB repath onto a connectivity “black hole”, after an RTO a TCP connection suspends PLB repathing for a random duration between 1x and 2x of this parameter. Randomness is added to avoid concurrent rehashing of multiple TCP connections. This should be set corresponding to the amount of time it takes to repair a failed link.}(hj(1hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMAhj%1ubh)}(hPossible Values: 0 - 255h]hPossible Values: 0 - 255}(hj61hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMHhj%1ubh)}(h Default: 60h]h Default: 60}(hjD1hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMJhj%1ubeh}(h]h ]h"]h$]h&]uh1hhj1ubeh}(h]h ]h"]h$]h&]uh1hhhhMJhj hhubh)}(hXtcp_plb_cong_thresh - INTEGER Fraction of packets marked with congestion over a round (RTT) to tag that round as congested. This is referred to as K in the PLB paper: https://doi.org/10.1145/3544216.3544226. The 0-1 fraction range is mapped to 0-256 range to avoid floating point operations. For example, 128 means that if at least 50% of the packets in a round were marked as congested then the round will be tagged as congested. Setting threshold to 0 means that PLB repaths every RTT regardless of congestion. This is not intended behavior for PLB and should be used only for experimentation purpose. Possible Values: 0 - 256 Default: 128 h](h)}(htcp_plb_cong_thresh - INTEGERh]htcp_plb_cong_thresh - INTEGER}(hjb1hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM\hj^1ubh)}(hhh](h)}(hFraction of packets marked with congestion over a round (RTT) to tag that round as congested. This is referred to as K in the PLB paper: https://doi.org/10.1145/3544216.3544226.h](hFraction of packets marked with congestion over a round (RTT) to tag that round as congested. This is referred to as K in the PLB paper: }(hjs1hhhNhNubj/)}(h'https://doi.org/10.1145/3544216.3544226h]h'https://doi.org/10.1145/3544216.3544226}(hj{1hhhNhNubah}(h]h ]h"]h$]h&]refurij}1uh1j/hjs1ubh.}(hjs1hhhNhNubeh}(h]h ]h"]h$]h&]uh1hhhhMMhjp1ubh)}(hThe 0-1 fraction range is mapped to 0-256 range to avoid floating point operations. For example, 128 means that if at least 50% of the packets in a round were marked as congested then the round will be tagged as congested.h]hThe 0-1 fraction range is mapped to 0-256 range to avoid floating point operations. For example, 128 means that if at least 50% of the packets in a round were marked as congested then the round will be tagged as congested.}(hj1hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMQhjp1ubh)}(hSetting threshold to 0 means that PLB repaths every RTT regardless of congestion. This is not intended behavior for PLB and should be used only for experimentation purpose.h]hSetting threshold to 0 means that PLB repaths every RTT regardless of congestion. This is not intended behavior for PLB and should be used only for experimentation purpose.}(hj1hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMVhjp1ubh)}(hPossible Values: 0 - 256h]hPossible Values: 0 - 256}(hj1hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMZhjp1ubh)}(h Default: 128h]h Default: 128}(hj1hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM\hjp1ubeh}(h]h ]h"]h$]h&]uh1hhj^1ubeh}(h]h ]h"]h$]h&]uh1hhhhM\hj hhubh)}(hXtcp_pingpong_thresh - INTEGER The number of estimated data replies sent for estimated incoming data requests that must happen before TCP considers that a connection is a "ping-pong" (request-response) connection for which delayed acknowledgments can provide benefits. This threshold is 1 by default, but some applications may need a higher threshold for optimal performance. Possible Values: 1 - 255 Default: 1 h](h)}(htcp_pingpong_thresh - INTEGERh]htcp_pingpong_thresh - INTEGER}(hj1hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMihj1ubh)}(hhh](h)}(hThe number of estimated data replies sent for estimated incoming data requests that must happen before TCP considers that a connection is a "ping-pong" (request-response) connection for which delayed acknowledgments can provide benefits.h]hThe number of estimated data replies sent for estimated incoming data requests that must happen before TCP considers that a connection is a “ping-pong” (request-response) connection for which delayed acknowledgments can provide benefits.}(hj1hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM_hj1ubh)}(hjThis threshold is 1 by default, but some applications may need a higher threshold for optimal performance.h]hjThis threshold is 1 by default, but some applications may need a higher threshold for optimal performance.}(hj1hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMdhj1ubh)}(hPossible Values: 1 - 255h]hPossible Values: 1 - 255}(hj 2hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMghj1ubh)}(h Default: 1h]h Default: 1}(hj2hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMihj1ubeh}(h]h ]h"]h$]h&]uh1hhj1ubeh}(h]h ]h"]h$]h&]uh1hhhhMihj hhubh)}(hXtcp_rto_min_us - INTEGER Minimal TCP retransmission timeout (in microseconds). Note that the rto_min route option has the highest precedence for configuring this setting, followed by the TCP_BPF_RTO_MIN and TCP_RTO_MIN_US socket options, followed by this tcp_rto_min_us sysctl. The recommended practice is to use a value less or equal to 200000 microseconds. Possible Values: 1 - INT_MAX Default: 200000 h](h)}(htcp_rto_min_us - INTEGERh]htcp_rto_min_us - INTEGER}(hj52hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMvhj12ubh)}(hhh](h)}(hMinimal TCP retransmission timeout (in microseconds). Note that the rto_min route option has the highest precedence for configuring this setting, followed by the TCP_BPF_RTO_MIN and TCP_RTO_MIN_US socket options, followed by this tcp_rto_min_us sysctl.h]hMinimal TCP retransmission timeout (in microseconds). Note that the rto_min route option has the highest precedence for configuring this setting, followed by the TCP_BPF_RTO_MIN and TCP_RTO_MIN_US socket options, followed by this tcp_rto_min_us sysctl.}(hjF2hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMlhjC2ubh)}(hPThe recommended practice is to use a value less or equal to 200000 microseconds.h]hPThe recommended practice is to use a value less or equal to 200000 microseconds.}(hjT2hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMqhjC2ubh)}(hPossible Values: 1 - INT_MAXh]hPossible Values: 1 - INT_MAX}(hjb2hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMthjC2ubh)}(hDefault: 200000h]hDefault: 200000}(hjp2hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMvhjC2ubeh}(h]h ]h"]h$]h&]uh1hhj12ubeh}(h]h ]h"]h$]h&]uh1hhhhMvhj hhubh)}(hXtcp_rto_max_ms - INTEGER Maximal TCP retransmission timeout (in ms). Note that TCP_RTO_MAX_MS socket option has higher precedence. When changing tcp_rto_max_ms, it is important to understand that tcp_retries2 might need a change. Possible Values: 1000 - 120,000 Default: 120,000 h](h)}(htcp_rto_max_ms - INTEGERh]htcp_rto_max_ms - INTEGER}(hj2hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj2ubh)}(hhh](h)}(hiMaximal TCP retransmission timeout (in ms). Note that TCP_RTO_MAX_MS socket option has higher precedence.h]hiMaximal TCP retransmission timeout (in ms). Note that TCP_RTO_MAX_MS socket option has higher precedence.}(hj2hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMyhj2ubh)}(hbWhen changing tcp_rto_max_ms, it is important to understand that tcp_retries2 might need a change.h]hbWhen changing tcp_rto_max_ms, it is important to understand that tcp_retries2 might need a change.}(hj2hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM|hj2ubh)}(hPossible Values: 1000 - 120,000h]hPossible Values: 1000 - 120,000}(hj2hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj2ubh)}(hDefault: 120,000h]hDefault: 120,000}(hj2hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj2ubeh}(h]h ]h"]h$]h&]uh1hhj2ubeh}(h]h ]h"]h$]h&]uh1hhhhMhj hhubeh}(h]h ]h"]h$]h&]uh1hhj hhhhhNubeh}(h] tcp-variablesah ]h"] tcp variablesah$]h&]uh1hhhhhhhhMKubh)}(hhh](h)}(h UDP variablesh]h UDP variables}(hj2hhhNhNubah}(h]h ]h"]h$]h&]uh1hhj2hhhhhMubh)}(hhh](h)}(hXiudp_l3mdev_accept - BOOLEAN Enabling this option allows a "global" bound socket to work across L3 master domains (e.g., VRFs) with packets capable of being received regardless of the L3 domain in which they originated. Only valid when the kernel was compiled with CONFIG_NET_L3_MASTER_DEV. Possible values: - 0 (disabled) - 1 (enabled) Default: 0 (disabled) h](h)}(hudp_l3mdev_accept - BOOLEANh]hudp_l3mdev_accept - BOOLEAN}(hj 3hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj3ubh)}(hhh](h)}(hXEnabling this option allows a "global" bound socket to work across L3 master domains (e.g., VRFs) with packets capable of being received regardless of the L3 domain in which they originated. Only valid when the kernel was compiled with CONFIG_NET_L3_MASTER_DEV.h]hX Enabling this option allows a “global” bound socket to work across L3 master domains (e.g., VRFs) with packets capable of being received regardless of the L3 domain in which they originated. Only valid when the kernel was compiled with CONFIG_NET_L3_MASTER_DEV.}(hj3hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj3ubh)}(hPossible values:h]hPossible values:}(hj(3hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj3ubj')}(hhh](j,)}(h 0 (disabled)h]h)}(hj;3h]h 0 (disabled)}(hj=3hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj93ubah}(h]h ]h"]h$]h&]uh1j+hj63ubj,)}(h 1 (enabled) h]h)}(h 1 (enabled)h]h 1 (enabled)}(hjT3hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjP3ubah}(h]h ]h"]h$]h&]uh1j+hj63ubeh}(h]h ]h"]h$]h&]jbjcuh1j&hhhMhj3ubh)}(hDefault: 0 (disabled)h]hDefault: 0 (disabled)}(hjn3hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj3ubeh}(h]h ]h"]h$]h&]uh1hhj3ubeh}(h]h ]h"]h$]h&]uh1hhhhMhj3ubh)}(hXoudp_mem - vector of 3 INTEGERs: min, pressure, max Number of pages allowed for queueing by all UDP sockets. min: Number of pages allowed for queueing by all UDP sockets. pressure: This value was introduced to follow format of tcp_mem. max: This value was introduced to follow format of tcp_mem. Default is calculated at boot time from amount of available memory. h](h)}(h2udp_mem - vector of 3 INTEGERs: min, pressure, maxh]h2udp_mem - vector of 3 INTEGERs: min, pressure, max}(hj3hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj3ubh)}(hhh](h)}(h8Number of pages allowed for queueing by all UDP sockets.h]h8Number of pages allowed for queueing by all UDP sockets.}(hj3hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj3ubh)}(h=min: Number of pages allowed for queueing by all UDP sockets.h]h=min: Number of pages allowed for queueing by all UDP sockets.}(hj3hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj3ubh)}(h@pressure: This value was introduced to follow format of tcp_mem.h]h@pressure: This value was introduced to follow format of tcp_mem.}(hj3hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj3ubh)}(h;max: This value was introduced to follow format of tcp_mem.h]h;max: This value was introduced to follow format of tcp_mem.}(hj3hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj3ubh)}(hCDefault is calculated at boot time from amount of available memory.h]hCDefault is calculated at boot time from amount of available memory.}(hj3hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj3ubeh}(h]h ]h"]h$]h&]uh1hhj3ubeh}(h]h ]h"]h$]h&]uh1hhhhMhj3hhubh)}(hudp_rmem_min - INTEGER Minimal size of receive buffer used by UDP sockets in moderation. Each UDP socket is able to use the size for receiving data, even if total pages of UDP sockets exceed udp_mem pressure. The unit is byte. Default: 4K h](h)}(hudp_rmem_min - INTEGERh]hudp_rmem_min - INTEGER}(hj3hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj3ubh)}(hhh](h)}(hMinimal size of receive buffer used by UDP sockets in moderation. Each UDP socket is able to use the size for receiving data, even if total pages of UDP sockets exceed udp_mem pressure. The unit is byte.h]hMinimal size of receive buffer used by UDP sockets in moderation. Each UDP socket is able to use the size for receiving data, even if total pages of UDP sockets exceed udp_mem pressure. The unit is byte.}(hj4hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj4ubh)}(h Default: 4Kh]h Default: 4K}(hj4hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj4ubeh}(h]h ]h"]h$]h&]uh1hhj3ubeh}(h]h ]h"]h$]h&]uh1hhhhMhj3hhubh)}(h^udp_wmem_min - INTEGER UDP does not have tx memory accounting and this tunable has no effect. h](h)}(hudp_wmem_min - INTEGERh]hudp_wmem_min - INTEGER}(hj04hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj,4ubh)}(hhh]h)}(hFUDP does not have tx memory accounting and this tunable has no effect.h]hFUDP does not have tx memory accounting and this tunable has no effect.}(hjA4hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj>4ubah}(h]h ]h"]h$]h&]uh1hhj,4ubeh}(h]h ]h"]h$]h&]uh1hhhhMhj3hhubh)}(hudp_hash_entries - INTEGER Show the number of hash buckets for UDP sockets in the current networking namespace. A negative value means the networking namespace does not own its hash buckets and shares the initial networking namespace's one. h](h)}(hudp_hash_entries - INTEGERh]hudp_hash_entries - INTEGER}(hj_4hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj[4ubh)}(hhh](h)}(hTShow the number of hash buckets for UDP sockets in the current networking namespace.h]hTShow the number of hash buckets for UDP sockets in the current networking namespace.}(hjp4hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjm4ubh)}(hA negative value means the networking namespace does not own its hash buckets and shares the initial networking namespace's one.h]hA negative value means the networking namespace does not own its hash buckets and shares the initial networking namespace’s one.}(hj~4hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjm4ubeh}(h]h ]h"]h$]h&]uh1hhj[4ubeh}(h]h ]h"]h$]h&]uh1hhhhMhj3hhubh)}(hXudp_child_hash_entries - INTEGER Control the number of hash buckets for UDP sockets in the child networking namespace, which must be set before clone() or unshare(). If the value is not 0, the kernel uses a value rounded up to 2^n as the actual hash bucket size. 0 is a special value, meaning the child networking namespace will share the initial networking namespace's hash buckets. Note that the child will use the global one in case the kernel fails to allocate enough memory. In addition, the global hash buckets are spread over available NUMA nodes, but the allocation of the child hash table depends on the current process's NUMA policy, which could result in performance differences. Possible values: 0, 2^n (n: 7 (128) - 16 (64K)) Default: 0 h](h)}(h udp_child_hash_entries - INTEGERh]h udp_child_hash_entries - INTEGER}(hj4hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj4ubh)}(hhh](h)}(hControl the number of hash buckets for UDP sockets in the child networking namespace, which must be set before clone() or unshare().h]hControl the number of hash buckets for UDP sockets in the child networking namespace, which must be set before clone() or unshare().}(hj4hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj4ubh)}(hIf the value is not 0, the kernel uses a value rounded up to 2^n as the actual hash bucket size. 0 is a special value, meaning the child networking namespace will share the initial networking namespace's hash buckets.h]hIf the value is not 0, the kernel uses a value rounded up to 2^n as the actual hash bucket size. 0 is a special value, meaning the child networking namespace will share the initial networking namespace’s hash buckets.}(hj4hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj4ubh)}(hX3Note that the child will use the global one in case the kernel fails to allocate enough memory. In addition, the global hash buckets are spread over available NUMA nodes, but the allocation of the child hash table depends on the current process's NUMA policy, which could result in performance differences.h]hX5Note that the child will use the global one in case the kernel fails to allocate enough memory. In addition, the global hash buckets are spread over available NUMA nodes, but the allocation of the child hash table depends on the current process’s NUMA policy, which could result in performance differences.}(hj4hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj4ubh)}(h/Possible values: 0, 2^n (n: 7 (128) - 16 (64K))h]h/Possible values: 0, 2^n (n: 7 (128) - 16 (64K))}(hj4hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj4ubh)}(h Default: 0h]h Default: 0}(hj4hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj4ubeh}(h]h ]h"]h$]h&]uh1hhj4ubeh}(h]h ]h"]h$]h&]uh1hhhhMhj3hhubeh}(h]h ]h"]h$]h&]uh1hhj2hhhhhNubeh}(h] udp-variablesah ]h"] udp variablesah$]h&]uh1hhhhhhhhMubh)}(hhh](h)}(h RAW variablesh]h RAW variables}(hj5hhhNhNubah}(h]h ]h"]h$]h&]uh1hhj 5hhhhhMubh)}(hhh]h)}(hXhraw_l3mdev_accept - BOOLEAN Enabling this option allows a "global" bound socket to work across L3 master domains (e.g., VRFs) with packets capable of being received regardless of the L3 domain in which they originated. Only valid when the kernel was compiled with CONFIG_NET_L3_MASTER_DEV. Possible values: - 0 (disabled) - 1 (enabled) Default: 1 (enabled) h](h)}(hraw_l3mdev_accept - BOOLEANh]hraw_l3mdev_accept - BOOLEAN}(hj%5hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj!5ubh)}(hhh](h)}(hXEnabling this option allows a "global" bound socket to work across L3 master domains (e.g., VRFs) with packets capable of being received regardless of the L3 domain in which they originated. Only valid when the kernel was compiled with CONFIG_NET_L3_MASTER_DEV.h]hX Enabling this option allows a “global” bound socket to work across L3 master domains (e.g., VRFs) with packets capable of being received regardless of the L3 domain in which they originated. Only valid when the kernel was compiled with CONFIG_NET_L3_MASTER_DEV.}(hj65hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj35ubh)}(hPossible values:h]hPossible values:}(hjD5hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj35ubj')}(hhh](j,)}(h 0 (disabled)h]h)}(hjW5h]h 0 (disabled)}(hjY5hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjU5ubah}(h]h ]h"]h$]h&]uh1j+hjR5ubj,)}(h 1 (enabled) h]h)}(h 1 (enabled)h]h 1 (enabled)}(hjp5hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjl5ubah}(h]h ]h"]h$]h&]uh1j+hjR5ubeh}(h]h ]h"]h$]h&]jbjcuh1j&hhhMhj35ubh)}(hDefault: 1 (enabled)h]hDefault: 1 (enabled)}(hj5hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj35ubeh}(h]h ]h"]h$]h&]uh1hhj!5ubeh}(h]h ]h"]h$]h&]uh1hhhhMhj5ubah}(h]h ]h"]h$]h&]uh1hhj 5hhhhhNubeh}(h] raw-variablesah ]h"] raw variablesah$]h&]uh1hhhhhhhhMubh)}(hhh](h)}(hCIPSOv4 Variablesh]hCIPSOv4 Variables}(hj5hhhNhNubah}(h]h ]h"]h$]h&]uh1hhj5hhhhhMubh)}(hhh](h)}(hXcipso_cache_enable - BOOLEAN If enabled, enable additions to and lookups from the CIPSO label mapping cache. If disabled, additions are ignored and lookups always result in a miss. However, regardless of the setting the cache is still invalidated when required when means you can safely toggle this on and off and the cache will always be "safe". Possible values: - 0 (disabled) - 1 (enabled) Default: 1 (enabled) h](h)}(hcipso_cache_enable - BOOLEANh]hcipso_cache_enable - BOOLEAN}(hj5hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj5ubh)}(hhh](h)}(hX?If enabled, enable additions to and lookups from the CIPSO label mapping cache. If disabled, additions are ignored and lookups always result in a miss. However, regardless of the setting the cache is still invalidated when required when means you can safely toggle this on and off and the cache will always be "safe".h]hXCIf enabled, enable additions to and lookups from the CIPSO label mapping cache. If disabled, additions are ignored and lookups always result in a miss. However, regardless of the setting the cache is still invalidated when required when means you can safely toggle this on and off and the cache will always be “safe”.}(hj5hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj5ubh)}(hPossible values:h]hPossible values:}(hj5hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj5ubj')}(hhh](j,)}(h 0 (disabled)h]h)}(hj5h]h 0 (disabled)}(hj5hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj5ubah}(h]h ]h"]h$]h&]uh1j+hj5ubj,)}(h 1 (enabled) h]h)}(h 1 (enabled)h]h 1 (enabled)}(hj6hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj6ubah}(h]h ]h"]h$]h&]uh1j+hj5ubeh}(h]h ]h"]h$]h&]jbjcuh1j&hhhMhj5ubh)}(hDefault: 1 (enabled)h]hDefault: 1 (enabled)}(hj/6hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj5ubeh}(h]h ]h"]h$]h&]uh1hhj5ubeh}(h]h ]h"]h$]h&]uh1hhhhMhj5ubh)}(hXcipso_cache_bucket_size - INTEGER The CIPSO label cache consists of a fixed size hash table with each hash bucket containing a number of cache entries. This variable limits the number of entries in each hash bucket; the larger the value is, the more CIPSO label mappings that can be cached. When the number of entries in a given hash bucket reaches this limit adding new entries causes the oldest entry in the bucket to be removed to make room. Default: 10 h](h)}(h!cipso_cache_bucket_size - INTEGERh]h!cipso_cache_bucket_size - INTEGER}(hjM6hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjI6ubh)}(hhh](h)}(hXThe CIPSO label cache consists of a fixed size hash table with each hash bucket containing a number of cache entries. This variable limits the number of entries in each hash bucket; the larger the value is, the more CIPSO label mappings that can be cached. When the number of entries in a given hash bucket reaches this limit adding new entries causes the oldest entry in the bucket to be removed to make room.h]hXThe CIPSO label cache consists of a fixed size hash table with each hash bucket containing a number of cache entries. This variable limits the number of entries in each hash bucket; the larger the value is, the more CIPSO label mappings that can be cached. When the number of entries in a given hash bucket reaches this limit adding new entries causes the oldest entry in the bucket to be removed to make room.}(hj^6hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj[6ubh)}(h Default: 10h]h Default: 10}(hjl6hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj[6ubeh}(h]h ]h"]h$]h&]uh1hhjI6ubeh}(h]h ]h"]h$]h&]uh1hhhhMhj5hhubh)}(hXlcipso_rbm_optfmt - BOOLEAN Enable the "Optimized Tag 1 Format" as defined in section 3.4.2.6 of the CIPSO draft specification (see Documentation/netlabel for details). This means that when set the CIPSO tag will be padded with empty categories in order to make the packet data 32-bit aligned. Possible values: - 0 (disabled) - 1 (enabled) Default: 0 (disabled) h](h)}(hcipso_rbm_optfmt - BOOLEANh]hcipso_rbm_optfmt - BOOLEAN}(hj6hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj6ubh)}(hhh](h)}(hX Enable the "Optimized Tag 1 Format" as defined in section 3.4.2.6 of the CIPSO draft specification (see Documentation/netlabel for details). This means that when set the CIPSO tag will be padded with empty categories in order to make the packet data 32-bit aligned.h]hX Enable the “Optimized Tag 1 Format” as defined in section 3.4.2.6 of the CIPSO draft specification (see Documentation/netlabel for details). This means that when set the CIPSO tag will be padded with empty categories in order to make the packet data 32-bit aligned.}(hj6hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj6ubh)}(hPossible values:h]hPossible values:}(hj6hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj6ubj')}(hhh](j,)}(h 0 (disabled)h]h)}(hj6h]h 0 (disabled)}(hj6hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj6ubah}(h]h ]h"]h$]h&]uh1j+hj6ubj,)}(h 1 (enabled) h]h)}(h 1 (enabled)h]h 1 (enabled)}(hj6hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj6ubah}(h]h ]h"]h$]h&]uh1j+hj6ubeh}(h]h ]h"]h$]h&]jbjcuh1j&hhhMhj6ubh)}(hDefault: 0 (disabled)h]hDefault: 0 (disabled)}(hj6hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj6ubeh}(h]h ]h"]h$]h&]uh1hhj6ubeh}(h]h ]h"]h$]h&]uh1hhhhMhj5hhubh)}(hXcipso_rbm_strictvalid - BOOLEAN If enabled, do a very strict check of the CIPSO option when ip_options_compile() is called. If disabled, relax the checks done during ip_options_compile(). Either way is "safe" as errors are caught else where in the CIPSO processing code but setting this to 0 (False) should result in less work (i.e. it should be faster) but could cause problems with other implementations that require strict checking. Possible values: - 0 (disabled) - 1 (enabled) Default: 0 (disabled) h](h)}(hcipso_rbm_strictvalid - BOOLEANh]hcipso_rbm_strictvalid - BOOLEAN}(hj 7hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hj 7ubh)}(hhh](h)}(hXIf enabled, do a very strict check of the CIPSO option when ip_options_compile() is called. If disabled, relax the checks done during ip_options_compile(). Either way is "safe" as errors are caught else where in the CIPSO processing code but setting this to 0 (False) should result in less work (i.e. it should be faster) but could cause problems with other implementations that require strict checking.h]hXIf enabled, do a very strict check of the CIPSO option when ip_options_compile() is called. If disabled, relax the checks done during ip_options_compile(). Either way is “safe” as errors are caught else where in the CIPSO processing code but setting this to 0 (False) should result in less work (i.e. it should be faster) but could cause problems with other implementations that require strict checking.}(hj7hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj7ubh)}(hPossible values:h]hPossible values:}(hj,7hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj7ubj')}(hhh](j,)}(h 0 (disabled)h]h)}(hj?7h]h 0 (disabled)}(hjA7hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj=7ubah}(h]h ]h"]h$]h&]uh1j+hj:7ubj,)}(h 1 (enabled) h]h)}(h 1 (enabled)h]h 1 (enabled)}(hjX7hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjT7ubah}(h]h ]h"]h$]h&]uh1j+hj:7ubeh}(h]h ]h"]h$]h&]jbjcuh1j&hhhMhj7ubh)}(hDefault: 0 (disabled)h]hDefault: 0 (disabled)}(hjr7hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hj7ubeh}(h]h ]h"]h$]h&]uh1hhj 7ubeh}(h]h ]h"]h$]h&]uh1hhhhM hj5hhubeh}(h]h ]h"]h$]h&]uh1hhj5hhhhhNubeh}(h]cipsov4-variablesah ]h"]cipsov4 variablesah$]h&]uh1hhhhhhhhMubh)}(hhh](h)}(h IP Variablesh]h IP Variables}(hj7hhhNhNubah}(h]h ]h"]h$]h&]uh1hhj7hhhhhM ubh)}(hhh](h)}(hXip_local_port_range - 2 INTEGERS Defines the local port range that is used by TCP and UDP to choose the local port. The first number is the first, the second the last local port number. If possible, it is better these numbers have different parity (one even and one odd value). Must be greater than or equal to ip_unprivileged_port_start. The default values are 32768 and 60999 respectively. h](h)}(h ip_local_port_range - 2 INTEGERSh]h ip_local_port_range - 2 INTEGERS}(hj7hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj7ubh)}(hhh]h)}(hXfDefines the local port range that is used by TCP and UDP to choose the local port. The first number is the first, the second the last local port number. If possible, it is better these numbers have different parity (one even and one odd value). Must be greater than or equal to ip_unprivileged_port_start. The default values are 32768 and 60999 respectively.h]hXfDefines the local port range that is used by TCP and UDP to choose the local port. The first number is the first, the second the last local port number. If possible, it is better these numbers have different parity (one even and one odd value). Must be greater than or equal to ip_unprivileged_port_start. The default values are 32768 and 60999 respectively.}(hj7hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj7ubah}(h]h ]h"]h$]h&]uh1hhj7ubeh}(h]h ]h"]h$]h&]uh1hhhhMhj7ubh)}(hXip_local_reserved_ports - list of comma separated ranges Specify the ports which are reserved for known third-party applications. These ports will not be used by automatic port assignments (e.g. when calling connect() or bind() with port number 0). Explicit port allocation behavior is unchanged. The format used for both input and output is a comma separated list of ranges (e.g. "1,2-4,10-10" for ports 1, 2, 3, 4 and 10). Writing to the file will clear all previously reserved ports and update the current list with the one given in the input. Note that ip_local_port_range and ip_local_reserved_ports settings are independent and both are considered by the kernel when determining which ports are available for automatic port assignments. You can reserve ports which are not in the current ip_local_port_range, e.g.:: $ cat /proc/sys/net/ipv4/ip_local_port_range 32000 60999 $ cat /proc/sys/net/ipv4/ip_local_reserved_ports 8080,9148 although this is redundant. However such a setting is useful if later the port range is changed to a value that will include the reserved ports. Also keep in mind, that overlapping of these ranges may affect probability of selecting ephemeral ports which are right after block of reserved ports. Default: Empty h](h)}(h8ip_local_reserved_ports - list of comma separated rangesh]h8ip_local_reserved_ports - list of comma separated ranges}(hj7hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM7hj7ubh)}(hhh](h)}(hSpecify the ports which are reserved for known third-party applications. These ports will not be used by automatic port assignments (e.g. when calling connect() or bind() with port number 0). Explicit port allocation behavior is unchanged.h]hSpecify the ports which are reserved for known third-party applications. These ports will not be used by automatic port assignments (e.g. when calling connect() or bind() with port number 0). Explicit port allocation behavior is unchanged.}(hj7hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj7ubh)}(hThe format used for both input and output is a comma separated list of ranges (e.g. "1,2-4,10-10" for ports 1, 2, 3, 4 and 10). Writing to the file will clear all previously reserved ports and update the current list with the one given in the input.h]hThe format used for both input and output is a comma separated list of ranges (e.g. “1,2-4,10-10” for ports 1, 2, 3, 4 and 10). Writing to the file will clear all previously reserved ports and update the current list with the one given in the input.}(hj8hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj7ubh)}(hNote that ip_local_port_range and ip_local_reserved_ports settings are independent and both are considered by the kernel when determining which ports are available for automatic port assignments.h]hNote that ip_local_port_range and ip_local_reserved_ports settings are independent and both are considered by the kernel when determining which ports are available for automatic port assignments.}(hj8hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM$hj7ubh)}(hNYou can reserve ports which are not in the current ip_local_port_range, e.g.::h]hMYou can reserve ports which are not in the current ip_local_port_range, e.g.:}(hj8hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM)hj7ubh literal_block)}(hy$ cat /proc/sys/net/ipv4/ip_local_port_range 32000 60999 $ cat /proc/sys/net/ipv4/ip_local_reserved_ports 8080,9148h]hy$ cat /proc/sys/net/ipv4/ip_local_port_range 32000 60999 $ cat /proc/sys/net/ipv4/ip_local_reserved_ports 8080,9148}hj,8sbah}(h]h ]h"]h$]h&]hhuh1j*8hhhM,hj7ubh)}(hX'although this is redundant. However such a setting is useful if later the port range is changed to a value that will include the reserved ports. Also keep in mind, that overlapping of these ranges may affect probability of selecting ephemeral ports which are right after block of reserved ports.h]hX'although this is redundant. However such a setting is useful if later the port range is changed to a value that will include the reserved ports. Also keep in mind, that overlapping of these ranges may affect probability of selecting ephemeral ports which are right after block of reserved ports.}(hj:8hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM1hj7ubh)}(hDefault: Emptyh]hDefault: Empty}(hjH8hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM7hj7ubeh}(h]h ]h"]h$]h&]uh1hhj7ubeh}(h]h ]h"]h$]h&]uh1hhhhM7hj7hhubh)}(hXLip_unprivileged_port_start - INTEGER This is a per-namespace sysctl. It defines the first unprivileged port in the network namespace. Privileged ports require root or CAP_NET_BIND_SERVICE in order to bind to them. To disable all privileged ports, set this to 0. They must not overlap with the ip_local_port_range. Default: 1024 h](h)}(h$ip_unprivileged_port_start - INTEGERh]h$ip_unprivileged_port_start - INTEGER}(hjf8hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM@hjb8ubh)}(hhh](h)}(hXThis is a per-namespace sysctl. It defines the first unprivileged port in the network namespace. Privileged ports require root or CAP_NET_BIND_SERVICE in order to bind to them. To disable all privileged ports, set this to 0. They must not overlap with the ip_local_port_range.h]hXThis is a per-namespace sysctl. It defines the first unprivileged port in the network namespace. Privileged ports require root or CAP_NET_BIND_SERVICE in order to bind to them. To disable all privileged ports, set this to 0. They must not overlap with the ip_local_port_range.}(hjw8hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM:hjt8ubh)}(h Default: 1024h]h Default: 1024}(hj8hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM@hjt8ubeh}(h]h ]h"]h$]h&]uh1hhjb8ubeh}(h]h ]h"]h$]h&]uh1hhhhM@hj7hhubh)}(hip_nonlocal_bind - BOOLEAN If enabled, allows processes to bind() to non-local IP addresses, which can be quite useful - but may break some applications. Possible values: - 0 (disabled) - 1 (enabled) Default: 0 (disabled) h](h)}(hip_nonlocal_bind - BOOLEANh]hip_nonlocal_bind - BOOLEAN}(hj8hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMKhj8ubh)}(hhh](h)}(h~If enabled, allows processes to bind() to non-local IP addresses, which can be quite useful - but may break some applications.h]h~If enabled, allows processes to bind() to non-local IP addresses, which can be quite useful - but may break some applications.}(hj8hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMChj8ubh)}(hPossible values:h]hPossible values:}(hj8hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMFhj8ubj')}(hhh](j,)}(h 0 (disabled)h]h)}(hj8h]h 0 (disabled)}(hj8hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMHhj8ubah}(h]h ]h"]h$]h&]uh1j+hj8ubj,)}(h 1 (enabled) h]h)}(h 1 (enabled)h]h 1 (enabled)}(hj8hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMIhj8ubah}(h]h ]h"]h$]h&]uh1j+hj8ubeh}(h]h ]h"]h$]h&]jbjcuh1j&hhhMHhj8ubh)}(hDefault: 0 (disabled)h]hDefault: 0 (disabled)}(hj9hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMKhj8ubeh}(h]h ]h"]h$]h&]uh1hhj8ubeh}(h]h ]h"]h$]h&]uh1hhhhMKhj7hhubh)}(hXip_autobind_reuse - BOOLEAN By default, bind() does not select the ports automatically even if the new socket and all sockets bound to the port have SO_REUSEADDR. ip_autobind_reuse allows bind() to reuse the port and this is useful when you use bind()+connect(), but may break some applications. The preferred solution is to use IP_BIND_ADDRESS_NO_PORT and this option should only be set by experts. Possible values: - 0 (disabled) - 1 (enabled) Default: 0 (disabled) h](h)}(hip_autobind_reuse - BOOLEANh]hip_autobind_reuse - BOOLEAN}(hj&9hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMZhj"9ubh)}(hhh](h)}(hXsBy default, bind() does not select the ports automatically even if the new socket and all sockets bound to the port have SO_REUSEADDR. ip_autobind_reuse allows bind() to reuse the port and this is useful when you use bind()+connect(), but may break some applications. The preferred solution is to use IP_BIND_ADDRESS_NO_PORT and this option should only be set by experts.h]hXsBy default, bind() does not select the ports automatically even if the new socket and all sockets bound to the port have SO_REUSEADDR. ip_autobind_reuse allows bind() to reuse the port and this is useful when you use bind()+connect(), but may break some applications. The preferred solution is to use IP_BIND_ADDRESS_NO_PORT and this option should only be set by experts.}(hj79hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMNhj49ubh)}(hPossible values:h]hPossible values:}(hjE9hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMUhj49ubj')}(hhh](j,)}(h 0 (disabled)h]h)}(hjX9h]h 0 (disabled)}(hjZ9hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMWhjV9ubah}(h]h ]h"]h$]h&]uh1j+hjS9ubj,)}(h 1 (enabled) h]h)}(h 1 (enabled)h]h 1 (enabled)}(hjq9hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMXhjm9ubah}(h]h ]h"]h$]h&]uh1j+hjS9ubeh}(h]h ]h"]h$]h&]jbjcuh1j&hhhMWhj49ubh)}(hDefault: 0 (disabled)h]hDefault: 0 (disabled)}(hj9hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMZhj49ubeh}(h]h ]h"]h$]h&]uh1hhj"9ubeh}(h]h ]h"]h$]h&]uh1hhhhMZhj7hhubh)}(hip_dynaddr - INTEGER If set non-zero, enables support for dynamic addresses. If set to a non-zero value larger than 1, a kernel log message will be printed when dynamic address rewriting occurs. Default: 0 h](h)}(hip_dynaddr - INTEGERh]hip_dynaddr - INTEGER}(hj9hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMbhj9ubh)}(hhh](h)}(hIf set non-zero, enables support for dynamic addresses. If set to a non-zero value larger than 1, a kernel log message will be printed when dynamic address rewriting occurs.h]hIf set non-zero, enables support for dynamic addresses. If set to a non-zero value larger than 1, a kernel log message will be printed when dynamic address rewriting occurs.}(hj9hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM]hj9ubh)}(h Default: 0h]h Default: 0}(hj9hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMbhj9ubeh}(h]h ]h"]h$]h&]uh1hhj9ubeh}(h]h ]h"]h$]h&]uh1hhhhMbhj7hhubh)}(hXip_early_demux - BOOLEAN Optimize input packet processing down to one demux for certain kinds of local sockets. Currently we only do this for established TCP and connected UDP sockets. It may add an additional cost for pure routing workloads that reduces overall throughput, in such case you should disable it. Possible values: - 0 (disabled) - 1 (enabled) Default: 1 (enabled) h](h)}(hip_early_demux - BOOLEANh]hip_early_demux - BOOLEAN}(hj9hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMqhj9ubh)}(hhh](h)}(hOptimize input packet processing down to one demux for certain kinds of local sockets. Currently we only do this for established TCP and connected UDP sockets.h]hOptimize input packet processing down to one demux for certain kinds of local sockets. Currently we only do this for established TCP and connected UDP sockets.}(hj9hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMehj9ubh)}(h}It may add an additional cost for pure routing workloads that reduces overall throughput, in such case you should disable it.h]h}It may add an additional cost for pure routing workloads that reduces overall throughput, in such case you should disable it.}(hj:hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMihj9ubh)}(hPossible values:h]hPossible values:}(hj:hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMlhj9ubj')}(hhh](j,)}(h 0 (disabled)h]h)}(hj&:h]h 0 (disabled)}(hj(:hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMnhj$:ubah}(h]h ]h"]h$]h&]uh1j+hj!:ubj,)}(h 1 (enabled) h]h)}(h 1 (enabled)h]h 1 (enabled)}(hj?:hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMohj;:ubah}(h]h ]h"]h$]h&]uh1j+hj!:ubeh}(h]h ]h"]h$]h&]jbjcuh1j&hhhMnhj9ubh)}(hDefault: 1 (enabled)h]hDefault: 1 (enabled)}(hjY:hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMqhj9ubeh}(h]h ]h"]h$]h&]uh1hhj9ubeh}(h]h ]h"]h$]h&]uh1hhhhMqhj7hhubh)}(hXiping_group_range - 2 INTEGERS Restrict ICMP_PROTO datagram sockets to users in the group range. The default is "1 0", meaning, that nobody (not even root) may create ping sockets. Setting it to "100 100" would grant permissions to the single group. "0 4294967294" would enable it for the world, "100 4294967294" would enable it for the users, but not daemons. h](h)}(hping_group_range - 2 INTEGERSh]hping_group_range - 2 INTEGERS}(hjw:hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMxhjs:ubh)}(hhh]h)}(hXJRestrict ICMP_PROTO datagram sockets to users in the group range. The default is "1 0", meaning, that nobody (not even root) may create ping sockets. Setting it to "100 100" would grant permissions to the single group. "0 4294967294" would enable it for the world, "100 4294967294" would enable it for the users, but not daemons.h]hXZRestrict ICMP_PROTO datagram sockets to users in the group range. The default is “1 0”, meaning, that nobody (not even root) may create ping sockets. Setting it to “100 100” would grant permissions to the single group. “0 4294967294” would enable it for the world, “100 4294967294” would enable it for the users, but not daemons.}(hj:hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMthj:ubah}(h]h ]h"]h$]h&]uh1hhjs:ubeh}(h]h ]h"]h$]h&]uh1hhhhMxhj7hhubh)}(htcp_early_demux - BOOLEAN Enable early demux for established TCP sockets. Possible values: - 0 (disabled) - 1 (enabled) Default: 1 (enabled) h](h)}(htcp_early_demux - BOOLEANh]htcp_early_demux - BOOLEAN}(hj:hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj:ubh)}(hhh](h)}(h/Enable early demux for established TCP sockets.h]h/Enable early demux for established TCP sockets.}(hj:hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM{hj:ubh)}(hPossible values:h]hPossible values:}(hj:hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM}hj:ubj')}(hhh](j,)}(h 0 (disabled)h]h)}(hj:h]h 0 (disabled)}(hj:hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj:ubah}(h]h ]h"]h$]h&]uh1j+hj:ubj,)}(h 1 (enabled) h]h)}(h 1 (enabled)h]h 1 (enabled)}(hj:hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj:ubah}(h]h ]h"]h$]h&]uh1j+hj:ubeh}(h]h ]h"]h$]h&]jbjcuh1j&hhhMhj:ubh)}(hDefault: 1 (enabled)h]hDefault: 1 (enabled)}(hj ;hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj:ubeh}(h]h ]h"]h$]h&]uh1hhj:ubeh}(h]h ]h"]h$]h&]uh1hhhhMhj7hhubh)}(hudp_early_demux - BOOLEAN Enable early demux for connected UDP sockets. Disable this if your system could experience more unconnected load. Possible values: - 0 (disabled) - 1 (enabled) Default: 1 (enabled) h](h)}(hudp_early_demux - BOOLEANh]hudp_early_demux - BOOLEAN}(hj);hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj%;ubh)}(hhh](h)}(hqEnable early demux for connected UDP sockets. Disable this if your system could experience more unconnected load.h]hqEnable early demux for connected UDP sockets. Disable this if your system could experience more unconnected load.}(hj:;hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj7;ubh)}(hPossible values:h]hPossible values:}(hjH;hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj7;ubj')}(hhh](j,)}(h 0 (disabled)h]h)}(hj[;h]h 0 (disabled)}(hj];hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjY;ubah}(h]h ]h"]h$]h&]uh1j+hjV;ubj,)}(h 1 (enabled) h]h)}(h 1 (enabled)h]h 1 (enabled)}(hjt;hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjp;ubah}(h]h ]h"]h$]h&]uh1j+hjV;ubeh}(h]h ]h"]h$]h&]jbjcuh1j&hhhMhj7;ubh)}(hDefault: 1 (enabled)h]hDefault: 1 (enabled)}(hj;hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj7;ubeh}(h]h ]h"]h$]h&]uh1hhj%;ubeh}(h]h ]h"]h$]h&]uh1hhhhMhj7hhubh)}(hicmp_echo_ignore_all - BOOLEAN If enabled, then the kernel will ignore all ICMP ECHO requests sent to it. Possible values: - 0 (disabled) - 1 (enabled) Default: 0 (disabled) h](h)}(hicmp_echo_ignore_all - BOOLEANh]hicmp_echo_ignore_all - BOOLEAN}(hj;hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj;ubh)}(hhh](h)}(hJIf enabled, then the kernel will ignore all ICMP ECHO requests sent to it.h]hJIf enabled, then the kernel will ignore all ICMP ECHO requests sent to it.}(hj;hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj;ubh)}(hPossible values:h]hPossible values:}(hj;hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj;ubj')}(hhh](j,)}(h 0 (disabled)h]h)}(hj;h]h 0 (disabled)}(hj;hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj;ubah}(h]h ]h"]h$]h&]uh1j+hj;ubj,)}(h 1 (enabled) h]h)}(h 1 (enabled)h]h 1 (enabled)}(hj;hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj;ubah}(h]h ]h"]h$]h&]uh1j+hj;ubeh}(h]h ]h"]h$]h&]jbjcuh1j&hhhMhj;ubh)}(hDefault: 0 (disabled)h]hDefault: 0 (disabled)}(hj<hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj;ubeh}(h]h ]h"]h$]h&]uh1hhj;ubeh}(h]h ]h"]h$]h&]uh1hhhhMhj7hhubh)}(hicmp_echo_enable_probe - BOOLEAN If enabled, then the kernel will respond to RFC 8335 PROBE requests sent to it. Possible values: - 0 (disabled) - 1 (enabled) Default: 0 (disabled) h](h)}(h icmp_echo_enable_probe - BOOLEANh]h icmp_echo_enable_probe - BOOLEAN}(hj/<hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj+<ubh)}(hhh](h)}(hOIf enabled, then the kernel will respond to RFC 8335 PROBE requests sent to it.h]hOIf enabled, then the kernel will respond to RFC 8335 PROBE requests sent to it.}(hj@<hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj=<ubh)}(hPossible values:h]hPossible values:}(hjN<hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj=<ubj')}(hhh](j,)}(h 0 (disabled)h]h)}(hja<h]h 0 (disabled)}(hjc<hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj_<ubah}(h]h ]h"]h$]h&]uh1j+hj\<ubj,)}(h 1 (enabled) h]h)}(h 1 (enabled)h]h 1 (enabled)}(hjz<hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjv<ubah}(h]h ]h"]h$]h&]uh1j+hj\<ubeh}(h]h ]h"]h$]h&]jbjcuh1j&hhhMhj=<ubh)}(hDefault: 0 (disabled)h]hDefault: 0 (disabled)}(hj<hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj=<ubeh}(h]h ]h"]h$]h&]uh1hhj+<ubeh}(h]h ]h"]h$]h&]uh1hhhhMhj7hhubh)}(hicmp_echo_ignore_broadcasts - BOOLEAN If enabled, then the kernel will ignore all ICMP ECHO and TIMESTAMP requests sent to it via broadcast/multicast. Possible values: - 0 (disabled) - 1 (enabled) Default: 1 (enabled) h](h)}(h%icmp_echo_ignore_broadcasts - BOOLEANh]h%icmp_echo_ignore_broadcasts - BOOLEAN}(hj<hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj<ubh)}(hhh](h)}(hpIf enabled, then the kernel will ignore all ICMP ECHO and TIMESTAMP requests sent to it via broadcast/multicast.h]hpIf enabled, then the kernel will ignore all ICMP ECHO and TIMESTAMP requests sent to it via broadcast/multicast.}(hj<hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj<ubh)}(hPossible values:h]hPossible values:}(hj<hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj<ubj')}(hhh](j,)}(h 0 (disabled)h]h)}(hj<h]h 0 (disabled)}(hj<hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj<ubah}(h]h ]h"]h$]h&]uh1j+hj<ubj,)}(h 1 (enabled) h]h)}(h 1 (enabled)h]h 1 (enabled)}(hj<hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj<ubah}(h]h ]h"]h$]h&]uh1j+hj<ubeh}(h]h ]h"]h$]h&]jbjcuh1j&hhhMhj<ubh)}(hDefault: 1 (enabled)h]hDefault: 1 (enabled)}(hj=hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj<ubeh}(h]h ]h"]h$]h&]uh1hhj<ubeh}(h]h ]h"]h$]h&]uh1hhhhMhj7hhubh)}(hXXicmp_ratelimit - INTEGER Limit the maximal rates for sending ICMP packets whose type matches icmp_ratemask (see below) to specific targets. 0 to disable any limiting, otherwise the minimal space between responses in milliseconds. Note that another sysctl, icmp_msgs_per_sec limits the number of ICMP packets sent on all targets. Default: 1000 h](h)}(hicmp_ratelimit - INTEGERh]hicmp_ratelimit - INTEGER}(hj5=hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj1=ubh)}(hhh](h)}(hX/Limit the maximal rates for sending ICMP packets whose type matches icmp_ratemask (see below) to specific targets. 0 to disable any limiting, otherwise the minimal space between responses in milliseconds. Note that another sysctl, icmp_msgs_per_sec limits the number of ICMP packets sent on all targets.h]hX/Limit the maximal rates for sending ICMP packets whose type matches icmp_ratemask (see below) to specific targets. 0 to disable any limiting, otherwise the minimal space between responses in milliseconds. Note that another sysctl, icmp_msgs_per_sec limits the number of ICMP packets sent on all targets.}(hjF=hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjC=ubh)}(h Default: 1000h]h Default: 1000}(hjT=hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjC=ubeh}(h]h ]h"]h$]h&]uh1hhj1=ubeh}(h]h ]h"]h$]h&]uh1hhhhMhj7hhubh)}(hXicmp_msgs_per_sec - INTEGER Limit maximal number of ICMP packets sent per second from this host. Only messages whose type matches icmp_ratemask (see below) are controlled by this limit. For security reasons, the precise count of messages per second is randomized. Default: 1000 h](h)}(hicmp_msgs_per_sec - INTEGERh]hicmp_msgs_per_sec - INTEGER}(hjr=hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjn=ubh)}(hhh](h)}(hLimit maximal number of ICMP packets sent per second from this host. Only messages whose type matches icmp_ratemask (see below) are controlled by this limit. For security reasons, the precise count of messages per second is randomized.h]hLimit maximal number of ICMP packets sent per second from this host. Only messages whose type matches icmp_ratemask (see below) are controlled by this limit. For security reasons, the precise count of messages per second is randomized.}(hj=hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj=ubh)}(h Default: 1000h]h Default: 1000}(hj=hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj=ubeh}(h]h ]h"]h$]h&]uh1hhjn=ubeh}(h]h ]h"]h$]h&]uh1hhhhMhj7hhubh)}(hicmp_msgs_burst - INTEGER icmp_msgs_per_sec controls number of ICMP packets sent per second, while icmp_msgs_burst controls the burst size of these packets. For security reasons, the precise burst size is randomized. Default: 50 h](h)}(hicmp_msgs_burst - INTEGERh]hicmp_msgs_burst - INTEGER}(hj=hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj=ubh)}(hhh](h)}(hicmp_msgs_per_sec controls number of ICMP packets sent per second, while icmp_msgs_burst controls the burst size of these packets. For security reasons, the precise burst size is randomized.h]hicmp_msgs_per_sec controls number of ICMP packets sent per second, while icmp_msgs_burst controls the burst size of these packets. For security reasons, the precise burst size is randomized.}(hj=hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj=ubh)}(h Default: 50h]h Default: 50}(hj=hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj=ubeh}(h]h ]h"]h$]h&]uh1hhj=ubeh}(h]h ]h"]h$]h&]uh1hhhhMhj7hhubh)}(hXicmp_ratemask - INTEGER Mask made of ICMP types for which rates are being limited. Significant bits: IHGFEDCBA9876543210 Default mask: 0000001100000011000 (6168) Bit definitions (see include/linux/icmp.h): = ========================= 0 Echo Reply 3 Destination Unreachable [1]_ 4 Source Quench [1]_ 5 Redirect 8 Echo Request B Time Exceeded [1]_ C Parameter Problem [1]_ D Timestamp Request E Timestamp Reply F Info Request G Info Reply H Address Mask Request I Address Mask Reply = ========================= .. [1] These are rate limited by default (see default mask above) h](h)}(hicmp_ratemask - INTEGERh]hicmp_ratemask - INTEGER}(hj=hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj=ubh)}(hhh](h)}(h:Mask made of ICMP types for which rates are being limited.h]h:Mask made of ICMP types for which rates are being limited.}(hj=hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj=ubh)}(h%Significant bits: IHGFEDCBA9876543210h]h%Significant bits: IHGFEDCBA9876543210}(hj >hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj=ubh)}(h,Default mask: 0000001100000011000 (6168)h]h,Default mask: 0000001100000011000 (6168)}(hj>hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj=ubh)}(h+Bit definitions (see include/linux/icmp.h):h]h+Bit definitions (see include/linux/icmp.h):}(hj'>hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj=ubj )}(hX/= ========================= 0 Echo Reply 3 Destination Unreachable [1]_ 4 Source Quench [1]_ 5 Redirect 8 Echo Request B Time Exceeded [1]_ C Parameter Problem [1]_ D Timestamp Request E Timestamp Reply F Info Request G Info Reply H Address Mask Request I Address Mask Reply = ========================= h]j)}(hhh]j)}(hhh](j)}(hhh]h}(h]h ]h"]h$]h&]colwidthKuh1jhj<>ubj)}(hhh]h}(h]h ]h"]h$]h&]colwidthKuh1jhj<>ubj)}(hhh](j)}(hhh](j)}(hhh]h)}(hjCh]h0}(hj\>hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjY>ubah}(h]h ]h"]h$]h&]uh1jhjV>ubj)}(hhh]h)}(h Echo Replyh]h Echo Reply}(hjr>hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjo>ubah}(h]h ]h"]h$]h&]uh1jhjV>ubeh}(h]h ]h"]h$]h&]uh1jhjS>ubj)}(hhh](j)}(hhh]h)}(hj-h]h3}(hj>hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj>ubah}(h]h ]h"]h$]h&]uh1jhj>ubj)}(hhh]h)}(hDestination Unreachable [1]_h](hDestination Unreachable }(hj>hhhNhNubhfootnote_reference)}(h[1]_h]h1}(hj>hhhNhNubah}(h]id1ah ]h"]h$]h&]refidid5docnamenetworking/ip-sysctluh1j>hj>resolvedKubeh}(h]h ]h"]h$]h&]uh1hhhhMhj>ubah}(h]h ]h"]h$]h&]uh1jhj>ubeh}(h]h ]h"]h$]h&]uh1jhjS>ubj)}(hhh](j)}(hhh]h)}(hj{h]h4}(hj>hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj>ubah}(h]h ]h"]h$]h&]uh1jhj>ubj)}(hhh]h)}(hSource Quench [1]_h](hSource Quench }(hj>hhhNhNubj>)}(h[1]_h]h1}(hj>hhhNhNubah}(h]id2ah ]h"]h$]h&]j>j>j>j>uh1j>hj>j>Kubeh}(h]h ]h"]h$]h&]uh1hhhhMhj>ubah}(h]h ]h"]h$]h&]uh1jhj>ubeh}(h]h ]h"]h$]h&]uh1jhjS>ubj)}(hhh](j)}(hhh]h)}(hjh]h5}(hj#?hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj ?ubah}(h]h ]h"]h$]h&]uh1jhj?ubj)}(hhh]h)}(hRedirecth]hRedirect}(hj9?hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj6?ubah}(h]h ]h"]h$]h&]uh1jhj?ubeh}(h]h ]h"]h$]h&]uh1jhjS>ubj)}(hhh](j)}(hhh]h)}(h8h]h8}(hjY?hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjV?ubah}(h]h ]h"]h$]h&]uh1jhjS?ubj)}(hhh]h)}(h Echo Requesth]h Echo Request}(hjp?hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjm?ubah}(h]h ]h"]h$]h&]uh1jhjS?ubeh}(h]h ]h"]h$]h&]uh1jhjS>ubj)}(hhh](j)}(hhh]h)}(hBh]hB}(hj?hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj?ubah}(h]h ]h"]h$]h&]uh1jhj?ubj)}(hhh]h)}(hTime Exceeded [1]_h](hTime Exceeded }(hj?hhhNhNubj>)}(h[1]_h]h1}(hj?hhhNhNubah}(h]id3ah ]h"]h$]h&]j>j>j>j>uh1j>hj?j>Kubeh}(h]h ]h"]h$]h&]uh1hhhhMhj?ubah}(h]h ]h"]h$]h&]uh1jhj?ubeh}(h]h ]h"]h$]h&]uh1jhjS>ubj)}(hhh](j)}(hhh]h)}(hCh]hC}(hj?hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj?ubah}(h]h ]h"]h$]h&]uh1jhj?ubj)}(hhh]h)}(hParameter Problem [1]_h](hParameter Problem }(hj?hhhNhNubj>)}(h[1]_h]h1}(hj?hhhNhNubah}(h]id4ah ]h"]h$]h&]j>j>j>j>uh1j>hj?j>Kubeh}(h]h ]h"]h$]h&]uh1hhhhMhj?ubah}(h]h ]h"]h$]h&]uh1jhj?ubeh}(h]h ]h"]h$]h&]uh1jhjS>ubj)}(hhh](j)}(hhh]h)}(hDh]hD}(hj@hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj@ubah}(h]h ]h"]h$]h&]uh1jhj@ubj)}(hhh]h)}(hTimestamp Requesth]hTimestamp Request}(hj3@hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj0@ubah}(h]h ]h"]h$]h&]uh1jhj@ubeh}(h]h ]h"]h$]h&]uh1jhjS>ubj)}(hhh](j)}(hhh]h)}(hEh]hE}(hjS@hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjP@ubah}(h]h ]h"]h$]h&]uh1jhjM@ubj)}(hhh]h)}(hTimestamp Replyh]hTimestamp Reply}(hjj@hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjg@ubah}(h]h ]h"]h$]h&]uh1jhjM@ubeh}(h]h ]h"]h$]h&]uh1jhjS>ubj)}(hhh](j)}(hhh]h)}(hFh]hF}(hj@hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj@ubah}(h]h ]h"]h$]h&]uh1jhj@ubj)}(hhh]h)}(h Info Requesth]h Info Request}(hj@hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj@ubah}(h]h ]h"]h$]h&]uh1jhj@ubeh}(h]h ]h"]h$]h&]uh1jhjS>ubj)}(hhh](j)}(hhh]h)}(hGh]hG}(hj@hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj@ubah}(h]h ]h"]h$]h&]uh1jhj@ubj)}(hhh]h)}(h Info Replyh]h Info Reply}(hj@hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj@ubah}(h]h ]h"]h$]h&]uh1jhj@ubeh}(h]h ]h"]h$]h&]uh1jhjS>ubj)}(hhh](j)}(hhh]h)}(hHh]hH}(hj@hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj@ubah}(h]h ]h"]h$]h&]uh1jhj@ubj)}(hhh]h)}(hAddress Mask Requesth]hAddress Mask Request}(hjAhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj Aubah}(h]h ]h"]h$]h&]uh1jhj@ubeh}(h]h ]h"]h$]h&]uh1jhjS>ubj)}(hhh](j)}(hhh]h)}(hIh]hI}(hj/AhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj,Aubah}(h]h ]h"]h$]h&]uh1jhj)Aubj)}(hhh]h)}(hAddress Mask Replyh]hAddress Mask Reply}(hjFAhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjCAubah}(h]h ]h"]h$]h&]uh1jhj)Aubeh}(h]h ]h"]h$]h&]uh1jhjS>ubeh}(h]h ]h"]h$]h&]uh1jhj<>ubeh}(h]h ]h"]h$]h&]colsKuh1jhj9>ubah}(h]h ]h"]h$]h&]uh1jhj5>ubah}(h]h ]h"]h$]h&]uh1j hhhMhj=ubhfootnote)}(h;These are rate limited by default (see default mask above) h](hlabel)}(h1h]h1}(hjAhhhNhNubah}(h]h ]h"]h$]h&]uh1jAhj{Aubh)}(h:These are rate limited by default (see default mask above)h]h:These are rate limited by default (see default mask above)}(hjAhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj{Aubeh}(h]j>ah ]h"]1ah$]h&](j>j?j?j?ej>j>uh1jyAhhhMhj=j>Kubeh}(h]h ]h"]h$]h&]uh1hhj=ubeh}(h]h ]h"]h$]h&]uh1hhhhMhj7hhubh)}(hXQicmp_ignore_bogus_error_responses - BOOLEAN Some routers violate RFC1122 by sending bogus responses to broadcast frames. Such violations are normally logged via a kernel warning. If enabled, the kernel will not give such warnings, which will avoid log file clutter. Possible values: - 0 (disabled) - 1 (enabled) Default: 1 (enabled) h](h)}(h+icmp_ignore_bogus_error_responses - BOOLEANh]h+icmp_ignore_bogus_error_responses - BOOLEAN}(hjAhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjAubh)}(hhh](h)}(hSome routers violate RFC1122 by sending bogus responses to broadcast frames. Such violations are normally logged via a kernel warning. If enabled, the kernel will not give such warnings, which will avoid log file clutter.h]hSome routers violate RFC1122 by sending bogus responses to broadcast frames. Such violations are normally logged via a kernel warning. If enabled, the kernel will not give such warnings, which will avoid log file clutter.}(hjAhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjAubh)}(hPossible values:h]hPossible values:}(hjAhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjAubj')}(hhh](j,)}(h 0 (disabled)h]h)}(hjAh]h 0 (disabled)}(hjAhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjAubah}(h]h ]h"]h$]h&]uh1j+hjAubj,)}(h 1 (enabled) h]h)}(h 1 (enabled)h]h 1 (enabled)}(hjAhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjAubah}(h]h ]h"]h$]h&]uh1j+hjAubeh}(h]h ]h"]h$]h&]jbjcuh1j&hhhMhjAubh)}(hDefault: 1 (enabled)h]hDefault: 1 (enabled)}(hjBhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjAubeh}(h]h ]h"]h$]h&]uh1hhjAubeh}(h]h ]h"]h$]h&]uh1hhhhMhj7hhubeh}(h]h ]h"]h$]h&]uh1hhj7hhhhhNubh)}(h(icmp_errors_use_inbound_ifaddr - BOOLEANh]h(icmp_errors_use_inbound_ifaddr - BOOLEAN}(hj9BhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj7hhubj )}(hXpIf disabled, icmp error messages are sent with the primary address of the exiting interface. If enabled, the message will be sent with the primary address of the interface that received the packet that caused the icmp error. This is the behaviour many network administrators will expect from a router. And it can make debugging complicated network layouts much easier. Note that if no primary address exists for the interface selected, then the primary address of the first non-loopback interface that has one will be used regardless of this setting. Possible values: - 0 (disabled) - 1 (enabled) Default: 0 (disabled) h](h)}(h\If disabled, icmp error messages are sent with the primary address of the exiting interface.h]h\If disabled, icmp error messages are sent with the primary address of the exiting interface.}(hjKBhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjGBubh)}(hXIf enabled, the message will be sent with the primary address of the interface that received the packet that caused the icmp error. This is the behaviour many network administrators will expect from a router. And it can make debugging complicated network layouts much easier.h]hXIf enabled, the message will be sent with the primary address of the interface that received the packet that caused the icmp error. This is the behaviour many network administrators will expect from a router. And it can make debugging complicated network layouts much easier.}(hjYBhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjGBubh)}(hNote that if no primary address exists for the interface selected, then the primary address of the first non-loopback interface that has one will be used regardless of this setting.h]hNote that if no primary address exists for the interface selected, then the primary address of the first non-loopback interface that has one will be used regardless of this setting.}(hjgBhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjGBubh)}(hPossible values:h]hPossible values:}(hjuBhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjGBubj')}(hhh](j,)}(h 0 (disabled)h]h)}(hjBh]h 0 (disabled)}(hjBhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjBubah}(h]h ]h"]h$]h&]uh1j+hjBubj,)}(h 1 (enabled) h]h)}(h 1 (enabled)h]h 1 (enabled)}(hjBhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjBubah}(h]h ]h"]h$]h&]uh1j+hjBubeh}(h]h ]h"]h$]h&]jbjcuh1j&hhhMhjGBubh)}(hDefault: 0 (disabled)h]hDefault: 0 (disabled)}(hjBhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjGBubeh}(h]h ]h"]h$]h&]uh1j hhhMhj7hhubh)}(hhh](h)}(hXigmp_max_memberships - INTEGER Change the maximum number of multicast groups we can subscribe to. Default: 20 Theoretical maximum value is bounded by having to send a membership report in a single datagram (i.e. the report can't span multiple datagrams, or risk confusing the switch and leaving groups you don't intend to). The number of supported groups 'M' is bounded by the number of group report entries you can fit into a single datagram of 65535 bytes. M = 65536-sizeof (ip header)/(sizeof(Group record)) Group records are variable length, with a minimum of 12 bytes. So net.ipv4.igmp_max_memberships should not be set higher than: (65536-24) / 12 = 5459 The value 5459 assumes no IP header options, so in practice this number may be lower. h](h)}(higmp_max_memberships - INTEGERh]higmp_max_memberships - INTEGER}(hjBhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjBubh)}(hhh](h)}(hNChange the maximum number of multicast groups we can subscribe to. Default: 20h]hNChange the maximum number of multicast groups we can subscribe to. Default: 20}(hjBhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjBubh)}(hTheoretical maximum value is bounded by having to send a membership report in a single datagram (i.e. the report can't span multiple datagrams, or risk confusing the switch and leaving groups you don't intend to).h]hTheoretical maximum value is bounded by having to send a membership report in a single datagram (i.e. the report can’t span multiple datagrams, or risk confusing the switch and leaving groups you don’t intend to).}(hjBhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjBubh)}(hThe number of supported groups 'M' is bounded by the number of group report entries you can fit into a single datagram of 65535 bytes.h]hThe number of supported groups ‘M’ is bounded by the number of group report entries you can fit into a single datagram of 65535 bytes.}(hjChhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjBubh)}(h3M = 65536-sizeof (ip header)/(sizeof(Group record))h]h3M = 65536-sizeof (ip header)/(sizeof(Group record))}(hjChhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjBubh)}(h~Group records are variable length, with a minimum of 12 bytes. So net.ipv4.igmp_max_memberships should not be set higher than:h]h~Group records are variable length, with a minimum of 12 bytes. So net.ipv4.igmp_max_memberships should not be set higher than:}(hjChhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjBubh)}(h(65536-24) / 12 = 5459h]h(65536-24) / 12 = 5459}(hj-ChhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjBubh)}(hUThe value 5459 assumes no IP header options, so in practice this number may be lower.h]hUThe value 5459 assumes no IP header options, so in practice this number may be lower.}(hj;ChhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjBubeh}(h]h ]h"]h$]h&]uh1hhjBubeh}(h]h ]h"]h$]h&]uh1hhhhMhjBubh)}(hyigmp_max_msf - INTEGER Maximum number of addresses allowed in the source filter list for a multicast group. Default: 10 h](h)}(higmp_max_msf - INTEGERh]higmp_max_msf - INTEGER}(hjYChhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM!hjUCubh)}(hhh](h)}(hTMaximum number of addresses allowed in the source filter list for a multicast group.h]hTMaximum number of addresses allowed in the source filter list for a multicast group.}(hjjChhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjgCubh)}(h Default: 10h]h Default: 10}(hjxChhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM!hjgCubeh}(h]h ]h"]h$]h&]uh1hhjUCubeh}(h]h ]h"]h$]h&]uh1hhhhM!hjBhhubh)}(higmp_qrv - INTEGER Controls the IGMP query robustness variable (see RFC2236 8.1). Default: 2 (as specified by RFC2236 8.1) Minimum: 1 (as specified by RFC6636 4.5) h](h)}(higmp_qrv - INTEGERh]higmp_qrv - INTEGER}(hjChhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM(hjCubh)}(hhh](h)}(h>Controls the IGMP query robustness variable (see RFC2236 8.1).h]h>Controls the IGMP query robustness variable (see RFC2236 8.1).}(hjChhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM$hjCubh)}(h(Default: 2 (as specified by RFC2236 8.1)h]h(Default: 2 (as specified by RFC2236 8.1)}(hjChhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM&hjCubh)}(h(Minimum: 1 (as specified by RFC6636 4.5)h]h(Minimum: 1 (as specified by RFC6636 4.5)}(hjChhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM(hjCubeh}(h]h ]h"]h$]h&]uh1hhjCubeh}(h]h ]h"]h$]h&]uh1hhhhM(hjBhhubh)}(hXforce_igmp_version - INTEGER - 0 - (default) No enforcement of a IGMP version, IGMPv1/v2 fallback allowed. Will back to IGMPv3 mode again if all IGMPv1/v2 Querier Present timer expires. - 1 - Enforce to use IGMP version 1. Will also reply IGMPv1 report if receive IGMPv2/v3 query. - 2 - Enforce to use IGMP version 2. Will fallback to IGMPv1 if receive IGMPv1 query message. Will reply report if receive IGMPv3 query. - 3 - Enforce to use IGMP version 3. The same react with default 0. .. note:: this is not the same with force_mld_version because IGMPv3 RFC3376 Security Considerations does not have clear description that we could ignore other version messages completely as MLDv2 RFC3810. So make this value as default 0 is recommended. h](h)}(hforce_igmp_version - INTEGERh]hforce_igmp_version - INTEGER}(hjChhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM9hjCubh)}(hhh](j')}(hhh](j,)}(h0 - (default) No enforcement of a IGMP version, IGMPv1/v2 fallback allowed. Will back to IGMPv3 mode again if all IGMPv1/v2 Querier Present timer expires.h]h)}(h0 - (default) No enforcement of a IGMP version, IGMPv1/v2 fallback allowed. Will back to IGMPv3 mode again if all IGMPv1/v2 Querier Present timer expires.h]h0 - (default) No enforcement of a IGMP version, IGMPv1/v2 fallback allowed. Will back to IGMPv3 mode again if all IGMPv1/v2 Querier Present timer expires.}(hjChhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM+hjCubah}(h]h ]h"]h$]h&]uh1j+hjCubj,)}(h\1 - Enforce to use IGMP version 1. Will also reply IGMPv1 report if receive IGMPv2/v3 query.h]h)}(h\1 - Enforce to use IGMP version 1. Will also reply IGMPv1 report if receive IGMPv2/v3 query.h]h\1 - Enforce to use IGMP version 1. Will also reply IGMPv1 report if receive IGMPv2/v3 query.}(hjDhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM.hj Dubah}(h]h ]h"]h$]h&]uh1j+hjCubj,)}(h2 - Enforce to use IGMP version 2. Will fallback to IGMPv1 if receive IGMPv1 query message. Will reply report if receive IGMPv3 query.h]h)}(h2 - Enforce to use IGMP version 2. Will fallback to IGMPv1 if receive IGMPv1 query message. Will reply report if receive IGMPv3 query.h]h2 - Enforce to use IGMP version 2. Will fallback to IGMPv1 if receive IGMPv1 query message. Will reply report if receive IGMPv3 query.}(hj)DhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM0hj%Dubah}(h]h ]h"]h$]h&]uh1j+hjCubj,)}(hB3 - Enforce to use IGMP version 3. The same react with default 0. h]h)}(hA3 - Enforce to use IGMP version 3. The same react with default 0.h]hA3 - Enforce to use IGMP version 3. The same react with default 0.}(hjADhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM2hj=Dubah}(h]h ]h"]h$]h&]uh1j+hjCubeh}(h]h ]h"]h$]h&]jbjcuh1j&hhhM+hjCubhnote)}(hthis is not the same with force_mld_version because IGMPv3 RFC3376 Security Considerations does not have clear description that we could ignore other version messages completely as MLDv2 RFC3810. So make this value as default 0 is recommended.h]h)}(hthis is not the same with force_mld_version because IGMPv3 RFC3376 Security Considerations does not have clear description that we could ignore other version messages completely as MLDv2 RFC3810. So make this value as default 0 is recommended.h]hthis is not the same with force_mld_version because IGMPv3 RFC3376 Security Considerations does not have clear description that we could ignore other version messages completely as MLDv2 RFC3810. So make this value as default 0 is recommended.}(hjaDhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM6hj]Dubah}(h]h ]h"]h$]h&]uh1j[DhjCubeh}(h]h ]h"]h$]h&]uh1hhjCubeh}(h]h ]h"]h$]h&]uh1hhhhM9hjBhhubh)}(hu``conf/interface/*`` changes special settings per interface (where interface" is the name of your network interface) h](h)}(h``conf/interface/*``h]hliteral)}(hjDh]hconf/interface/*}(hjDhhhNhNubah}(h]h ]h"]h$]h&]uh1jDhjDubah}(h]h ]h"]h$]h&]uh1hhhhM=hjDubh)}(hhh]h)}(h_changes special settings per interface (where interface" is the name of your network interface)h]hachanges special settings per interface (where interface” is the name of your network interface)}(hjDhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM<hjDubah}(h]h ]h"]h$]h&]uh1hhjDubeh}(h]h ]h"]h$]h&]uh1hhhhM=hjBhhubh)}(hC``conf/all/*`` is special, changes the settings for all interfaces h](h)}(h``conf/all/*``h]jD)}(hjDh]h conf/all/*}(hjDhhhNhNubah}(h]h ]h"]h$]h&]uh1jDhjDubah}(h]h ]h"]h$]h&]uh1hhhhM@hjDubh)}(hhh]h)}(h3is special, changes the settings for all interfacesh]h3is special, changes the settings for all interfaces}(hjDhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM@hjDubah}(h]h ]h"]h$]h&]uh1hhjDubeh}(h]h ]h"]h$]h&]uh1hhhhM@hjBhhubh)}(hlog_martians - BOOLEAN Log packets with impossible addresses to kernel log. log_martians for the interface will be enabled if at least one of conf/{all,interface}/log_martians is set to TRUE, it will be disabled otherwise h](h)}(hlog_martians - BOOLEANh]hlog_martians - BOOLEAN}(hjDhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMFhjDubh)}(hhh]h)}(hLog packets with impossible addresses to kernel log. log_martians for the interface will be enabled if at least one of conf/{all,interface}/log_martians is set to TRUE, it will be disabled otherwiseh]hLog packets with impossible addresses to kernel log. log_martians for the interface will be enabled if at least one of conf/{all,interface}/log_martians is set to TRUE, it will be disabled otherwise}(hjEhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMChjEubah}(h]h ]h"]h$]h&]uh1hhjDubeh}(h]h ]h"]h$]h&]uh1hhhhMFhjBhhubh)}(hXaccept_redirects - BOOLEAN Accept ICMP redirect messages. accept_redirects for the interface will be enabled if: - both conf/{all,interface}/accept_redirects are TRUE in the case forwarding for the interface is enabled or - at least one of conf/{all,interface}/accept_redirects is TRUE in the case forwarding for the interface is disabled accept_redirects for the interface will be disabled otherwise default: - TRUE (host) - FALSE (router) h](h)}(haccept_redirects - BOOLEANh]haccept_redirects - BOOLEAN}(hj&EhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMYhj"Eubh)}(hhh](h)}(hUAccept ICMP redirect messages. accept_redirects for the interface will be enabled if:h]hUAccept ICMP redirect messages. accept_redirects for the interface will be enabled if:}(hj7EhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMIhj4Eubj')}(hhh]j,)}(hhboth conf/{all,interface}/accept_redirects are TRUE in the case forwarding for the interface is enabled h]h)}(hgboth conf/{all,interface}/accept_redirects are TRUE in the case forwarding for the interface is enabledh]hgboth conf/{all,interface}/accept_redirects are TRUE in the case forwarding for the interface is enabled}(hjLEhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMLhjHEubah}(h]h ]h"]h$]h&]uh1j+hjEEubah}(h]h ]h"]h$]h&]jbjcuh1j&hhhMLhj4Eubh)}(horh]hor}(hjfEhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMOhj4Eubj')}(hhh]j,)}(hsat least one of conf/{all,interface}/accept_redirects is TRUE in the case forwarding for the interface is disabled h]h)}(hrat least one of conf/{all,interface}/accept_redirects is TRUE in the case forwarding for the interface is disabledh]hrat least one of conf/{all,interface}/accept_redirects is TRUE in the case forwarding for the interface is disabled}(hj{EhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMQhjwEubah}(h]h ]h"]h$]h&]uh1j+hjtEubah}(h]h ]h"]h$]h&]jbjcuh1j&hhhMQhj4Eubh)}(h=accept_redirects for the interface will be disabled otherwiseh]h=accept_redirects for the interface will be disabled otherwise}(hjEhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMThj4Eubh)}(hdefault:h]hdefault:}(hjEhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMVhj4Eubj )}(h- TRUE (host) - FALSE (router) h]j')}(hhh](j,)}(h TRUE (host)h]h)}(hjEh]h TRUE (host)}(hjEhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMXhjEubah}(h]h ]h"]h$]h&]uh1j+hjEubj,)}(hFALSE (router) h]h)}(hFALSE (router)h]hFALSE (router)}(hjEhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMYhjEubah}(h]h ]h"]h$]h&]uh1j+hjEubeh}(h]h ]h"]h$]h&]jbjcuh1j&hhhMXhjEubah}(h]h ]h"]h$]h&]uh1j hhhMXhj4Eubeh}(h]h ]h"]h$]h&]uh1hhj"Eubeh}(h]h ]h"]h$]h&]uh1hhhhMYhjBhhubh)}(hforwarding - BOOLEAN Enable IP forwarding on this interface. This controls whether packets received _on_ this interface can be forwarded. h](h)}(hforwarding - BOOLEANh]hforwarding - BOOLEAN}(hjFhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM]hjEubh)}(hhh]h)}(huEnable IP forwarding on this interface. This controls whether packets received _on_ this interface can be forwarded.h]huEnable IP forwarding on this interface. This controls whether packets received _on_ this interface can be forwarded.}(hjFhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM\hjFubah}(h]h ]h"]h$]h&]uh1hhjEubeh}(h]h ]h"]h$]h&]uh1hhhhM]hjBhhubh)}(hmc_forwarding - BOOLEAN Do multicast routing. The kernel needs to be compiled with CONFIG_MROUTE and a multicast routing daemon is required. conf/all/mc_forwarding must also be set to TRUE to enable multicast routing for the interface h](h)}(hmc_forwarding - BOOLEANh]hmc_forwarding - BOOLEAN}(hj2FhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMchj.Fubh)}(hhh]h)}(hDo multicast routing. The kernel needs to be compiled with CONFIG_MROUTE and a multicast routing daemon is required. conf/all/mc_forwarding must also be set to TRUE to enable multicast routing for the interfaceh]hDo multicast routing. The kernel needs to be compiled with CONFIG_MROUTE and a multicast routing daemon is required. conf/all/mc_forwarding must also be set to TRUE to enable multicast routing for the interface}(hjCFhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM`hj@Fubah}(h]h ]h"]h$]h&]uh1hhj.Fubeh}(h]h ]h"]h$]h&]uh1hhhhMchjBhhubh)}(hXmedium_id - INTEGER Integer value used to differentiate the devices by the medium they are attached to. Two devices can have different id values when the broadcast packets are received only on one of them. The default value 0 means that the device is the only interface to its medium, value of -1 means that medium is not known. Currently, it is used to change the proxy_arp behavior: the proxy_arp feature is enabled for packets forwarded between two devices attached to different media. h](h)}(hmedium_id - INTEGERh]hmedium_id - INTEGER}(hjaFhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMnhj]Fubh)}(hhh](h)}(hX4Integer value used to differentiate the devices by the medium they are attached to. Two devices can have different id values when the broadcast packets are received only on one of them. The default value 0 means that the device is the only interface to its medium, value of -1 means that medium is not known.h]hX4Integer value used to differentiate the devices by the medium they are attached to. Two devices can have different id values when the broadcast packets are received only on one of them. The default value 0 means that the device is the only interface to its medium, value of -1 means that medium is not known.}(hjrFhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMfhjoFubh)}(hCurrently, it is used to change the proxy_arp behavior: the proxy_arp feature is enabled for packets forwarded between two devices attached to different media.h]hCurrently, it is used to change the proxy_arp behavior: the proxy_arp feature is enabled for packets forwarded between two devices attached to different media.}(hjFhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMlhjoFubeh}(h]h ]h"]h$]h&]uh1hhj]Fubeh}(h]h ]h"]h$]h&]uh1hhhhMnhjBhhubh)}(hproxy_arp - BOOLEAN Do proxy arp. proxy_arp for the interface will be enabled if at least one of conf/{all,interface}/proxy_arp is set to TRUE, it will be disabled otherwise h](h)}(hproxy_arp - BOOLEANh]hproxy_arp - BOOLEAN}(hjFhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMuhjFubh)}(hhh](h)}(h Do proxy arp.h]h Do proxy arp.}(hjFhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMqhjFubh)}(hproxy_arp for the interface will be enabled if at least one of conf/{all,interface}/proxy_arp is set to TRUE, it will be disabled otherwiseh]hproxy_arp for the interface will be enabled if at least one of conf/{all,interface}/proxy_arp is set to TRUE, it will be disabled otherwise}(hjFhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMshjFubeh}(h]h ]h"]h$]h&]uh1hhjFubeh}(h]h ]h"]h$]h&]uh1hhhhMuhjBhhubh)}(hXproxy_arp_pvlan - BOOLEAN Private VLAN proxy arp. Basically allow proxy arp replies back to the same interface (from which the ARP request/solicitation was received). This is done to support (ethernet) switch features, like RFC 3069, where the individual ports are NOT allowed to communicate with each other, but they are allowed to talk to the upstream router. As described in RFC 3069, it is possible to allow these hosts to communicate through the upstream router by proxy_arp'ing. Don't need to be used together with proxy_arp. This technology is known by different names: - In RFC 3069 it is called VLAN Aggregation. - Cisco and Allied Telesyn call it Private VLAN. - Hewlett-Packard call it Source-Port filtering or port-isolation. - Ericsson call it MAC-Forced Forwarding (RFC Draft). h](h)}(hproxy_arp_pvlan - BOOLEANh]hproxy_arp_pvlan - BOOLEAN}(hjFhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjFubh)}(hhh](h)}(hPrivate VLAN proxy arp.h]hPrivate VLAN proxy arp.}(hjFhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMxhjFubh)}(htBasically allow proxy arp replies back to the same interface (from which the ARP request/solicitation was received).h]htBasically allow proxy arp replies back to the same interface (from which the ARP request/solicitation was received).}(hjFhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMzhjFubh)}(hXmThis is done to support (ethernet) switch features, like RFC 3069, where the individual ports are NOT allowed to communicate with each other, but they are allowed to talk to the upstream router. As described in RFC 3069, it is possible to allow these hosts to communicate through the upstream router by proxy_arp'ing. Don't need to be used together with proxy_arp.h]hXqThis is done to support (ethernet) switch features, like RFC 3069, where the individual ports are NOT allowed to communicate with each other, but they are allowed to talk to the upstream router. As described in RFC 3069, it is possible to allow these hosts to communicate through the upstream router by proxy_arp’ing. Don’t need to be used together with proxy_arp.}(hjGhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM}hjFubh)}(h,This technology is known by different names:h]h,This technology is known by different names:}(hjGhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjFubj')}(hhh](j,)}(h*In RFC 3069 it is called VLAN Aggregation.h]h)}(hj)Gh]h*In RFC 3069 it is called VLAN Aggregation.}(hj+GhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj'Gubah}(h]h ]h"]h$]h&]uh1j+hj$Gubj,)}(h.Cisco and Allied Telesyn call it Private VLAN.h]h)}(hj@Gh]h.Cisco and Allied Telesyn call it Private VLAN.}(hjBGhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj>Gubah}(h]h ]h"]h$]h&]uh1j+hj$Gubj,)}(h@Hewlett-Packard call it Source-Port filtering or port-isolation.h]h)}(hjWGh]h@Hewlett-Packard call it Source-Port filtering or port-isolation.}(hjYGhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjUGubah}(h]h ]h"]h$]h&]uh1j+hj$Gubj,)}(h4Ericsson call it MAC-Forced Forwarding (RFC Draft). h]h)}(h3Ericsson call it MAC-Forced Forwarding (RFC Draft).h]h3Ericsson call it MAC-Forced Forwarding (RFC Draft).}(hjpGhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjlGubah}(h]h ]h"]h$]h&]uh1j+hj$Gubeh}(h]h ]h"]h$]h&]jbjcuh1j&hhhMhjFubeh}(h]h ]h"]h$]h&]uh1hhjFubeh}(h]h ]h"]h$]h&]uh1hhhhMhjBhhubh)}(hXproxy_delay - INTEGER Delay proxy response. Delay response to a neighbor solicitation when proxy_arp or proxy_ndp is enabled. A random value between [0, proxy_delay) will be chosen, setting to zero means reply with no delay. Value in jiffies. Defaults to 80. h](h)}(hproxy_delay - INTEGERh]hproxy_delay - INTEGER}(hjGhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjGubh)}(hhh](h)}(hDelay proxy response.h]hDelay proxy response.}(hjGhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjGubh)}(hDelay response to a neighbor solicitation when proxy_arp or proxy_ndp is enabled. A random value between [0, proxy_delay) will be chosen, setting to zero means reply with no delay. Value in jiffies. Defaults to 80.h]hDelay response to a neighbor solicitation when proxy_arp or proxy_ndp is enabled. A random value between [0, proxy_delay) will be chosen, setting to zero means reply with no delay. Value in jiffies. Defaults to 80.}(hjGhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjGubeh}(h]h ]h"]h$]h&]uh1hhjGubeh}(h]h ]h"]h$]h&]uh1hhhhMhjBhhubh)}(hXshared_media - BOOLEAN Send(router) or accept(host) RFC1620 shared media redirects. Overrides secure_redirects. shared_media for the interface will be enabled if at least one of conf/{all,interface}/shared_media is set to TRUE, it will be disabled otherwise default TRUE h](h)}(hshared_media - BOOLEANh]hshared_media - BOOLEAN}(hjGhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjGubh)}(hhh](h)}(hXSend(router) or accept(host) RFC1620 shared media redirects. Overrides secure_redirects.h]hXSend(router) or accept(host) RFC1620 shared media redirects. Overrides secure_redirects.}(hjGhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjGubh)}(hshared_media for the interface will be enabled if at least one of conf/{all,interface}/shared_media is set to TRUE, it will be disabled otherwiseh]hshared_media for the interface will be enabled if at least one of conf/{all,interface}/shared_media is set to TRUE, it will be disabled otherwise}(hjGhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjGubh)}(h default TRUEh]h default TRUE}(hjHhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjGubeh}(h]h ]h"]h$]h&]uh1hhjGubeh}(h]h ]h"]h$]h&]uh1hhhhMhjBhhubh)}(hXvsecure_redirects - BOOLEAN Accept ICMP redirect messages only to gateways listed in the interface's current gateway list. Even if disabled, RFC1122 redirect rules still apply. Overridden by shared_media. secure_redirects for the interface will be enabled if at least one of conf/{all,interface}/secure_redirects is set to TRUE, it will be disabled otherwise default TRUE h](h)}(hsecure_redirects - BOOLEANh]hsecure_redirects - BOOLEAN}(hj"HhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjHubh)}(hhh](h)}(hAccept ICMP redirect messages only to gateways listed in the interface's current gateway list. Even if disabled, RFC1122 redirect rules still apply.h]hAccept ICMP redirect messages only to gateways listed in the interface’s current gateway list. Even if disabled, RFC1122 redirect rules still apply.}(hj3HhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj0Hubh)}(hOverridden by shared_media.h]hOverridden by shared_media.}(hjAHhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj0Hubh)}(hsecure_redirects for the interface will be enabled if at least one of conf/{all,interface}/secure_redirects is set to TRUE, it will be disabled otherwiseh]hsecure_redirects for the interface will be enabled if at least one of conf/{all,interface}/secure_redirects is set to TRUE, it will be disabled otherwise}(hjOHhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj0Hubh)}(h default TRUEh]h default TRUE}(hj]HhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj0Hubeh}(h]h ]h"]h$]h&]uh1hhjHubeh}(h]h ]h"]h$]h&]uh1hhhhMhjBhhubh)}(hsend_redirects - BOOLEAN Send redirects, if router. send_redirects for the interface will be enabled if at least one of conf/{all,interface}/send_redirects is set to TRUE, it will be disabled otherwise Default: TRUE h](h)}(hsend_redirects - BOOLEANh]hsend_redirects - BOOLEAN}(hj{HhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjwHubh)}(hhh](h)}(hSend redirects, if router.h]hSend redirects, if router.}(hjHhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjHubh)}(hsend_redirects for the interface will be enabled if at least one of conf/{all,interface}/send_redirects is set to TRUE, it will be disabled otherwiseh]hsend_redirects for the interface will be enabled if at least one of conf/{all,interface}/send_redirects is set to TRUE, it will be disabled otherwise}(hjHhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjHubh)}(h Default: TRUEh]h Default: TRUE}(hjHhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjHubeh}(h]h ]h"]h$]h&]uh1hhjwHubeh}(h]h ]h"]h$]h&]uh1hhhhMhjBhhubh)}(hX2bootp_relay - BOOLEAN Accept packets with source address 0.b.c.d destined not to this host as local ones. It is supposed, that BOOTP relay daemon will catch and forward such packets. conf/all/bootp_relay must also be set to TRUE to enable BOOTP relay for the interface default FALSE Not Implemented Yet. h](h)}(hbootp_relay - BOOLEANh]hbootp_relay - BOOLEAN}(hjHhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjHubh)}(hhh](h)}(hAccept packets with source address 0.b.c.d destined not to this host as local ones. It is supposed, that BOOTP relay daemon will catch and forward such packets. conf/all/bootp_relay must also be set to TRUE to enable BOOTP relay for the interfaceh]hAccept packets with source address 0.b.c.d destined not to this host as local ones. It is supposed, that BOOTP relay daemon will catch and forward such packets. conf/all/bootp_relay must also be set to TRUE to enable BOOTP relay for the interface}(hjHhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjHubh)}(h default FALSEh]h default FALSE}(hjHhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjHubh)}(hNot Implemented Yet.h]hNot Implemented Yet.}(hjHhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjHubeh}(h]h ]h"]h$]h&]uh1hhjHubeh}(h]h ]h"]h$]h&]uh1hhhhMhjBhhubh)}(haccept_source_route - BOOLEAN Accept packets with SRR option. conf/all/accept_source_route must also be set to TRUE to accept packets with SRR option on the interface default - TRUE (router) - FALSE (host) h](h)}(haccept_source_route - BOOLEANh]haccept_source_route - BOOLEAN}(hjIhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj Iubh)}(hhh](h)}(hAccept packets with SRR option. conf/all/accept_source_route must also be set to TRUE to accept packets with SRR option on the interfaceh]hAccept packets with SRR option. conf/all/accept_source_route must also be set to TRUE to accept packets with SRR option on the interface}(hj"IhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjIubh)}(hdefaulth]hdefault}(hj0IhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjIubj )}(h- TRUE (router) - FALSE (host) h]j')}(hhh](j,)}(h TRUE (router)h]h)}(hjGIh]h TRUE (router)}(hjIIhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjEIubah}(h]h ]h"]h$]h&]uh1j+hjBIubj,)}(h FALSE (host) h]h)}(h FALSE (host)h]h FALSE (host)}(hj`IhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj\Iubah}(h]h ]h"]h$]h&]uh1j+hjBIubeh}(h]h ]h"]h$]h&]jbjcuh1j&hhhMhj>Iubah}(h]h ]h"]h$]h&]uh1j hhhMhjIubeh}(h]h ]h"]h$]h&]uh1hhj Iubeh}(h]h ]h"]h$]h&]uh1hhhhMhjBhhubh)}(haccept_local - BOOLEAN Accept packets with local source addresses. In combination with suitable routing, this can be used to direct packets between two local interfaces over the wire and have them accepted properly. default FALSE h](h)}(haccept_local - BOOLEANh]haccept_local - BOOLEAN}(hjIhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjIubh)}(hhh]h)}(hAccept packets with local source addresses. In combination with suitable routing, this can be used to direct packets between two local interfaces over the wire and have them accepted properly. default FALSEh]hAccept packets with local source addresses. In combination with suitable routing, this can be used to direct packets between two local interfaces over the wire and have them accepted properly. default FALSE}(hjIhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjIubah}(h]h ]h"]h$]h&]uh1hhjIubeh}(h]h ]h"]h$]h&]uh1hhhhMhjBhhubh)}(hroute_localnet - BOOLEAN Do not consider loopback addresses as martian source or destination while routing. This enables the use of 127/8 for local routing purposes. default FALSE h](h)}(hroute_localnet - BOOLEANh]hroute_localnet - BOOLEAN}(hjIhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjIubh)}(hhh](h)}(hDo not consider loopback addresses as martian source or destination while routing. This enables the use of 127/8 for local routing purposes.h]hDo not consider loopback addresses as martian source or destination while routing. This enables the use of 127/8 for local routing purposes.}(hjIhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjIubh)}(h default FALSEh]h default FALSE}(hjIhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjIubeh}(h]h ]h"]h$]h&]uh1hhjIubeh}(h]h ]h"]h$]h&]uh1hhhhMhjBhhubh)}(hXxrp_filter - INTEGER - 0 - No source validation. - 1 - Strict mode as defined in RFC3704 Strict Reverse Path Each incoming packet is tested against the FIB and if the interface is not the best reverse path the packet check will fail. By default failed packets are discarded. - 2 - Loose mode as defined in RFC3704 Loose Reverse Path Each incoming packet's source address is also tested against the FIB and if the source address is not reachable via any interface the packet check will fail. Current recommended practice in RFC3704 is to enable strict mode to prevent IP spoofing from DDos attacks. If using asymmetric routing or other complicated routing, then loose mode is recommended. The max value from conf/{all,interface}/rp_filter is used when doing source validation on the {interface}. Default value is 0. Note that some distributions enable it in startup scripts. h](h)}(hrp_filter - INTEGERh]hrp_filter - INTEGER}(hjIhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjIubh)}(hhh](j')}(hhh](j,)}(h0 - No source validation.h]h)}(hjJh]h0 - No source validation.}(hjJhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjJubah}(h]h ]h"]h$]h&]uh1j+hj Jubj,)}(h1 - Strict mode as defined in RFC3704 Strict Reverse Path Each incoming packet is tested against the FIB and if the interface is not the best reverse path the packet check will fail. By default failed packets are discarded.h]h)}(h1 - Strict mode as defined in RFC3704 Strict Reverse Path Each incoming packet is tested against the FIB and if the interface is not the best reverse path the packet check will fail. By default failed packets are discarded.h]h1 - Strict mode as defined in RFC3704 Strict Reverse Path Each incoming packet is tested against the FIB and if the interface is not the best reverse path the packet check will fail. By default failed packets are discarded.}(hj+JhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj'Jubah}(h]h ]h"]h$]h&]uh1j+hj Jubj,)}(h2 - Loose mode as defined in RFC3704 Loose Reverse Path Each incoming packet's source address is also tested against the FIB and if the source address is not reachable via any interface the packet check will fail. h]h)}(h2 - Loose mode as defined in RFC3704 Loose Reverse Path Each incoming packet's source address is also tested against the FIB and if the source address is not reachable via any interface the packet check will fail.h]h2 - Loose mode as defined in RFC3704 Loose Reverse Path Each incoming packet’s source address is also tested against the FIB and if the source address is not reachable via any interface the packet check will fail.}(hjCJhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj?Jubah}(h]h ]h"]h$]h&]uh1j+hj Jubeh}(h]h ]h"]h$]h&]jbjcuh1j&hhhMhj Jubh)}(hCurrent recommended practice in RFC3704 is to enable strict mode to prevent IP spoofing from DDos attacks. If using asymmetric routing or other complicated routing, then loose mode is recommended.h]hCurrent recommended practice in RFC3704 is to enable strict mode to prevent IP spoofing from DDos attacks. If using asymmetric routing or other complicated routing, then loose mode is recommended.}(hj]JhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj Jubh)}(hjThe max value from conf/{all,interface}/rp_filter is used when doing source validation on the {interface}.h]hjThe max value from conf/{all,interface}/rp_filter is used when doing source validation on the {interface}.}(hjkJhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj Jubh)}(hNDefault value is 0. Note that some distributions enable it in startup scripts.h]hNDefault value is 0. Note that some distributions enable it in startup scripts.}(hjyJhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj Jubeh}(h]h ]h"]h$]h&]uh1hhjIubeh}(h]h ]h"]h$]h&]uh1hhhhMhjBhhubh)}(hXsrc_valid_mark - BOOLEAN - 0 - The fwmark of the packet is not included in reverse path route lookup. This allows for asymmetric routing configurations utilizing the fwmark in only one direction, e.g., transparent proxying. - 1 - The fwmark of the packet is included in reverse path route lookup. This permits rp_filter to function when the fwmark is used for routing traffic in both directions. This setting also affects the utilization of fmwark when performing source address selection for ICMP replies, or determining addresses stored for the IPOPT_TS_TSANDADDR and IPOPT_RR IP options. The max value from conf/{all,interface}/src_valid_mark is used. Default value is 0. h](h)}(hsrc_valid_mark - BOOLEANh]hsrc_valid_mark - BOOLEAN}(hjJhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjJubh)}(hhh](j')}(hhh](j,)}(h0 - The fwmark of the packet is not included in reverse path route lookup. This allows for asymmetric routing configurations utilizing the fwmark in only one direction, e.g., transparent proxying. h]h)}(h0 - The fwmark of the packet is not included in reverse path route lookup. This allows for asymmetric routing configurations utilizing the fwmark in only one direction, e.g., transparent proxying.h]h0 - The fwmark of the packet is not included in reverse path route lookup. This allows for asymmetric routing configurations utilizing the fwmark in only one direction, e.g., transparent proxying.}(hjJhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjJubah}(h]h ]h"]h$]h&]uh1j+hjJubj,)}(h1 - The fwmark of the packet is included in reverse path route lookup. This permits rp_filter to function when the fwmark is used for routing traffic in both directions. h]h)}(h1 - The fwmark of the packet is included in reverse path route lookup. This permits rp_filter to function when the fwmark is used for routing traffic in both directions.h]h1 - The fwmark of the packet is included in reverse path route lookup. This permits rp_filter to function when the fwmark is used for routing traffic in both directions.}(hjJhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjJubah}(h]h ]h"]h$]h&]uh1j+hjJubeh}(h]h ]h"]h$]h&]jbjcuh1j&hhhMhjJubh)}(hThis setting also affects the utilization of fmwark when performing source address selection for ICMP replies, or determining addresses stored for the IPOPT_TS_TSANDADDR and IPOPT_RR IP options.h]hThis setting also affects the utilization of fmwark when performing source address selection for ICMP replies, or determining addresses stored for the IPOPT_TS_TSANDADDR and IPOPT_RR IP options.}(hjJhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjJubh)}(h?The max value from conf/{all,interface}/src_valid_mark is used.h]h?The max value from conf/{all,interface}/src_valid_mark is used.}(hjJhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjJubh)}(hDefault value is 0.h]hDefault value is 0.}(hjJhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjJubeh}(h]h ]h"]h$]h&]uh1hhjJubeh}(h]h ]h"]h$]h&]uh1hhhhMhjBhhubh)}(hXarp_filter - BOOLEAN - 1 - Allows you to have multiple network interfaces on the same subnet, and have the ARPs for each interface be answered based on whether or not the kernel would route a packet from the ARP'd IP out that interface (therefore you must use source based routing for this to work). In other words it allows control of which cards (usually 1) will respond to an arp request. - 0 - (default) The kernel can respond to arp requests with addresses from other interfaces. This may seem wrong but it usually makes sense, because it increases the chance of successful communication. IP addresses are owned by the complete host on Linux, not by particular interfaces. Only for more complex setups like load- balancing, does this behaviour cause problems. arp_filter for the interface will be enabled if at least one of conf/{all,interface}/arp_filter is set to TRUE, it will be disabled otherwise h](h)}(harp_filter - BOOLEANh]harp_filter - BOOLEAN}(hjKhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjKubh)}(hhh](j')}(hhh](j,)}(hXq1 - Allows you to have multiple network interfaces on the same subnet, and have the ARPs for each interface be answered based on whether or not the kernel would route a packet from the ARP'd IP out that interface (therefore you must use source based routing for this to work). In other words it allows control of which cards (usually 1) will respond to an arp request. h]h)}(hXp1 - Allows you to have multiple network interfaces on the same subnet, and have the ARPs for each interface be answered based on whether or not the kernel would route a packet from the ARP'd IP out that interface (therefore you must use source based routing for this to work). In other words it allows control of which cards (usually 1) will respond to an arp request.h]hXr1 - Allows you to have multiple network interfaces on the same subnet, and have the ARPs for each interface be answered based on whether or not the kernel would route a packet from the ARP’d IP out that interface (therefore you must use source based routing for this to work). In other words it allows control of which cards (usually 1) will respond to an arp request.}(hj3KhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj/Kubah}(h]h ]h"]h$]h&]uh1j+hj,Kubj,)}(hXs0 - (default) The kernel can respond to arp requests with addresses from other interfaces. This may seem wrong but it usually makes sense, because it increases the chance of successful communication. IP addresses are owned by the complete host on Linux, not by particular interfaces. Only for more complex setups like load- balancing, does this behaviour cause problems. h]h)}(hXr0 - (default) The kernel can respond to arp requests with addresses from other interfaces. This may seem wrong but it usually makes sense, because it increases the chance of successful communication. IP addresses are owned by the complete host on Linux, not by particular interfaces. Only for more complex setups like load- balancing, does this behaviour cause problems.h]hXr0 - (default) The kernel can respond to arp requests with addresses from other interfaces. This may seem wrong but it usually makes sense, because it increases the chance of successful communication. IP addresses are owned by the complete host on Linux, not by particular interfaces. Only for more complex setups like load- balancing, does this behaviour cause problems.}(hjKKhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjGKubah}(h]h ]h"]h$]h&]uh1j+hj,Kubeh}(h]h ]h"]h$]h&]jbjcuh1j&hhhMhj)Kubh)}(harp_filter for the interface will be enabled if at least one of conf/{all,interface}/arp_filter is set to TRUE, it will be disabled otherwiseh]harp_filter for the interface will be enabled if at least one of conf/{all,interface}/arp_filter is set to TRUE, it will be disabled otherwise}(hjeKhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hj)Kubeh}(h]h ]h"]h$]h&]uh1hhjKubeh}(h]h ]h"]h$]h&]uh1hhhhMhjBhhubh)}(hX<arp_announce - INTEGER Define different restriction levels for announcing the local source IP address from IP packets in ARP requests sent on interface: - 0 - (default) Use any local address, configured on any interface - 1 - Try to avoid local addresses that are not in the target's subnet for this interface. This mode is useful when target hosts reachable via this interface require the source IP address in ARP requests to be part of their logical network configured on the receiving interface. When we generate the request we will check all our subnets that include the target IP and will preserve the source address if it is from such subnet. If there is no such subnet we select source address according to the rules for level 2. - 2 - Always use the best local address for this target. In this mode we ignore the source address in the IP packet and try to select local address that we prefer for talks with the target host. Such local address is selected by looking for primary IP addresses on all our subnets on the outgoing interface that include the target IP address. If no suitable local address is found we select the first local address we have on the outgoing interface or on all other interfaces, with the hope we will receive reply for our request and even sometimes no matter the source IP address we announce. The max value from conf/{all,interface}/arp_announce is used. Increasing the restriction level gives more chance for receiving answer from the resolved target while decreasing the level announces more valid sender's information. h](h)}(harp_announce - INTEGERh]harp_announce - INTEGER}(hjKhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM.hjKubh)}(hhh](h)}(hDefine different restriction levels for announcing the local source IP address from IP packets in ARP requests sent on interface:h]hDefine different restriction levels for announcing the local source IP address from IP packets in ARP requests sent on interface:}(hjKhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjKubj')}(hhh](j,)}(h@0 - (default) Use any local address, configured on any interfaceh]h)}(hjKh]h@0 - (default) Use any local address, configured on any interface}(hjKhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjKubah}(h]h ]h"]h$]h&]uh1j+hjKubj,)}(hX1 - Try to avoid local addresses that are not in the target's subnet for this interface. This mode is useful when target hosts reachable via this interface require the source IP address in ARP requests to be part of their logical network configured on the receiving interface. When we generate the request we will check all our subnets that include the target IP and will preserve the source address if it is from such subnet. If there is no such subnet we select source address according to the rules for level 2.h]h)}(hX1 - Try to avoid local addresses that are not in the target's subnet for this interface. This mode is useful when target hosts reachable via this interface require the source IP address in ARP requests to be part of their logical network configured on the receiving interface. When we generate the request we will check all our subnets that include the target IP and will preserve the source address if it is from such subnet. If there is no such subnet we select source address according to the rules for level 2.h]hX1 - Try to avoid local addresses that are not in the target’s subnet for this interface. This mode is useful when target hosts reachable via this interface require the source IP address in ARP requests to be part of their logical network configured on the receiving interface. When we generate the request we will check all our subnets that include the target IP and will preserve the source address if it is from such subnet. If there is no such subnet we select source address according to the rules for level 2.}(hjKhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjKubah}(h]h ]h"]h$]h&]uh1j+hjKubj,)}(hXO2 - Always use the best local address for this target. In this mode we ignore the source address in the IP packet and try to select local address that we prefer for talks with the target host. Such local address is selected by looking for primary IP addresses on all our subnets on the outgoing interface that include the target IP address. If no suitable local address is found we select the first local address we have on the outgoing interface or on all other interfaces, with the hope we will receive reply for our request and even sometimes no matter the source IP address we announce. h]h)}(hXN2 - Always use the best local address for this target. In this mode we ignore the source address in the IP packet and try to select local address that we prefer for talks with the target host. Such local address is selected by looking for primary IP addresses on all our subnets on the outgoing interface that include the target IP address. If no suitable local address is found we select the first local address we have on the outgoing interface or on all other interfaces, with the hope we will receive reply for our request and even sometimes no matter the source IP address we announce.h]hXN2 - Always use the best local address for this target. In this mode we ignore the source address in the IP packet and try to select local address that we prefer for talks with the target host. Such local address is selected by looking for primary IP addresses on all our subnets on the outgoing interface that include the target IP address. If no suitable local address is found we select the first local address we have on the outgoing interface or on all other interfaces, with the hope we will receive reply for our request and even sometimes no matter the source IP address we announce.}(hjKhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjKubah}(h]h ]h"]h$]h&]uh1j+hjKubeh}(h]h ]h"]h$]h&]jbjcuh1j&hhhMhjKubh)}(h=The max value from conf/{all,interface}/arp_announce is used.h]h=The max value from conf/{all,interface}/arp_announce is used.}(hjKhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM*hjKubh)}(hIncreasing the restriction level gives more chance for receiving answer from the resolved target while decreasing the level announces more valid sender's information.h]hIncreasing the restriction level gives more chance for receiving answer from the resolved target while decreasing the level announces more valid sender’s information.}(hjLhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM,hjKubeh}(h]h ]h"]h$]h&]uh1hhjKubeh}(h]h ]h"]h$]h&]uh1hhhhM.hjBhhubh)}(hX$arp_ignore - INTEGER Define different modes for sending replies in response to received ARP requests that resolve local target IP addresses: - 0 - (default): reply for any local target IP address, configured on any interface - 1 - reply only if the target IP address is local address configured on the incoming interface - 2 - reply only if the target IP address is local address configured on the incoming interface and both with the sender's IP address are part from same subnet on this interface - 3 - do not reply for local addresses configured with scope host, only resolutions for global and link addresses are replied - 4-7 - reserved - 8 - do not reply for all local addresses The max value from conf/{all,interface}/arp_ignore is used when ARP request is received on the {interface} h](h)}(harp_ignore - INTEGERh]harp_ignore - INTEGER}(hjLhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMAhjLubh)}(hhh](h)}(hwDefine different modes for sending replies in response to received ARP requests that resolve local target IP addresses:h]hwDefine different modes for sending replies in response to received ARP requests that resolve local target IP addresses:}(hj/LhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM1hj,Lubj')}(hhh](j,)}(hQ0 - (default): reply for any local target IP address, configured on any interfaceh]h)}(hQ0 - (default): reply for any local target IP address, configured on any interfaceh]hQ0 - (default): reply for any local target IP address, configured on any interface}(hjDLhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM4hj@Lubah}(h]h ]h"]h$]h&]uh1j+hj=Lubj,)}(h]1 - reply only if the target IP address is local address configured on the incoming interfaceh]h)}(h]1 - reply only if the target IP address is local address configured on the incoming interfaceh]h]1 - reply only if the target IP address is local address configured on the incoming interface}(hj\LhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM6hjXLubah}(h]h ]h"]h$]h&]uh1j+hj=Lubj,)}(h2 - reply only if the target IP address is local address configured on the incoming interface and both with the sender's IP address are part from same subnet on this interfaceh]h)}(h2 - reply only if the target IP address is local address configured on the incoming interface and both with the sender's IP address are part from same subnet on this interfaceh]h2 - reply only if the target IP address is local address configured on the incoming interface and both with the sender’s IP address are part from same subnet on this interface}(hjtLhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM8hjpLubah}(h]h ]h"]h$]h&]uh1j+hj=Lubj,)}(h{3 - do not reply for local addresses configured with scope host, only resolutions for global and link addresses are repliedh]h)}(h{3 - do not reply for local addresses configured with scope host, only resolutions for global and link addresses are repliedh]h{3 - do not reply for local addresses configured with scope host, only resolutions for global and link addresses are replied}(hjLhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM;hjLubah}(h]h ]h"]h$]h&]uh1j+hj=Lubj,)}(h4-7 - reservedh]h)}(hjLh]h4-7 - reserved}(hjLhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM=hjLubah}(h]h ]h"]h$]h&]uh1j+hj=Lubj,)}(h)8 - do not reply for all local addresses h]h)}(h(8 - do not reply for all local addressesh]h(8 - do not reply for all local addresses}(hjLhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM>hjLubah}(h]h ]h"]h$]h&]uh1j+hj=Lubeh}(h]h ]h"]h$]h&]jbjcuh1j&hhhM4hj,Lubh)}(hjThe max value from conf/{all,interface}/arp_ignore is used when ARP request is received on the {interface}h]hjThe max value from conf/{all,interface}/arp_ignore is used when ARP request is received on the {interface}}(hjLhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM@hj,Lubeh}(h]h ]h"]h$]h&]uh1hhjLubeh}(h]h ]h"]h$]h&]uh1hhhhMAhjBhhubh)}(hXOarp_notify - BOOLEAN Define mode for notification of address and device changes. == ========================================================== 0 (default): do nothing 1 Generate gratuitous arp requests when device is brought up or hardware address changes. == ========================================================== h](h)}(harp_notify - BOOLEANh]harp_notify - BOOLEAN}(hjLhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMJhjLubh)}(hhh](h)}(h;Define mode for notification of address and device changes.h]h;Define mode for notification of address and device changes.}(hjMhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMDhjMubj )}(h== ========================================================== 0 (default): do nothing 1 Generate gratuitous arp requests when device is brought up or hardware address changes. == ========================================================== h]j)}(hhh]j)}(hhh](j)}(hhh]h}(h]h ]h"]h$]h&]colwidthKuh1jhjMubj)}(hhh]h}(h]h ]h"]h$]h&]colwidthK:uh1jhjMubj)}(hhh](j)}(hhh](j)}(hhh]h)}(hjCh]h0}(hj9MhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMGhj6Mubah}(h]h ]h"]h$]h&]uh1jhj3Mubj)}(hhh]h)}(h(default): do nothingh]h(default): do nothing}(hjOMhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMGhjLMubah}(h]h ]h"]h$]h&]uh1jhj3Mubeh}(h]h ]h"]h$]h&]uh1jhj0Mubj)}(hhh](j)}(hhh]h)}(hjh]h1}(hjoMhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMHhjlMubah}(h]h ]h"]h$]h&]uh1jhjiMubj)}(hhh]h)}(hWGenerate gratuitous arp requests when device is brought up or hardware address changes.h]hWGenerate gratuitous arp requests when device is brought up or hardware address changes.}(hjMhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMHhjMubah}(h]h ]h"]h$]h&]uh1jhjiMubeh}(h]h ]h"]h$]h&]uh1jhj0Mubeh}(h]h ]h"]h$]h&]uh1jhjMubeh}(h]h ]h"]h$]h&]colsKuh1jhjMubah}(h]h ]h"]h$]h&]uh1jhjMubah}(h]h ]h"]h$]h&]uh1j hhhMFhjMubeh}(h]h ]h"]h$]h&]uh1hhjLubeh}(h]h ]h"]h$]h&]uh1hhhhMJhjBhhubh)}(hXarp_accept - INTEGER Define behavior for accepting gratuitous ARP (garp) frames from devices that are not already present in the ARP table: - 0 - don't create new entries in the ARP table - 1 - create new entries in the ARP table - 2 - create new entries only if the source IP address is in the same subnet as an address configured on the interface that received the garp message. Both replies and requests type gratuitous arp will trigger the ARP table to be updated, if this setting is on. If the ARP table already contains the IP address of the gratuitous arp frame, the arp table will be updated regardless if this setting is on or off. h](h)}(harp_accept - INTEGERh]harp_accept - INTEGER}(hjMhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM[hjMubh)}(hhh](h)}(hvDefine behavior for accepting gratuitous ARP (garp) frames from devices that are not already present in the ARP table:h]hvDefine behavior for accepting gratuitous ARP (garp) frames from devices that are not already present in the ARP table:}(hjMhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMMhjMubj')}(hhh](j,)}(h-0 - don't create new entries in the ARP tableh]h)}(hjMh]h/0 - don’t create new entries in the ARP table}(hjMhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMPhjMubah}(h]h ]h"]h$]h&]uh1j+hjMubj,)}(h'1 - create new entries in the ARP tableh]h)}(hjNh]h'1 - create new entries in the ARP table}(hjNhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMQhjNubah}(h]h ]h"]h$]h&]uh1j+hjMubj,)}(h2 - create new entries only if the source IP address is in the same subnet as an address configured on the interface that received the garp message. h]h)}(h2 - create new entries only if the source IP address is in the same subnet as an address configured on the interface that received the garp message.h]h2 - create new entries only if the source IP address is in the same subnet as an address configured on the interface that received the garp message.}(hjNhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMRhjNubah}(h]h ]h"]h$]h&]uh1j+hjMubeh}(h]h ]h"]h$]h&]jbjcuh1j&hhhMPhjMubh)}(hnBoth replies and requests type gratuitous arp will trigger the ARP table to be updated, if this setting is on.h]hnBoth replies and requests type gratuitous arp will trigger the ARP table to be updated, if this setting is on.}(hj6NhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMVhjMubh)}(hIf the ARP table already contains the IP address of the gratuitous arp frame, the arp table will be updated regardless if this setting is on or off.h]hIf the ARP table already contains the IP address of the gratuitous arp frame, the arp table will be updated regardless if this setting is on or off.}(hjDNhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMYhjMubeh}(h]h ]h"]h$]h&]uh1hhjMubeh}(h]h ]h"]h$]h&]uh1hhhhM[hjBhhubh)}(hXarp_evict_nocarrier - BOOLEAN Clears the ARP cache on NOCARRIER events. This option is important for wireless devices where the ARP cache should not be cleared when roaming between access points on the same network. In most cases this should remain as the default (1). Possible values: - 0 (disabled) - Do not clear ARP cache on NOCARRIER events - 1 (enabled) - Clear the ARP cache on NOCARRIER events Default: 1 (enabled) h](h)}(harp_evict_nocarrier - BOOLEANh]harp_evict_nocarrier - BOOLEAN}(hjbNhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhhj^Nubh)}(hhh](h)}(hClears the ARP cache on NOCARRIER events. This option is important for wireless devices where the ARP cache should not be cleared when roaming between access points on the same network. In most cases this should remain as the default (1).h]hClears the ARP cache on NOCARRIER events. This option is important for wireless devices where the ARP cache should not be cleared when roaming between access points on the same network. In most cases this should remain as the default (1).}(hjsNhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM^hjpNubh)}(hPossible values:h]hPossible values:}(hjNhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMchjpNubj')}(hhh](j,)}(h90 (disabled) - Do not clear ARP cache on NOCARRIER eventsh]h)}(hjNh]h90 (disabled) - Do not clear ARP cache on NOCARRIER events}(hjNhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMehjNubah}(h]h ]h"]h$]h&]uh1j+hjNubj,)}(h71 (enabled) - Clear the ARP cache on NOCARRIER events h]h)}(h61 (enabled) - Clear the ARP cache on NOCARRIER eventsh]h61 (enabled) - Clear the ARP cache on NOCARRIER events}(hjNhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMfhjNubah}(h]h ]h"]h$]h&]uh1j+hjNubeh}(h]h ]h"]h$]h&]jbjcuh1j&hhhMehjpNubh)}(hDefault: 1 (enabled)h]hDefault: 1 (enabled)}(hjNhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhhjpNubeh}(h]h ]h"]h$]h&]uh1hhj^Nubeh}(h]h ]h"]h$]h&]uh1hhhhMhhjBhhubh)}(hmcast_solicit - INTEGER The maximum number of multicast probes in INCOMPLETE state, when the associated hardware address is unknown. Defaults to 3. h](h)}(hmcast_solicit - INTEGERh]hmcast_solicit - INTEGER}(hjNhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMmhjNubh)}(hhh]h)}(h|The maximum number of multicast probes in INCOMPLETE state, when the associated hardware address is unknown. Defaults to 3.h]h|The maximum number of multicast probes in INCOMPLETE state, when the associated hardware address is unknown. Defaults to 3.}(hjNhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMkhjNubah}(h]h ]h"]h$]h&]uh1hhjNubeh}(h]h ]h"]h$]h&]uh1hhhhMmhjBhhubh)}(hucast_solicit - INTEGER The maximum number of unicast probes in PROBE state, when the hardware address is being reconfirmed. Defaults to 3. h](h)}(hucast_solicit - INTEGERh]hucast_solicit - INTEGER}(hjOhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMqhjOubh)}(hhh]h)}(htThe maximum number of unicast probes in PROBE state, when the hardware address is being reconfirmed. Defaults to 3.h]htThe maximum number of unicast probes in PROBE state, when the hardware address is being reconfirmed. Defaults to 3.}(hj%OhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMphj"Oubah}(h]h ]h"]h$]h&]uh1hhjOubeh}(h]h ]h"]h$]h&]uh1hhhhMqhjBhhubh)}(happ_solicit - INTEGER The maximum number of probes to send to the user space ARP daemon via netlink before dropping back to multicast probes (see mcast_resolicit). Defaults to 0. h](h)}(happ_solicit - INTEGERh]happ_solicit - INTEGER}(hjCOhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMvhj?Oubh)}(hhh]h)}(hThe maximum number of probes to send to the user space ARP daemon via netlink before dropping back to multicast probes (see mcast_resolicit). Defaults to 0.h]hThe maximum number of probes to send to the user space ARP daemon via netlink before dropping back to multicast probes (see mcast_resolicit). Defaults to 0.}(hjTOhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMthjQOubah}(h]h ]h"]h$]h&]uh1hhj?Oubeh}(h]h ]h"]h$]h&]uh1hhhhMvhjBhhubh)}(h~mcast_resolicit - INTEGER The maximum number of multicast probes after unicast and app probes in PROBE state. Defaults to 0. h](h)}(hmcast_resolicit - INTEGERh]hmcast_resolicit - INTEGER}(hjrOhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMzhjnOubh)}(hhh]h)}(hcThe maximum number of multicast probes after unicast and app probes in PROBE state. Defaults to 0.h]hcThe maximum number of multicast probes after unicast and app probes in PROBE state. Defaults to 0.}(hjOhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMyhjOubah}(h]h ]h"]h$]h&]uh1hhjnOubeh}(h]h ]h"]h$]h&]uh1hhhhMzhjBhhubh)}(hdisable_policy - BOOLEAN Disable IPSEC policy (SPD) for this interface Possible values: - 0 (disabled) - 1 (enabled) Default: 0 (disabled) h](h)}(hdisable_policy - BOOLEANh]hdisable_policy - BOOLEAN}(hjOhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjOubh)}(hhh](h)}(h-Disable IPSEC policy (SPD) for this interfaceh]h-Disable IPSEC policy (SPD) for this interface}(hjOhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM}hjOubh)}(hPossible values:h]hPossible values:}(hjOhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjOubj')}(hhh](j,)}(h 0 (disabled)h]h)}(hjOh]h 0 (disabled)}(hjOhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjOubah}(h]h ]h"]h$]h&]uh1j+hjOubj,)}(h 1 (enabled) h]h)}(h 1 (enabled)h]h 1 (enabled)}(hjOhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjOubah}(h]h ]h"]h$]h&]uh1j+hjOubeh}(h]h ]h"]h$]h&]jbjcuh1j&hhhMhjOubh)}(hDefault: 0 (disabled)h]hDefault: 0 (disabled)}(hjPhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjOubeh}(h]h ]h"]h$]h&]uh1hhjOubeh}(h]h ]h"]h$]h&]uh1hhhhMhjBhhubh)}(hdisable_xfrm - BOOLEAN Disable IPSEC encryption on this interface, whatever the policy Possible values: - 0 (disabled) - 1 (enabled) Default: 0 (disabled) h](h)}(hdisable_xfrm - BOOLEANh]hdisable_xfrm - BOOLEAN}(hj$PhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj Pubh)}(hhh](h)}(h?Disable IPSEC encryption on this interface, whatever the policyh]h?Disable IPSEC encryption on this interface, whatever the policy}(hj5PhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj2Pubh)}(hPossible values:h]hPossible values:}(hjCPhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj2Pubj')}(hhh](j,)}(h 0 (disabled)h]h)}(hjVPh]h 0 (disabled)}(hjXPhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjTPubah}(h]h ]h"]h$]h&]uh1j+hjQPubj,)}(h 1 (enabled) h]h)}(h 1 (enabled)h]h 1 (enabled)}(hjoPhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjkPubah}(h]h ]h"]h$]h&]uh1j+hjQPubeh}(h]h ]h"]h$]h&]jbjcuh1j&hhhMhj2Pubh)}(hDefault: 0 (disabled)h]hDefault: 0 (disabled)}(hjPhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj2Pubeh}(h]h ]h"]h$]h&]uh1hhj Pubeh}(h]h ]h"]h$]h&]uh1hhhhMhjBhhubh)}(higmpv2_unsolicited_report_interval - INTEGER The interval in milliseconds in which the next unsolicited IGMPv1 or IGMPv2 report retransmit will take place. Default: 10000 (10 seconds) h](h)}(h,igmpv2_unsolicited_report_interval - INTEGERh]h,igmpv2_unsolicited_report_interval - INTEGER}(hjPhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjPubh)}(hhh](h)}(hnThe interval in milliseconds in which the next unsolicited IGMPv1 or IGMPv2 report retransmit will take place.h]hnThe interval in milliseconds in which the next unsolicited IGMPv1 or IGMPv2 report retransmit will take place.}(hjPhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjPubh)}(hDefault: 10000 (10 seconds)h]hDefault: 10000 (10 seconds)}(hjPhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjPubeh}(h]h ]h"]h$]h&]uh1hhjPubeh}(h]h ]h"]h$]h&]uh1hhhhMhjBhhubh)}(higmpv3_unsolicited_report_interval - INTEGER The interval in milliseconds in which the next unsolicited IGMPv3 report retransmit will take place. Default: 1000 (1 seconds) h](h)}(h,igmpv3_unsolicited_report_interval - INTEGERh]h,igmpv3_unsolicited_report_interval - INTEGER}(hjPhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjPubh)}(hhh](h)}(hdThe interval in milliseconds in which the next unsolicited IGMPv3 report retransmit will take place.h]hdThe interval in milliseconds in which the next unsolicited IGMPv3 report retransmit will take place.}(hjPhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjPubh)}(hDefault: 1000 (1 seconds)h]hDefault: 1000 (1 seconds)}(hjQhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjPubeh}(h]h ]h"]h$]h&]uh1hhjPubeh}(h]h ]h"]h$]h&]uh1hhhhMhjBhhubh)}(hignore_routes_with_linkdown - BOOLEAN Ignore routes whose link is down when performing a FIB lookup. Possible values: - 0 (disabled) - 1 (enabled) Default: 0 (disabled) h](h)}(h%ignore_routes_with_linkdown - BOOLEANh]h%ignore_routes_with_linkdown - BOOLEAN}(hj!QhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjQubh)}(hhh](h)}(h>Ignore routes whose link is down when performing a FIB lookup.h]h>Ignore routes whose link is down when performing a FIB lookup.}(hj2QhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj/Qubh)}(hPossible values:h]hPossible values:}(hj@QhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj/Qubj')}(hhh](j,)}(h 0 (disabled)h]h)}(hjSQh]h 0 (disabled)}(hjUQhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjQQubah}(h]h ]h"]h$]h&]uh1j+hjNQubj,)}(h 1 (enabled) h]h)}(h 1 (enabled)h]h 1 (enabled)}(hjlQhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjhQubah}(h]h ]h"]h$]h&]uh1j+hjNQubeh}(h]h ]h"]h$]h&]jbjcuh1j&hhhMhj/Qubh)}(hDefault: 0 (disabled)h]hDefault: 0 (disabled)}(hjQhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj/Qubeh}(h]h ]h"]h$]h&]uh1hhjQubeh}(h]h ]h"]h$]h&]uh1hhhhMhjBhhubh)}(hX promote_secondaries - BOOLEAN When a primary IP address is removed from this interface promote a corresponding secondary IP address instead of removing all the corresponding secondary IP addresses. Possible values: - 0 (disabled) - 1 (enabled) Default: 0 (disabled) h](h)}(hpromote_secondaries - BOOLEANh]hpromote_secondaries - BOOLEAN}(hjQhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjQubh)}(hhh](h)}(hWhen a primary IP address is removed from this interface promote a corresponding secondary IP address instead of removing all the corresponding secondary IP addresses.h]hWhen a primary IP address is removed from this interface promote a corresponding secondary IP address instead of removing all the corresponding secondary IP addresses.}(hjQhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjQubh)}(hPossible values:h]hPossible values:}(hjQhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjQubj')}(hhh](j,)}(h 0 (disabled)h]h)}(hjQh]h 0 (disabled)}(hjQhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjQubah}(h]h ]h"]h$]h&]uh1j+hjQubj,)}(h 1 (enabled) h]h)}(h 1 (enabled)h]h 1 (enabled)}(hjQhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjQubah}(h]h ]h"]h$]h&]uh1j+hjQubeh}(h]h ]h"]h$]h&]jbjcuh1j&hhhMhjQubh)}(hDefault: 0 (disabled)h]hDefault: 0 (disabled)}(hj RhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjQubeh}(h]h ]h"]h$]h&]uh1hhjQubeh}(h]h ]h"]h$]h&]uh1hhhhMhjBhhubh)}(hXBdrop_unicast_in_l2_multicast - BOOLEAN Drop any unicast IP packets that are received in link-layer multicast (or broadcast) frames. This behavior (for multicast) is actually a SHOULD in RFC 1122, but is disabled by default for compatibility reasons. Possible values: - 0 (disabled) - 1 (enabled) Default: 0 (disabled) h](h)}(h&drop_unicast_in_l2_multicast - BOOLEANh]h&drop_unicast_in_l2_multicast - BOOLEAN}(hj'RhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj#Rubh)}(hhh](h)}(h\Drop any unicast IP packets that are received in link-layer multicast (or broadcast) frames.h]h\Drop any unicast IP packets that are received in link-layer multicast (or broadcast) frames.}(hj8RhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj5Rubh)}(huThis behavior (for multicast) is actually a SHOULD in RFC 1122, but is disabled by default for compatibility reasons.h]huThis behavior (for multicast) is actually a SHOULD in RFC 1122, but is disabled by default for compatibility reasons.}(hjFRhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj5Rubh)}(hPossible values:h]hPossible values:}(hjTRhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj5Rubj')}(hhh](j,)}(h 0 (disabled)h]h)}(hjgRh]h 0 (disabled)}(hjiRhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjeRubah}(h]h ]h"]h$]h&]uh1j+hjbRubj,)}(h 1 (enabled) h]h)}(h 1 (enabled)h]h 1 (enabled)}(hjRhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj|Rubah}(h]h ]h"]h$]h&]uh1j+hjbRubeh}(h]h ]h"]h$]h&]jbjcuh1j&hhhMhj5Rubh)}(hDefault: 0 (disabled)h]hDefault: 0 (disabled)}(hjRhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj5Rubeh}(h]h ]h"]h$]h&]uh1hhj#Rubeh}(h]h ]h"]h$]h&]uh1hhhhMhjBhhubh)}(hX%drop_gratuitous_arp - BOOLEAN Drop all gratuitous ARP frames, for example if there's a known good ARP proxy on the network and such frames need not be used (or in the case of 802.11, must not be used to prevent attacks.) Possible values: - 0 (disabled) - 1 (enabled) Default: 0 (disabled) h](h)}(hdrop_gratuitous_arp - BOOLEANh]hdrop_gratuitous_arp - BOOLEAN}(hjRhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjRubh)}(hhh](h)}(hDrop all gratuitous ARP frames, for example if there's a known good ARP proxy on the network and such frames need not be used (or in the case of 802.11, must not be used to prevent attacks.)h]hDrop all gratuitous ARP frames, for example if there’s a known good ARP proxy on the network and such frames need not be used (or in the case of 802.11, must not be used to prevent attacks.)}(hjRhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjRubh)}(hPossible values:h]hPossible values:}(hjRhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjRubj')}(hhh](j,)}(h 0 (disabled)h]h)}(hjRh]h 0 (disabled)}(hjRhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjRubah}(h]h ]h"]h$]h&]uh1j+hjRubj,)}(h 1 (enabled) h]h)}(h 1 (enabled)h]h 1 (enabled)}(hjShhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjRubah}(h]h ]h"]h$]h&]uh1j+hjRubeh}(h]h ]h"]h$]h&]jbjcuh1j&hhhMhjRubh)}(hDefault: 0 (disabled)h]hDefault: 0 (disabled)}(hjShhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjRubeh}(h]h ]h"]h$]h&]uh1hhjRubeh}(h]h ]h"]h$]h&]uh1hhhhMhjBhhubh)}(h`tag - INTEGER Allows you to write a number, which can be used as required. Default value is 0. h](h)}(h tag - INTEGERh]h tag - INTEGER}(hj;ShhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj7Subh)}(hhh](h)}(h0 - Layer 3 (source and destination addresses plus flow label)h]h)}(hj`Xh]h>0 - Layer 3 (source and destination addresses plus flow label)}(hjbXhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMF hj^Xubah}(h]h ]h"]h$]h&]uh1j+hj[Xubj,)}(h1 - Layer 4 (standard 5-tuple)h]h)}(hjwXh]h1 - Layer 4 (standard 5-tuple)}(hjyXhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMG hjuXubah}(h]h ]h"]h$]h&]uh1j+hj[Xubj,)}(h'2 - Layer 3 or inner Layer 3 if presenth]h)}(hjXh]h'2 - Layer 3 or inner Layer 3 if present}(hjXhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMH hjXubah}(h]h ]h"]h$]h&]uh1j+hj[Xubj,)}(hy3 - Custom multipath hash. Fields used for multipath hash calculation are determined by fib_multipath_hash_fields sysctl h]h)}(hx3 - Custom multipath hash. Fields used for multipath hash calculation are determined by fib_multipath_hash_fields sysctlh]hx3 - Custom multipath hash. Fields used for multipath hash calculation are determined by fib_multipath_hash_fields sysctl}(hjXhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMI hjXubah}(h]h ]h"]h$]h&]uh1j+hj[Xubeh}(h]h ]h"]h$]h&]jbjcuh1j&hhhMF hj.Xubeh}(h]h ]h"]h$]h&]uh1hhjXubeh}(h]h ]h"]h$]h&]uh1hhhhMJ hjThhubh)}(hXfib_multipath_hash_fields - UNSIGNED INTEGER When fib_multipath_hash_policy is set to 3 (custom multipath hash), the fields used for multipath hash calculation are determined by this sysctl. This value is a bitmask which enables various fields for multipath hash calculation. Possible fields are: ====== ============================ 0x0001 Source IP address 0x0002 Destination IP address 0x0004 IP protocol 0x0008 Flow Label 0x0010 Source port 0x0020 Destination port 0x0040 Inner source IP address 0x0080 Inner destination IP address 0x0100 Inner IP protocol 0x0200 Inner Flow Label 0x0400 Inner source port 0x0800 Inner destination port ====== ============================ Default: 0x0007 (source IP, destination IP and IP protocol) h](h)}(h,fib_multipath_hash_fields - UNSIGNED INTEGERh]h,fib_multipath_hash_fields - UNSIGNED INTEGER}(hjXhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMe hjXubh)}(hhh](h)}(hWhen fib_multipath_hash_policy is set to 3 (custom multipath hash), the fields used for multipath hash calculation are determined by this sysctl.h]hWhen fib_multipath_hash_policy is set to 3 (custom multipath hash), the fields used for multipath hash calculation are determined by this sysctl.}(hjXhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMM hjXubh)}(hTThis value is a bitmask which enables various fields for multipath hash calculation.h]hTThis value is a bitmask which enables various fields for multipath hash calculation.}(hjXhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMQ hjXubh)}(hPossible fields are:h]hPossible fields are:}(hjXhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMT hjXubj)}(hhh]j)}(hhh](j)}(hhh]h}(h]h ]h"]h$]h&]colwidthKuh1jhjYubj)}(hhh]h}(h]h ]h"]h$]h&]colwidthKuh1jhjYubj)}(hhh](j)}(hhh](j)}(hhh]h)}(h0x0001h]h0x0001}(hj/YhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMW hj,Yubah}(h]h ]h"]h$]h&]uh1jhj)Yubj)}(hhh]h)}(hSource IP addressh]hSource IP address}(hjFYhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMW hjCYubah}(h]h ]h"]h$]h&]uh1jhj)Yubeh}(h]h ]h"]h$]h&]uh1jhj&Yubj)}(hhh](j)}(hhh]h)}(h0x0002h]h0x0002}(hjfYhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMX hjcYubah}(h]h ]h"]h$]h&]uh1jhj`Yubj)}(hhh]h)}(hDestination IP addressh]hDestination IP address}(hj}YhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMX hjzYubah}(h]h ]h"]h$]h&]uh1jhj`Yubeh}(h]h ]h"]h$]h&]uh1jhj&Yubj)}(hhh](j)}(hhh]h)}(h0x0004h]h0x0004}(hjYhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMY hjYubah}(h]h ]h"]h$]h&]uh1jhjYubj)}(hhh]h)}(h IP protocolh]h IP protocol}(hjYhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMY hjYubah}(h]h ]h"]h$]h&]uh1jhjYubeh}(h]h ]h"]h$]h&]uh1jhj&Yubj)}(hhh](j)}(hhh]h)}(h0x0008h]h0x0008}(hjYhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMZ hjYubah}(h]h ]h"]h$]h&]uh1jhjYubj)}(hhh]h)}(h Flow Labelh]h Flow Label}(hjYhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMZ hjYubah}(h]h ]h"]h$]h&]uh1jhjYubeh}(h]h ]h"]h$]h&]uh1jhj&Yubj)}(hhh](j)}(hhh]h)}(h0x0010h]h0x0010}(hj ZhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM[ hjZubah}(h]h ]h"]h$]h&]uh1jhjZubj)}(hhh]h)}(h Source porth]h Source port}(hj"ZhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM[ hjZubah}(h]h ]h"]h$]h&]uh1jhjZubeh}(h]h ]h"]h$]h&]uh1jhj&Yubj)}(hhh](j)}(hhh]h)}(h0x0020h]h0x0020}(hjBZhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM\ hj?Zubah}(h]h ]h"]h$]h&]uh1jhj hjdubh)}(hIt also determines whether or not to transmit Router Solicitations. If and only if the functional setting is to accept Router Advertisements, Router Solicitations will be transmitted.h]hIt also determines whether or not to transmit Router Solicitations. If and only if the functional setting is to accept Router Advertisements, Router Solicitations will be transmitted.}(hjdhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM@ hjdubh)}(hPossible values are:h]hPossible values are:}(hjdhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhME hjdubj )}(hXH== =========================================================== 0 Do not accept Router Advertisements. 1 Accept Router Advertisements if forwarding is disabled. 2 Overrule forwarding behaviour. Accept Router Advertisements even if forwarding is enabled. == =========================================================== h]j)}(hhh]j)}(hhh](j)}(hhh]h}(h]h ]h"]h$]h&]colwidthKuh1jhjdubj)}(hhh]h}(h]h ]h"]h$]h&]colwidthK;uh1jhjdubj)}(hhh](j)}(hhh](j)}(hhh]h)}(hjCh]h0}(hjdhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMH hjdubah}(h]h ]h"]h$]h&]uh1jhjdubj)}(hhh]h)}(h$Do not accept Router Advertisements.h]h$Do not accept Router Advertisements.}(hjdhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMH hjdubah}(h]h ]h"]h$]h&]uh1jhjdubeh}(h]h ]h"]h$]h&]uh1jhjdubj)}(hhh](j)}(hhh]h)}(hjh]h1}(hj ehhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMI hj eubah}(h]h ]h"]h$]h&]uh1jhjeubj)}(hhh]h)}(h7Accept Router Advertisements if forwarding is disabled.h]h7Accept Router Advertisements if forwarding is disabled.}(hj"ehhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMI hjeubah}(h]h ]h"]h$]h&]uh1jhjeubeh}(h]h ]h"]h$]h&]uh1jhjdubj)}(hhh](j)}(hhh]h)}(hjh]h2}(hjBehhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMJ hj?eubah}(h]h ]h"]h$]h&]uh1jhj1 (enabled) - the PIO valid lifetime will always be honored. h]h)}(h=1 (enabled) - the PIO valid lifetime will always be honored.h]h=1 (enabled) - the PIO valid lifetime will always be honored.}(hjhhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjhubah}(h]h ]h"]h$]h&]uh1j+hjhubeh}(h]h ]h"]h$]h&]jbjcuh1j&hhhM hjhubh)}(hDefault: 0 (disabled)h]hDefault: 0 (disabled)}(hjhhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjhubeh}(h]h ]h"]h$]h&]uh1hhj~hubeh}(h]h ]h"]h$]h&]uh1hhhhM hj`hhubh)}(hX:ra_honor_pio_pflag - BOOLEAN The Prefix Information Option P-flag indicates the network can allocate a unique IPv6 prefix per client using DHCPv6-PD. This sysctl can be enabled when a userspace DHCPv6-PD client is running to cause the P-flag to take effect: i.e. the P-flag suppresses any effects of the A-flag within the same PIO. For a given PIO, P=1 and A=1 is treated as A=0. Possible values: - 0 (disabled) - the P-flag is ignored. - 1 (enabled) - the P-flag will disable SLAAC autoconfiguration for the given Prefix Information Option. Default: 0 (disabled) h](h)}(hra_honor_pio_pflag - BOOLEANh]hra_honor_pio_pflag - BOOLEAN}(hjihhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjiubh)}(hhh](h)}(hX^The Prefix Information Option P-flag indicates the network can allocate a unique IPv6 prefix per client using DHCPv6-PD. This sysctl can be enabled when a userspace DHCPv6-PD client is running to cause the P-flag to take effect: i.e. the P-flag suppresses any effects of the A-flag within the same PIO. For a given PIO, P=1 and A=1 is treated as A=0.h]hX^The Prefix Information Option P-flag indicates the network can allocate a unique IPv6 prefix per client using DHCPv6-PD. This sysctl can be enabled when a userspace DHCPv6-PD client is running to cause the P-flag to take effect: i.e. the P-flag suppresses any effects of the A-flag within the same PIO. For a given PIO, P=1 and A=1 is treated as A=0.}(hjihhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjiubh)}(hPossible values:h]hPossible values:}(hj%ihhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjiubj')}(hhh](j,)}(h%0 (disabled) - the P-flag is ignored.h]h)}(hj8ih]h%0 (disabled) - the P-flag is ignored.}(hj:ihhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hj6iubah}(h]h ]h"]h$]h&]uh1j+hj3iubj,)}(hh1 (enabled) - the P-flag will disable SLAAC autoconfiguration for the given Prefix Information Option. h]h)}(hg1 (enabled) - the P-flag will disable SLAAC autoconfiguration for the given Prefix Information Option.h]hg1 (enabled) - the P-flag will disable SLAAC autoconfiguration for the given Prefix Information Option.}(hjQihhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjMiubah}(h]h ]h"]h$]h&]uh1j+hj3iubeh}(h]h ]h"]h$]h&]jbjcuh1j&hhhM hjiubh)}(hDefault: 0 (disabled)h]hDefault: 0 (disabled)}(hjkihhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjiubeh}(h]h ]h"]h$]h&]uh1hhjiubeh}(h]h ]h"]h$]h&]uh1hhhhM hj`hhubh)}(hXaccept_ra_rt_info_min_plen - INTEGER Minimum prefix length of Route Information in RA. Route Information w/ prefix smaller than this variable shall be ignored. Functional default: * 0 if accept_ra_rtr_pref is enabled. * -1 if accept_ra_rtr_pref is disabled. h](h)}(h$accept_ra_rt_info_min_plen - INTEGERh]h$accept_ra_rt_info_min_plen - INTEGER}(hjihhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjiubh)}(hhh](h)}(h1Minimum prefix length of Route Information in RA.h]h1Minimum prefix length of Route Information in RA.}(hjihhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjiubh)}(hHRoute Information w/ prefix smaller than this variable shall be ignored.h]hHRoute Information w/ prefix smaller than this variable shall be ignored.}(hjihhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjiubh)}(hFunctional default:h]hFunctional default:}(hjihhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjiubj )}(hN* 0 if accept_ra_rtr_pref is enabled. * -1 if accept_ra_rtr_pref is disabled. h]j')}(hhh](j,)}(h#0 if accept_ra_rtr_pref is enabled.h]h)}(hjih]h#0 if accept_ra_rtr_pref is enabled.}(hjihhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjiubah}(h]h ]h"]h$]h&]uh1j+hjiubj,)}(h&-1 if accept_ra_rtr_pref is disabled. h]h)}(h%-1 if accept_ra_rtr_pref is disabled.h]h%-1 if accept_ra_rtr_pref is disabled.}(hjihhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjiubah}(h]h ]h"]h$]h&]uh1j+hjiubeh}(h]h ]h"]h$]h&]jb*uh1j&hhhM hjiubah}(h]h ]h"]h$]h&]uh1j hhhM hjiubeh}(h]h ]h"]h$]h&]uh1hhjiubeh}(h]h ]h"]h$]h&]uh1hhhhM hj`hhubh)}(hXaccept_ra_rt_info_max_plen - INTEGER Maximum prefix length of Route Information in RA. Route Information w/ prefix larger than this variable shall be ignored. Functional default: * 0 if accept_ra_rtr_pref is enabled. * -1 if accept_ra_rtr_pref is disabled. h](h)}(h$accept_ra_rt_info_max_plen - INTEGERh]h$accept_ra_rt_info_max_plen - INTEGER}(hjjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjjubh)}(hhh](h)}(h1Maximum prefix length of Route Information in RA.h]h1Maximum prefix length of Route Information in RA.}(hj(jhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hj%jubh)}(hGRoute Information w/ prefix larger than this variable shall be ignored.h]hGRoute Information w/ prefix larger than this variable shall be ignored.}(hj6jhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hj%jubh)}(hFunctional default:h]hFunctional default:}(hjDjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hj%jubj )}(hN* 0 if accept_ra_rtr_pref is enabled. * -1 if accept_ra_rtr_pref is disabled. h]j')}(hhh](j,)}(h#0 if accept_ra_rtr_pref is enabled.h]h)}(hj[jh]h#0 if accept_ra_rtr_pref is enabled.}(hj]jhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjYjubah}(h]h ]h"]h$]h&]uh1j+hjVjubj,)}(h&-1 if accept_ra_rtr_pref is disabled. h]h)}(h%-1 if accept_ra_rtr_pref is disabled.h]h%-1 if accept_ra_rtr_pref is disabled.}(hjtjhhhNhNubah}(h]h ]h"]h$]h&]u9h1hhhhM hjpjubah}(h]h ]h"]h$]h&]uh1j+hjVjubeh}(h]h ]h"]h$]h&]jbjjuh1j&hhhM hjRjubah}(h]h ]h"]h$]h&]uh1j hhhM hj%jubeh}(h]h ]h"]h$]h&]uh1hhjjubeh}(h]h ]h"]h$]h&]uh1hhhhM hj`hhubh)}(haccept_ra_rtr_pref - BOOLEAN Accept Router Preference in RA. Functional default: - enabled if accept_ra is enabled. - disabled if accept_ra is disabled. h](h)}(haccept_ra_rtr_pref - BOOLEANh]haccept_ra_rtr_pref - BOOLEAN}(hjjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjjubh)}(hhh](h)}(hAccept Router Preference in RA.h]hAccept Router Preference in RA.}(hjjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjjubh)}(hFunctional default:h]hFunctional default:}(hjjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjjubj )}(hH- enabled if accept_ra is enabled. - disabled if accept_ra is disabled. h]j')}(hhh](j,)}(h enabled if accept_ra is enabled.h]h)}(hjjh]h enabled if accept_ra is enabled.}(hjjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjjubah}(h]h ]h"]h$]h&]uh1j+hjjubj,)}(h#disabled if accept_ra is disabled. h]h)}(h"disabled if accept_ra is disabled.h]h"disabled if accept_ra is disabled.}(hjjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjjubah}(h]h ]h"]h$]h&]uh1j+hjjubeh}(h]h ]h"]h$]h&]jbjcuh1j&hhhM hjjubah}(h]h ]h"]h$]h&]uh1j hhhM hjjubeh}(h]h ]h"]h$]h&]uh1hhjjubeh}(h]h ]h"]h$]h&]uh1hhhhM hj`hhubh)}(haccept_ra_mtu - BOOLEAN Apply the MTU value specified in RA option 5 (RFC4861). If disabled, the MTU specified in the RA will be ignored. Functional default: - enabled if accept_ra is enabled. - disabled if accept_ra is disabled. h](h)}(haccept_ra_mtu - BOOLEANh]haccept_ra_mtu - BOOLEAN}(hj#khhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjkubh)}(hhh](h)}(hqApply the MTU value specified in RA option 5 (RFC4861). If disabled, the MTU specified in the RA will be ignored.h]hqApply the MTU value specified in RA option 5 (RFC4861). If disabled, the MTU specified in the RA will be ignored.}(hj4khhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hj1kubh)}(hFunctional default:h]hFunctional default:}(hjBkhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hj1kubj )}(hH- enabled if accept_ra is enabled. - disabled if accept_ra is disabled. h]j')}(hhh](j,)}(h enabled if accept_ra is enabled.h]h)}(hjYkh]h enabled if accept_ra is enabled.}(hj[khhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjWkubah}(h]h ]h"]h$]h&]uh1j+hjTkubj,)}(h#disabled if accept_ra is disabled. h]h)}(h"disabled if accept_ra is disabled.h]h"disabled if accept_ra is disabled.}(hjrkhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjnkubah}(h]h ]h"]h$]h&]uh1j+hjTkubeh}(h]h ]h"]h$]h&]jbjcuh1j&hhhM hjPkubah}(h]h ]h"]h$]h&]uh1j hhhM hj1kubeh}(h]h ]h"]h$]h&]uh1hhjkubeh}(h]h ]h"]h$]h&]uh1hhhhM hj`hhubh)}(haccept_redirects - BOOLEAN Accept Redirects. Functional default: - enabled if local forwarding is disabled. - disabled if local forwarding is enabled. h](h)}(haccept_redirects - BOOLEANh]haccept_redirects - BOOLEAN}(hjkhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjkubh)}(hhh](h)}(hAccept Redirects.h]hAccept Redirects.}(hjkhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjkubh)}(hFunctional default:h]hFunctional default:}(hjkhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjkubj )}(hV- enabled if local forwarding is disabled. - disabled if local forwarding is enabled. h]j')}(hhh](j,)}(h(enabled if local forwarding is disabled.h]h)}(hjkh]h(enabled if local forwarding is disabled.}(hjkhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjkubah}(h]h ]h"]h$]h&]uh1j+hjkubj,)}(h)disabled if local forwarding is enabled. h]h)}(h(disabled if local forwarding is enabled.h]h(disabled if local forwarding is enabled.}(hjkhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjkubah}(h]h ]h"]h$]h&]uh1j+hjkubeh}(h]h ]h"]h$]h&]jbjcuh1j&hhhM hjkubah}(h]h ]h"]h$]h&]uh1j hhhM hjkubeh}(h]h ]h"]h$]h&]uh1hhjkubeh}(h]h ]h"]h$]h&]uh1hhhhM hj`hhubh)}(haccept_source_route - INTEGER Accept source routing (routing extension header). - >= 0: Accept only routing header type 2. - < 0: Do not accept routing header. Default: 0 h](h)}(haccept_source_route - INTEGERh]haccept_source_route - INTEGER}(hj!lhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjlubh)}(hhh](h)}(h1Accept source routing (routing extension header).h]h1Accept source routing (routing extension header).}(hj2lhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hj/lubj')}(hhh](j,)}(h(>= 0: Accept only routing header type 2.h]h)}(hjElh]h(>= 0: Accept only routing header type 2.}(hjGlhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjClubah}(h]h ]h"]h$]h&]uh1j+hj@lubj,)}(h#< 0: Do not accept routing header. h]h)}(h"< 0: Do not accept routing header.h]h"< 0: Do not accept routing header.}(hj^lhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjZlubah}(h]h ]h"]h$]h&]uh1j+hj@lubeh}(h]h ]h"]h$]h&]jbjcuh1j&hhhM hj/lubh)}(h Default: 0h]h Default: 0}(hjxlhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hj/lubeh}(h]h ]h"]h$]h&]uh1hhjlubeh}(h]h ]h"]h$]h&]uh1hhhhM hj`hhubh)}(hautoconf - BOOLEAN Autoconfigure addresses using Prefix Information in Router Advertisements. Functional default: - enabled if accept_ra_pinfo is enabled. - disabled if accept_ra_pinfo is disabled. h](h)}(hautoconf - BOOLEANh]hautoconf - BOOLEAN}(hjlhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjlubh)}(hhh](h)}(hJAutoconfigure addresses using Prefix Information in Router Advertisements.h]hJAutoconfigure addresses using Prefix Information in Router Advertisements.}(hjlhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjlubh)}(hFunctional default:h]hFunctional default:}(hjlhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjlubj )}(hT- enabled if accept_ra_pinfo is enabled. - disabled if accept_ra_pinfo is disabled. h]j')}(hhh](j,)}(h&enabled if accept_ra_pinfo is enabled.h]h)}(hjlh]h&enabled if accept_ra_pinfo is enabled.}(hjlhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjlubah}(h]h ]h"]h$]h&]uh1j+hjlubj,)}(h)disabled if accept_ra_pinfo is disabled. h]h)}(h(disabled if accept_ra_pinfo is disabled.h]h(disabled if accept_ra_pinfo is disabled.}(hjlhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjlubah}(h]h ]h"]h$]h&]uh1j+hjlubeh}(h]h ]h"]h$]h&]jbjcuh1j&hhhM hjlubah}(h]h ]h"]h$]h&]uh1j hhhM hjlubeh}(h]h ]h"]h$]h&]uh1hhjlubeh}(h]h ]h"]h$]h&]uh1hhhhM hj`hhubh)}(h^dad_transmits - INTEGER The amount of Duplicate Address Detection probes to send. Default: 1 h](h)}(hdad_transmits - INTEGERh]hdad_transmits - INTEGER}(hjmhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjmubh)}(hhh](h)}(h9The amount of Duplicate Address Detection probes to send.h]h9The amount of Duplicate Address Detection probes to send.}(hj&mhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hj#mubh)}(h Default: 1h]h Default: 1}(hj4mhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hj#mubeh}(h]h ]h"]h$]h&]uh1hhjmubeh}(h]h ]h"]h$]h&]uh1hhhhM hj`hhubh)}(hXforwarding - INTEGER Configure interface-specific Host/Router behaviour. .. note:: It is recommended to have the same setting on all interfaces; mixed router/host scenarios are rather uncommon. Possible values are: - 0 Forwarding disabled - 1 Forwarding enabled **FALSE (0)**: By default, Host behaviour is assumed. This means: 1. IsRouter flag is not set in Neighbour Advertisements. 2. If accept_ra is TRUE (default), transmit Router Solicitations. 3. If accept_ra is TRUE (default), accept Router Advertisements (and do autoconfiguration). 4. If accept_redirects is TRUE (default), accept Redirects. **TRUE (1)**: If local forwarding is enabled, Router behaviour is assumed. This means exactly the reverse from the above: 1. IsRouter flag is set in Neighbour Advertisements. 2. Router Solicitations are not sent unless accept_ra is 2. 3. Router Advertisements are ignored unless accept_ra is 2. 4. Redirects are ignored. Default: 0 (disabled) if global forwarding is disabled (default), otherwise 1 (enabled). h](h)}(hforwarding - INTEGERh]hforwarding - INTEGER}(hjRmhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjNmubh)}(hhh](h)}(h3Configure interface-specific Host/Router behaviour.h]h3Configure interface-specific Host/Router behaviour.}(hjcmhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hj`mubj\D)}(hnIt is recommended to have the same setting on all interfaces; mixed router/host scenarios are rather uncommon.h]h)}(hnIt is recommended to have the same setting on all interfaces; mixed router/host scenarios are rather uncommon.h]hnIt is recommended to have the same setting on all interfaces; mixed router/host scenarios are rather uncommon.}(hjumhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjqmubah}(h]h ]h"]h$]h&]uh1j[Dhj`mubh)}(hPossible values are:h]hPossible values are:}(hjmhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hj`mubj )}(h/- 0 Forwarding disabled - 1 Forwarding enabled h]j')}(hhh](j,)}(h0 Forwarding disabledh]h)}(hjmh]h0 Forwarding disabled}(hjmhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjmubah}(h]h ]h"]h$]h&]uh1j+hjmubj,)}(h1 Forwarding enabled h]h)}(h1 Forwarding enabledh]h1 Forwarding enabled}(hjmhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjmubah}(h]h ]h"]h$]h&]uh1j+hjmubeh}(h]h ]h"]h$]h&]jbjcuh1j&hhhM hjmubah}(h]h ]h"]h$]h&]uh1j hhhM hj`mubh)}(h**FALSE (0)**:h](hstrong)}(h **FALSE (0)**h]h FALSE (0)}(hjmhhhNhNubah}(h]h ]h"]h$]h&]uh1jmhjmubh:}(hjmhhhNhNubeh}(h]h ]h"]h$]h&]uh1hhhhM hj`mubh)}(h3By default, Host behaviour is assumed. This means:h]h3By default, Host behaviour is assumed. This means:}(hjmhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hj`mubj{)}(hhh](j,)}(h5IsRouter flag is not set in Neighbour Advertisements.h]h)}(hj nh]h5IsRouter flag is not set in Neighbour Advertisements.}(hj nhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjnubah}(h]h ]h"]h$]h&]uh1j+hjnubj,)}(h>If accept_ra is TRUE (default), transmit Router Solicitations.h]h)}(h>If accept_ra is TRUE (default), transmit Router Solicitations.h]h>If accept_ra is TRUE (default), transmit Router Solicitations.}(hj#nhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjnubah}(h]h ]h"]h$]h&]uh1j+hjnubj,)}(hXIf accept_ra is TRUE (default), accept Router Advertisements (and do autoconfiguration).h]h)}(hXIf accept_ra is TRUE (default), accept Router Advertisements (and do autoconfiguration).h]hXIf accept_ra is TRUE (default), accept Router Advertisements (and do autoconfiguration).}(hj;nhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hj7nubah}(h]h ]h"]h$]h&]uh1j+hjnubj,)}(h9If accept_redirects is TRUE (default), accept Redirects. h]h)}(h8If accept_redirects is TRUE (default), accept Redirects.h]h8If accept_redirects is TRUE (default), accept Redirects.}(hjSnhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjOnubah}(h]h ]h"]h$]h&]uh1j+hjnubeh}(h]h ]h"]h$]h&]jarabicjhj.uh1jzhj`mubh)}(h **TRUE (1)**:h](jm)}(h **TRUE (1)**h]hTRUE (1)}(hjsnhhhNhNubah}(h]h ]h"]h$]h&]uh1jmhjonubh:}(hjonhhhNhNubeh}(h]h ]h"]h$]h&]uh1hhhhM hj`mubh)}(hkIf local forwarding is enabled, Router behaviour is assumed. This means exactly the reverse from the above:h]hkIf local forwarding is enabled, Router behaviour is assumed. This means exactly the reverse from the above:}(hjnhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hj`mubj{)}(hhh](j,)}(h1IsRouter flag is set in Neighbour Advertisements.h]h)}(hjnh]h1IsRouter flag is set in Neighbour Advertisements.}(hjnhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjnubah}(h]h ]h"]h$]h&]uh1j+hjnubj,)}(h8Router Solicitations are not sent unless accept_ra is 2.h]h)}(hjnh]h8Router Solicitations are not sent unless accept_ra is 2.}(hjnhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjnubah}(h]h ]h"]h$]h&]uh1j+hjnubj,)}(h8Router Advertisements are ignored unless accept_ra is 2.h]h)}(hjnh]h8Router Advertisements are ignored unless accept_ra is 2.}(hjnhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjnubah}(h]h ]h"]h$]h&]uh1j+hjnubj,)}(hRedirects are ignored. h]h)}(hRedirects are ignored.h]hRedirects are ignored.}(hjnhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjnubah}(h]h ]h"]h$]h&]uh1j+hjnubeh}(h]h ]h"]h$]h&]jjmnjhjjnnuh1jzhj`mubh)}(hXDefault: 0 (disabled) if global forwarding is disabled (default), otherwise 1 (enabled).h]hXDefault: 0 (disabled) if global forwarding is disabled (default), otherwise 1 (enabled).}(hjnhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hj`mubeh}(h]h ]h"]h$]h&]uh1hhjNmubeh}(h]h ]h"]h$]h&]uh1hhhhM hj`hhubh)}(h;hop_limit - INTEGER Default Hop Limit to set. Default: 64 h](h)}(hhop_limit - INTEGERh]hhop_limit - INTEGER}(hjohhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjoubh)}(hhh](h)}(hDefault Hop Limit to set.h]hDefault Hop Limit to set.}(hj.ohhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hj+oubh)}(h Default: 64h]h Default: 64}(hjqubah}(h]h ]h"]h$]h&]uh1j+hj;qubj,)}(h 1 (enabled) h]h)}(h 1 (enabled)h]h 1 (enabled)}(hjYqhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMF hjUqubah}(h]h ]h"]h$]h&]uh1j+hj;qubeh}(h]h ]h"]h$]h&]jbjcuh1j&hhhME hjqubh)}(hDefault: 0 (disabled)h]hDefault: 0 (disabled)}(hjsqhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMH hjqubeh}(h]h ]h"]h$]h&]uh1hhj qubeh}(h]h ]h"]h$]h&]uh1hhhhMH hj`hhubh)}(hXuse_tempaddr - INTEGER Preference for Privacy Extensions (RFC3041). * <= 0 : disable Privacy Extensions * == 1 : enable Privacy Extensions, but prefer public addresses over temporary addresses. * > 1 : enable Privacy Extensions and prefer temporary addresses over public addresses. Default: * 0 (for most devices) * -1 (for point-to-point devices and loopback devices) h](h)}(huse_tempaddr - INTEGERh]huse_tempaddr - INTEGER}(hjqhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMV hjqubh)}(hhh](h)}(h,Preference for Privacy Extensions (RFC3041).h]h,Preference for Privacy Extensions (RFC3041).}(hjqhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMK hjqubj )}(h* <= 0 : disable Privacy Extensions * == 1 : enable Privacy Extensions, but prefer public addresses over temporary addresses. * > 1 : enable Privacy Extensions and prefer temporary addresses over public addresses. h]j')}(hhh](j,)}(h!<= 0 : disable Privacy Extensionsh]h)}(hjqh]h!<= 0 : disable Privacy Extensions}(hjqhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMM hjqubah}(h]h ]h"]h$]h&]uh1j+hjqubj,)}(hW== 1 : enable Privacy Extensions, but prefer public addresses over temporary addresses.h]h)}(hW== 1 : enable Privacy Extensions, but prefer public addresses over temporary addresses.h]hW== 1 : enable Privacy Extensions, but prefer public addresses over temporary addresses.}(hjqhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMN hjqubah}(h]h ]h"]h$]h&]uh1j+hjqubj,)}(hW> 1 : enable Privacy Extensions and prefer temporary addresses over public addresses. h]h)}(hV> 1 : enable Privacy Extensions and prefer temporary addresses over public addresses.h]hV> 1 : enable Privacy Extensions and prefer temporary addresses over public addresses.}(hjqhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMP hjqubah}(h]h ]h"]h$]h&]uh1j+hjqubeh}(h]h ]h"]h$]h&]jbjjuh1j&hhhMM hjqubah}(h]h ]h"]h$]h&]uh1j hhhMM hjqubh)}(hDefault:h]hDefault:}(hj rhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMS hjqubj )}(hN* 0 (for most devices) * -1 (for point-to-point devices and loopback devices) h]j')}(hhh](j,)}(h0 (for most devices)h]h)}(hj!rh]h0 (for most devices)}(hj#rhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMU hjrubah}(h]h ]h"]h$]h&]uh1j+hjrubj,)}(h5-1 (for point-to-point devices and loopback devices) h]h)}(h4-1 (for point-to-point devices and loopback devices)h]h4-1 (for point-to-point devices and loopback devices)}(hj:rhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMV hj6rubah}(h]h ]h"]h$]h&]uh1j+hjrubeh}(h]h ]h"]h$]h&]jbjjuh1j&hhhMU hjrubah}(h]h ]h"]h$]h&]uh1j hhhMU hjqubeh}(h]h ]h"]h$]h&]uh1hhjqubeh}(h]h ]h"]h$]h&]uh1hhhhMV hj`hhubh)}(htemp_valid_lft - INTEGER valid lifetime (in seconds) for temporary addresses. If less than the minimum required lifetime (typically 5-7 seconds), temporary addresses will not be created. Default: 172800 (2 days) h](h)}(htemp_valid_lft - INTEGERh]htemp_valid_lft - INTEGER}(hjjrhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM] hjfrubh)}(hhh](h)}(hvalid lifetime (in seconds) for temporary addresses. If less than the minimum required lifetime (typically 5-7 seconds), temporary addresses will not be created.h]hvalid lifetime (in seconds) for temporary addresses. If less than the minimum required lifetime (typically 5-7 seconds), temporary addresses will not be created.}(hj{rhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMY hjxrubh)}(hDefault: 172800 (2 days)h]hDefault: 172800 (2 days)}(hjrhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM] hjxrubeh}(h]h ]h"]h$]h&]uh1hhjfrubeh}(h]h ]h"]h$]h&]uh1hhhhM] hj`hhubh)}(hXUtemp_prefered_lft - INTEGER Preferred lifetime (in seconds) for temporary addresses. If temp_prefered_lft is less than the minimum required lifetime (typically 5-7 seconds), the preferred lifetime is the minimum required. If temp_prefered_lft is greater than temp_valid_lft, the preferred lifetime is temp_valid_lft. Default: 86400 (1 day) h](h)}(htemp_prefered_lft - INTEGERh]htemp_prefered_lft - INTEGER}(hjrhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMf hjrubh)}(hhh](h)}(hX Preferred lifetime (in seconds) for temporary addresses. If temp_prefered_lft is less than the minimum required lifetime (typically 5-7 seconds), the preferred lifetime is the minimum required. If temp_prefered_lft is greater than temp_valid_lft, the preferred lifetime is temp_valid_lft.h]hX Preferred lifetime (in seconds) for temporary addresses. If temp_prefered_lft is less than the minimum required lifetime (typically 5-7 seconds), the preferred lifetime is the minimum required. If temp_prefered_lft is greater than temp_valid_lft, the preferred lifetime is temp_valid_lft.}(hjrhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM` hjrubh)}(hDefault: 86400 (1 day)h]hDefault: 86400 (1 day)}(hjrhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMf hjrubeh}(h]h ]h"]h$]h&]uh1hhjrubeh}(h]h ]h"]h$]h&]uh1hhhhMf hj`hhubh)}(hkeep_addr_on_down - INTEGER Keep all IPv6 addresses on an interface down event. If set static global addresses with no expiration time are not flushed. * >0 : enabled * 0 : system default * <0 : disabled Default: 0 (addresses are removed) h](h)}(hkeep_addr_on_down - INTEGERh]hkeep_addr_on_down - INTEGER}(hjrhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMp hjrubh)}(hhh](h)}(h{Keep all IPv6 addresses on an interface down event. If set static global addresses with no expiration time are not flushed.h]h{Keep all IPv6 addresses on an interface down event. If set static global addresses with no expiration time are not flushed.}(hjrhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMi hjrubj')}(hhh](j,)}(h >0 : enabledh]h)}(hjsh]h >0 : enabled}(hj shhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMl hjsubah}(h]h ]h"]h$]h&]uh1j+hjsubj,)}(h0 : system defaulth]h)}(hjsh]h0 : system default}(hj!shhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMm hjsubah}(h]h ]h"]h$]h&]uh1j+hjsubj,)}(h<0 : disabled h]h)}(h <0 : disabledh]h <0 : disabled}(hj8shhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMn hj4subah}(h]h ]h"]h$]h&]uh1j+hjsubeh}(h]h ]h"]h$]h&]jbjjuh1j&hhhMl hjrubh)}(h"Default: 0 (addresses are removed)h]h"Default: 0 (addresses are removed)}(hjRshhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMp hjrubeh}(h]h ]h"]h$]h&]uh1hhjrubeh}(h]h ]h"]h$]h&]uh1hhhhMp hj`hhubh)}(hmax_desync_factor - INTEGER Maximum value for DESYNC_FACTOR, which is a random value that ensures that clients don't synchronize with each other and generate new addresses at exactly the same time. value is in seconds. Default: 600 h](h)}(hmax_desync_factor - INTEGERh]hmax_desync_factor - INTEGER}(hjpshhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMx hjlsubh)}(hhh](h)}(hMaximum value for DESYNC_FACTOR, which is a random value that ensures that clients don't synchronize with each other and generate new addresses at exactly the same time. value is in seconds.h]hMaximum value for DESYNC_FACTOR, which is a random value that ensures that clients don’t synchronize with each other and generate new addresses at exactly the same time. value is in seconds.}(hjshhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMs hj~subh)}(h Default: 600h]h Default: 600}(hjshhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMx hj~subeh}(h]h ]h"]h$]h&]uh1hhjlsubeh}(h]h ]h"]h$]h&]uh1hhhhMx hj`hhubh)}(hXregen_min_advance - INTEGER How far in advance (in seconds), at minimum, to create a new temporary address before the current one is deprecated. This value is added to the amount of time that may be required for duplicate address detection to determine when to create a new address. Linux permits setting this value to less than the default of 2 seconds, but a value less than 2 does not conform to RFC 8981. Default: 2 h](h)}(hregen_min_advance - INTEGERh]hregen_min_advance - INTEGER}(hjshhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjsubh)}(hhh](h)}(hX|How far in advance (in seconds), at minimum, to create a new temporary address before the current one is deprecated. This value is added to the amount of time that may be required for duplicate address detection to determine when to create a new address. Linux permits setting this value to less than the default of 2 seconds, but a value less than 2 does not conform to RFC 8981.h]hX|How far in advance (in seconds), at minimum, to create a new temporary address before the current one is deprecated. This value is added to the amount of time that may be required for duplicate address detection to determine when to create a new address. Linux permits setting this value to less than the default of 2 seconds, but a value less than 2 does not conform to RFC 8981.}(hjshhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM{ hjsubh)}(h Default: 2h]h Default: 2}(hjshhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjsubeh}(h]h ]h"]h$]h&]uh1hhjsubeh}(h]h ]h"]h$]h&]uh1hhhhM hj`hhubh)}(hzregen_max_retry - INTEGER Number of attempts before give up attempting to generate valid temporary addresses. Default: 5 h](h)}(hregen_max_retry - INTEGERh]hregen_max_retry - INTEGER}(hjshhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjsubh)}(hhh](h)}(hSNumber of attempts before give up attempting to generate valid temporary addresses.h]hSNumber of attempts before give up attempting to generate valid temporary addresses.}(hjshhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjsubh)}(h Default: 5h]h Default: 5}(hj thhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjsubeh}(h]h ]h"]h$]h&]uh1hhjsubeh}(h]h ]h"]h$]h&]uh1hhhhM hj`hhubh)}(hX+max_addresses - INTEGER Maximum number of autoconfigured addresses per interface. Setting to zero disables the limitation. It is not recommended to set this value too large (or to zero) because it would be an easy way to crash the kernel by allowing too many addresses to be created. Default: 16 h](h)}(hmax_addresses - INTEGERh]hmax_addresses - INTEGER}(hj'thhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hj#tubh)}(hhh](h)}(hXMaximum number of autoconfigured addresses per interface. Setting to zero disables the limitation. It is not recommended to set this value too large (or to zero) because it would be an easy way to crash the kernel by allowing too many addresses to be created.h]hXMaximum number of autoconfigured addresses per interface. Setting to zero disables the limitation. It is not recommended to set this value too large (or to zero) because it would be an easy way to crash the kernel by allowing too many addresses to be created.}(hj8thhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hj5tubh)}(h Default: 16h]h Default: 16}(hjFthhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hj5tubeh}(h]h ]h"]h$]h&]uh1hhj#tubeh}(h]h ]h"]h$]h&]uh1hhhhM hj`hhubh)}(hXfdisable_ipv6 - BOOLEAN Disable IPv6 operation. If accept_dad is set to 2, this value will be dynamically set to TRUE if DAD fails for the link-local address. Default: FALSE (enable IPv6 operation) When this value is changed from 1 to 0 (IPv6 is being enabled), it will dynamically create a link-local address on the given interface and start Duplicate Address Detection, if necessary. When this value is changed from 0 to 1 (IPv6 is being disabled), it will dynamically delete all addresses and routes on the given interface. From now on it will not possible to add addresses/routes to the selected interface. h](h)}(hdisable_ipv6 - BOOLEANh]hdisable_ipv6 - BOOLEAN}(hjdthhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hj`tubh)}(hhh](h)}(hDisable IPv6 operation. If accept_dad is set to 2, this value will be dynamically set to TRUE if DAD fails for the link-local address.h]hDisable IPv6 operation. If accept_dad is set to 2, this value will be dynamically set to TRUE if DAD fails for the link-local address.}(hjuthhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjrtubh)}(h&Default: FALSE (enable IPv6 operation)h]h&Default: FALSE (enable IPv6 operation)}(hjthhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjrtubh)}(hWhen this value is changed from 1 to 0 (IPv6 is being enabled), it will dynamically create a link-local address on the given interface and start Duplicate Address Detection, if necessary.h]hWhen this value is changed from 1 to 0 (IPv6 is being enabled), it will dynamically create a link-local address on the given interface and start Duplicate Address Detection, if necessary.}(hjthhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjrtubh)}(hWhen this value is changed from 0 to 1 (IPv6 is being disabled), it will dynamically delete all addresses and routes on the given interface. From now on it will not possible to add addresses/routes to the selected interface.h]hWhen this value is changed from 0 to 1 (IPv6 is being disabled), it will dynamically delete all addresses and routes on the given interface. From now on it will not possible to add addresses/routes to the selected interface.}(hjthhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjrtubeh}(h]h ]h"]h$]h&]uh1hhj`tubeh}(h]h ]h"]h$]h&]uh1hhhhM hj`hhubh)}(hXaccept_dad - INTEGER Whether to accept DAD (Duplicate Address Detection). == ============================================================== 0 Disable DAD 1 Enable DAD (default) 2 Enable DAD, and disable IPv6 operation if MAC-based duplicate link-local address has been found. == ============================================================== DAD operation and mode on a given interface will be selected according to the maximum value of conf/{all,interface}/accept_dad. h](h)}(haccept_dad - INTEGERh]haccept_dad - INTEGER}(hjthhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjtubh)}(hhh](h)}(h4Whether to accept DAD (Duplicate Address Detection).h]h4Whether to accept DAD (Duplicate Address Detection).}(hjthhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjtubj )}(hX== ============================================================== 0 Disable DAD 1 Enable DAD (default) 2 Enable DAD, and disable IPv6 operation if MAC-based duplicate link-local address has been found. == ============================================================== h]j)}(hhh]j)}(hhh](j)}(hhh]h}(h]h ]h"]h$]h&]colwidthKuh1jhjtubj)}(hhh]h}(h]h ]h"]h$]h&]colwidthK>uh1jhjtubj)}(hhh](j)}(hhh](j)}(hhh]h)}(hjCh]h0}(hjuhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjuubah}(h]h ]h"]h$]h&]uh1jhjtubj)}(hhh]h)}(h Disable DADh]h Disable DAD}(hjuhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjuubah}(h]h ]h"]h$]h&]uh1jhjtubeh}(h]h ]h"]h$]h&]uh1jhjtubj)}(hhh](j)}(hhh]h)}(hjh]h1}(hj9uhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hj6uubah}(h]h ]h"]h$]h&]uh1jhj3uubj)}(hhh]h)}(hEnable DAD (default)h]hEnable DAD (default)}(hjOuhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjLuubah}(h]h ]h"]h$]h&]uh1jhj3uubeh}(h]h ]h"]h$]h&]uh1jhjtubj)}(hhh](j)}(hhh]h)}(hjh]h2}(hjouhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjluubah}(h]h ]h"]h$]h&]uh1jhjiuubj)}(hhh]h)}(h`Enable DAD, and disable IPv6 operation if MAC-based duplicate link-local address has been found.h]h`Enable DAD, and disable IPv6 operation if MAC-based duplicate link-local address has been found.}(hjuhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjuubah}(h]h ]h"]h$]h&]uh1jhjiuubeh}(h]h ]h"]h$]h&]uh1jhjtubeh}(h]h ]h"]h$]h&]uh1jhjtubeh}(h]h ]h"]h$]h&]colsKuh1jhjtubah}(h]h ]h"]h$]h&]uh1jhjtubah}(h]h ]h"]h$]h&]uh1j hhhM hjtubh)}(hDAD operation and mode on a given interface will be selected according to the maximum value of conf/{all,interface}/accept_dad.h]hDAD operation and mode on a given interface will be selected according to the maximum value of conf/{all,interface}/accept_dad.}(hjuhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjtubeh}(h]h ]h"]h$]h&]uh1hhjtubeh}(h]h ]h"]h$]h&]uh1hhhhM hj`hhubh)}(hXvforce_tllao - BOOLEAN Enable sending the target link-layer address option even when responding to a unicast neighbor solicitation. Default: FALSE Quoting from RFC 2461, section 4.4, Target link-layer address: "The option MUST be included for multicast solicitations in order to avoid infinite Neighbor Solicitation "recursion" when the peer node does not have a cache entry to return a Neighbor Advertisements message. When responding to unicast solicitations, the option can be omitted since the sender of the solicitation has the correct link- layer address; otherwise it would not have be able to send the unicast solicitation in the first place. However, including the link-layer address in this case adds little overhead and eliminates a potential race condition where the sender deletes the cached link-layer address prior to receiving a response to a previous solicitation." h](h)}(hforce_tllao - BOOLEANh]hforce_tllao - BOOLEAN}(hjuhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjuubh)}(hhh](h)}(hlEnable sending the target link-layer address option even when responding to a unicast neighbor solicitation.h]hlEnable sending the target link-layer address option even when responding to a unicast neighbor solicitation.}(hjuhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjuubh)}(hDefault: FALSEh]hDefault: FALSE}(hjuhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjuubh)}(h>Quoting from RFC 2461, section 4.4, Target link-layer address:h]h>Quoting from RFC 2461, section 4.4, Target link-layer address:}(hjvhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjuubh)}(hX"The option MUST be included for multicast solicitations in order to avoid infinite Neighbor Solicitation "recursion" when the peer node does not have a cache entry to return a Neighbor Advertisements message. When responding to unicast solicitations, the option can be omitted since the sender of the solicitation has the correct link- layer address; otherwise it would not have be able to send the unicast solicitation in the first place. However, including the link-layer address in this case adds little overhead and eliminates a potential race condition where the sender deletes the cached link-layer address prior to receiving a response to a previous solicitation."h]hX“The option MUST be included for multicast solicitations in order to avoid infinite Neighbor Solicitation “recursion” when the peer node does not have a cache entry to return a Neighbor Advertisements message. When responding to unicast solicitations, the option can be omitted since the sender of the solicitation has the correct link- layer address; otherwise it would not have be able to send the unicast solicitation in the first place. However, including the link-layer address in this case adds little overhead and eliminates a potential race condition where the sender deletes the cached link-layer address prior to receiving a response to a previous solicitation.”}(hjvhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjuubeh}(h]h ]h"]h$]h&]uh1hhjuubeh}(h]h ]h"]h$]h&]uh1hhhhM hj`hhubh)}(hXndisc_notify - BOOLEAN Define mode for notification of address and device changes. Possible values: - 0 (disabled) - do nothing - 1 (enabled) - Generate unsolicited neighbour advertisements when device is brought up or hardware address changes. Default: 0 (disabled) h](h)}(hndisc_notify - BOOLEANh]hndisc_notify - BOOLEAN}(hj/vhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hj+vubh)}(hhh](h)}(h;Define mode for notification of address and device changes.h]h;Define mode for notification of address and device changes.}(hj@vhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hj=vubh)}(hPossible values:h]hPossible values:}(hjNvhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hj=vubj')}(hhh](j,)}(h0 (disabled) - do nothingh]h)}(hjavh]h0 (disabled) - do nothing}(hjcvhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hj_vubah}(h]h ]h"]h$]h&]uh1j+hj\vubj,)}(ht1 (enabled) - Generate unsolicited neighbour advertisements when device is brought up or hardware address changes. h]h)}(hs1 (enabled) - Generate unsolicited neighbour advertisements when device is brought up or hardware address changes.h]hs1 (enabled) - Generate unsolicited neighbour advertisements when device is brought up or hardware address changes.}(hjzvhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjvvubah}(h]h ]h"]h$]h&]uh1j+hj\vubeh}(h]h ]h"]h$]h&]jbjcuh1j&hhhM hj=vubh)}(hDefault: 0 (disabled)h]hDefault: 0 (disabled)}(hjvhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hj=vubeh}(h]h ]h"]h$]h&]uh1hhj+vubeh}(h]h ]h"]h$]h&]uh1hhhhM hj`hhubh)}(hXndisc_tclass - INTEGER The IPv6 Traffic Class to use by default when sending IPv6 Neighbor Discovery (Router Solicitation, Router Advertisement, Neighbor Solicitation, Neighbor Advertisement, Redirect) messages. These 8 bits can be interpreted as 6 high order bits holding the DSCP value and 2 low order bits representing ECN (which you probably want to leave cleared). * 0 - (default) h](h)}(hndisc_tclass - INTEGERh]hndisc_tclass - INTEGER}(hjvhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjvubh)}(hhh](h)}(hXZThe IPv6 Traffic Class to use by default when sending IPv6 Neighbor Discovery (Router Solicitation, Router Advertisement, Neighbor Solicitation, Neighbor Advertisement, Redirect) messages. These 8 bits can be interpreted as 6 high order bits holding the DSCP value and 2 low order bits representing ECN (which you probably want to leave cleared).h]hXZThe IPv6 Traffic Class to use by default when sending IPv6 Neighbor Discovery (Router Solicitation, Router Advertisement, Neighbor Solicitation, Neighbor Advertisement, Redirect) messages. These 8 bits can be interpreted as 6 high order bits holding the DSCP value and 2 low order bits representing ECN (which you probably want to leave cleared).}(hjvhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjvubj')}(hhh]j,)}(h0 - (default) h]h)}(h 0 - (default)h]h 0 - (default)}(hjvhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjvubah}(h]h ]h"]h$]h&]uh1j+hjvubah}(h]h ]h"]h$]h&]jbjjuh1j&hhhM hjvubeh}(h]h ]h"]h$]h&]uh1hhjvubeh}(h]h ]h"]h$]h&]uh1hhhhM hj`hhubh)}(hXndisc_evict_nocarrier - BOOLEAN Clears the neighbor discovery table on NOCARRIER events. This option is important for wireless devices where the neighbor discovery cache should not be cleared when roaming between access points on the same network. In most cases this should remain as the default (1). Possible values: - 0 (disabled) - Do not clear neighbor discovery cache on NOCARRIER events. - 1 (enabled) - Clear neighbor discover cache on NOCARRIER events. Default: 1 (enabled) h](h)}(hndisc_evict_nocarrier - BOOLEANh]hndisc_evict_nocarrier - BOOLEAN}(hjwhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjvubh)}(hhh](h)}(hX Clears the neighbor discovery table on NOCARRIER events. This option is important for wireless devices where the neighbor discovery cache should not be cleared when roaming between access points on the same network. In most cases this should remain as the default (1).h]hX Clears the neighbor discovery table on NOCARRIER events. This option is important for wireless devices where the neighbor discovery cache should not be cleared when roaming between access points on the same network. In most cases this should remain as the default (1).}(hjwhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjwubh)}(hPossible values:h]hPossible values:}(hj!whhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjwubj')}(hhh](j,)}(hI0 (disabled) - Do not clear neighbor discovery cache on NOCARRIER events.h]h)}(hj4wh]hI0 (disabled) - Do not clear neighbor discovery cache on NOCARRIER events.}(hj6whhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hj2wubah}(h]h ]h"]h$]h&]uh1j+hj/wubj,)}(hB1 (enabled) - Clear neighbor discover cache on NOCARRIER events. h]h)}(hA1 (enabled) - Clear neighbor discover cache on NOCARRIER events.h]hA1 (enabled) - Clear neighbor discover cache on NOCARRIER events.}(hjMwhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjIwubah}(h]h ]h"]h$]h&]uh1j+hj/wubeh}(h]h ]h"]h$]h&]jbjcuh1j&hhhM hjwubh)}(hDefault: 1 (enabled)h]hDefault: 1 (enabled)}(hjgwhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjwubeh}(h]h ]h"]h$]h&]uh1hhjvubeh}(h]h ]h"]h$]h&]uh1hhhhM hj`hhubh)}(hmldv1_unsolicited_report_interval - INTEGER The interval in milliseconds in which the next unsolicited MLDv1 report retransmit will take place. Default: 10000 (10 seconds) h](h)}(h+mldv1_unsolicited_report_interval - INTEGERh]h+mldv1_unsolicited_report_interval - INTEGER}(hjwhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjwubh)}(hhh](h)}(hcThe interval in milliseconds in which the next unsolicited MLDv1 report retransmit will take place.h]hcThe interval in milliseconds in which the next unsolicited MLDv1 report retransmit will take place.}(hjwhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjwubh)}(hDefault: 10000 (10 seconds)h]hDefault: 10000 (10 seconds)}(hjwhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjwubeh}(h]h ]h"]h$]h&]uh1hhjwubeh}(h]h ]h"]h$]h&]uh1hhhhM hj`hhubh)}(hmldv2_unsolicited_report_interval - INTEGER The interval in milliseconds in which the next unsolicited MLDv2 report retransmit will take place. Default: 1000 (1 second) h](h)}(h+mldv2_unsolicited_report_interval - INTEGERh]h+mldv2_unsolicited_report_interval - INTEGER}(hjwhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjwubh)}(hhh](h)}(hcThe interval in milliseconds in which the next unsolicited MLDv2 report retransmit will take place.h]hcThe interval in milliseconds in which the next unsolicited MLDv2 report retransmit will take place.}(hjwhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjwubh)}(hDefault: 1000 (1 second)h]hDefault: 1000 (1 second)}(hjwhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjwubeh}(h]h ]h"]h$]h&]uh1hhjwubeh}(h]h ]h"]h$]h&]uh1hhhhM hj`hhubh)}(hforce_mld_version - INTEGER * 0 - (default) No enforcement of a MLD version, MLDv1 fallback allowed * 1 - Enforce to use MLD version 1 * 2 - Enforce to use MLD version 2 h](h)}(hforce_mld_version - INTEGERh]hforce_mld_version - INTEGER}(hjwhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjwubh)}(hhh]j')}(hhh](j,)}(hE0 - (default) No enforcement of a MLD version, MLDv1 fallback allowedh]h)}(hjxh]hE0 - (default) No enforcement of a MLD version, MLDv1 fallback allowed}(hjxhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjxubah}(h]h ]h"]h$]h&]uh1j+hjxubj,)}(h 1 - Enforce to use MLD version 1h]h)}(hj,xh]h 1 - Enforce to use MLD version 1}(hj.xhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hj*xubah}(h]h ]h"]h$]h&]uh1j+hjxubj,)}(h!2 - Enforce to use MLD version 2 h]h)}(h 2 - Enforce to use MLD version 2h]h 2 - Enforce to use MLD version 2}(hjExhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjAxubah}(h]h ]h"]h$]h&]uh1j+hjxubeh}(h]h ]h"]h$]h&]jbjjuh1j&hhhM hj xubah}(h]h ]h"]h$]h&]uh1hhjwubeh}(h]h ]h"]h$]h&]uh1hhhhM hj`hhubh)}(hsuppress_frag_ndisc - INTEGER Control RFC 6980 (Security Implications of IPv6 Fragmentation with IPv6 Neighbor Discovery) behavior: * 1 - (default) discard fragmented neighbor discovery packets * 0 - allow fragmented neighbor discovery packets h](h)}(hsuppress_frag_ndisc - INTEGERh]hsuppress_frag_ndisc - INTEGER}(hjoxhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjkxubh)}(hhh](h)}(heControl RFC 6980 (Security Implications of IPv6 Fragmentation with IPv6 Neighbor Discovery) behavior:h]heControl RFC 6980 (Security Implications of IPv6 Fragmentation with IPv6 Neighbor Discovery) behavior:}(hjxhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hj}xubj')}(hhh](j,)}(h;1 - (default) discard fragmented neighbor discovery packetsh]h)}(hjxh]h;1 - (default) discard fragmented neighbor discovery packets}(hjxhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjxubah}(h]h ]h"]h$]h&]uh1j+hjxubj,)}(h00 - allow fragmented neighbor discovery packets h]h)}(h/0 - allow fragmented neighbor discovery packetsh]h/0 - allow fragmented neighbor discovery packets}(hjxhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjxubah}(h]h ]h"]h$]h&]uh1j+hjxubeh}(h]h ]h"]h$]h&]jbjjuh1j&hhhM hj}xubeh}(h]h ]h"]h$]h&]uh1hhjkxubeh}(h]h ]h"]h$]h&]uh1hhhhM hj`hhubh)}(hXToptimistic_dad - BOOLEAN Whether to perform Optimistic Duplicate Address Detection (RFC 4429). Optimistic Duplicate Address Detection for the interface will be enabled if at least one of conf/{all,interface}/optimistic_dad is set to 1, it will be disabled otherwise. Possible values: - 0 (disabled) - 1 (enabled) Default: 0 (disabled) h](h)}(hoptimistic_dad - BOOLEANh]hoptimistic_dad - BOOLEAN}(hjxhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjxubh)}(hhh](h)}(hEWhether to perform Optimistic Duplicate Address Detection (RFC 4429).h]hEWhether to perform Optimistic Duplicate Address Detection (RFC 4429).}(hjxhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjxubh)}(hOptimistic Duplicate Address Detection for the interface will be enabled if at least one of conf/{all,interface}/optimistic_dad is set to 1, it will be disabled otherwise.h]hOptimistic Duplicate Address Detection for the interface will be enabled if at least one of conf/{all,interface}/optimistic_dad is set to 1, it will be disabled otherwise.}(hjxhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjxubh)}(hPossible values:h]hPossible values:}(hjyhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjxubj')}(hhh](j,)}(h 0 (disabled)h]h)}(hjyh]h 0 (disabled)}(hjyhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjyubah}(h]h ]h"]h$]h&]uh1j+hjyubj,)}(h 1 (enabled) h]h)}(h 1 (enabled)h]h 1 (enabled)}(hj/yhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hj+yubah}(h]h ]h"]h$]h&]uh1j+hjyubeh}(h]h ]h"]h$]h&]jbjcuh1j&hhhM hjxubh)}(hDefault: 0 (disabled)h]hDefault: 0 (disabled)}(hjIyhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjxubeh}(h]h ]h"]h$]h&]uh1hhjxubeh}(h]h ]h"]h$]h&]uh1hhhhM hj`hhubh)}(hXuse_optimistic - BOOLEAN If enabled, do not classify optimistic addresses as deprecated during source address selection. Preferred addresses will still be chosen before optimistic addresses, subject to other ranking in the source address selection algorithm. This will be enabled if at least one of conf/{all,interface}/use_optimistic is set to 1, disabled otherwise. Possible values: - 0 (disabled) - 1 (enabled) Default: 0 (disabled) h](h)}(huse_optimistic - BOOLEANh]huse_optimistic - BOOLEAN}(hjgyhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjcyubh)}(hhh](h)}(hIf enabled, do not classify optimistic addresses as deprecated during source address selection. Preferred addresses will still be chosen before optimistic addresses, subject to other ranking in the source address selection algorithm.h]hIf enabled, do not classify optimistic addresses as deprecated during source address selection. Preferred addresses will still be chosen before optimistic addresses, subject to other ranking in the source address selection algorithm.}(hjxyhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjuyubh)}(hlThis will be enabled if at least one of conf/{all,interface}/use_optimistic is set to 1, disabled otherwise.h]hlThis will be enabled if at least one of conf/{all,interface}/use_optimistic is set to 1, disabled otherwise.}(hjyhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjuyubh)}(hPossible values:h]hPossible values:}(hjyhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjuyubj')}(hhh](j,)}(h 0 (disabled)h]h)}(hjyh]h 0 (disabled)}(hjyhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjyubah}(h]h ]h"]h$]h&]uh1j+hjyubj,)}(h 1 (enabled) h]h)}(h 1 (enabled)h]h 1 (enabled)}(hjyhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjyubah}(h]h ]h"]h$]h&]uh1j+hjyubeh}(h]h ]h"]h$]h&]jbjcuh1j&hhhM hjuyubh)}(hDefault: 0 (disabled)h]hDefault: 0 (disabled)}(hjyhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjuyubeh}(h]h ]h"]h$]h&]uh1hhjcyubeh}(h]h ]h"]h$]h&]uh1hhhhM hj`hhubh)}(hXTstable_secret - IPv6 address This IPv6 address will be used as a secret to generate IPv6 addresses for link-local addresses and autoconfigured ones. All addresses generated after setting this secret will be stable privacy ones by default. This can be changed via the addrgenmode ip-link. conf/default/stable_secret is used as the secret for the namespace, the interface specific ones can overwrite that. Writes to conf/all/stable_secret are refused. It is recommended to generate this secret during installation of a system and keep it stable after that. By default the stable secret is unset. h](h)}(hstable_secret - IPv6 addressh]hstable_secret - IPv6 address}(hjyhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM' hjyubh)}(hhh](h)}(hXThis IPv6 address will be used as a secret to generate IPv6 addresses for link-local addresses and autoconfigured ones. All addresses generated after setting this secret will be stable privacy ones by default. This can be changed via the addrgenmode ip-link. conf/default/stable_secret is used as the secret for the namespace, the interface specific ones can overwrite that. Writes to conf/all/stable_secret are refused.h]hXThis IPv6 address will be used as a secret to generate IPv6 addresses for link-local addresses and autoconfigured ones. All addresses generated after setting this secret will be stable privacy ones by default. This can be changed via the addrgenmode ip-link. conf/default/stable_secret is used as the secret for the namespace, the interface specific ones can overwrite that. Writes to conf/all/stable_secret are refused.}(hj zhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjzubh)}(hhIt is recommended to generate this secret during installation of a system and keep it stable after that.h]hhIt is recommended to generate this secret during installation of a system and keep it stable after that.}(hjzhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM$ hjzubh)}(h&By default the stable secret is unset.h]h&By default the stable secret is unset.}(hj%zhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM' hjzubeh}(h]h ]h"]h$]h&]uh1hhjyubeh}(h]h ]h"]h$]h&]uh1hhhhM' hj`hhubh)}(hXaddr_gen_mode - INTEGER Defines how link-local and autoconf addresses are generated. = ================================================================= 0 generate address based on EUI64 (default) 1 do no generate a link-local address, use EUI64 for addresses generated from autoconf 2 generate stable privacy addresses, using the secret from stable_secret (RFC7217) 3 generate stable privacy addresses, using a random secret if unset = ================================================================= h](h)}(haddr_gen_mode - INTEGERh]haddr_gen_mode - INTEGER}(hjCzhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM3 hj?zubh)}(hhh](h)}(h hjv{ubh)}(hhh](h)}(h^Drop any unicast IPv6 packets that are received in link-layer multicast (or broadcast) frames.h]h^Drop any unicast IPv6 packets that are received in link-layer multicast (or broadcast) frames.}(hj{hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM6 hj{ubh)}(hPossible values:h]hPossible values:}(hj{hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM9 hj{ubj')}(hhh](j,)}(h 0 (disabled)h]h)}(hj{h]h 0 (disabled)}(hj{hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM; hj{ubah}(h]h ]h"]h$]h&]uh1j+hj{ubj,)}(h 1 (enabled) h]h)}(h 1 (enabled)h]h 1 (enabled)}(hj{hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM< hj{ubah}(h]h ]h"]h$]h&]uh1j+hj{ubeh}(h]h ]h"]h$]h&]jbjcuh1j&hhhM; hj{ubh)}(hDefault: 0 (disabled)h]hDefault: 0 (disabled)}(hj{hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM> hj{ubeh}(h]h ]h"]h$]h&]uh1hhjv{ubeh}(h]h ]h"]h$]h&]uh1hhhhM> hj`hhubh)}(hX2drop_unsolicited_na - BOOLEAN Drop all unsolicited neighbor advertisements, for example if there's a known good NA proxy on the network and such frames need not be used (or in the case of 802.11, must not be used to prevent attacks.) Possible values: - 0 (disabled) - 1 (enabled) Default: 0 (disabled). h](h)}(hdrop_unsolicited_na - BOOLEANh]hdrop_unsolicited_na - BOOLEAN}(hj{hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMJ hj{ubh)}(hhh](h)}(hDrop all unsolicited neighbor advertisements, for example if there's a known good NA proxy on the network and such frames need not be used (or in the case of 802.11, must not be used to prevent attacks.)h]hDrop all unsolicited neighbor advertisements, for example if there’s a known good NA proxy on the network and such frames need not be used (or in the case of 802.11, must not be used to prevent attacks.)}(hj|hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMA hj |ubh)}(hPossible values:h]hPossible values:}(hj|hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhME hj |ubj')}(hhh](j,)}(h 0 (disabled)h]h)}(hj/|h]h 0 (disabled)}(hj1|hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMG hj-|ubah}(h]h ]h"]h$]h&]uh1j+hj*|ubj,)}(h 1 (enabled) h]h)}(h 1 (enabled)h]h 1 (enabled)}(hjH|hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMH hjD|ubah}(h]h ]h"]h$]h&]uh1j+hj*|ubeh}(h]h ]h"]h$]h&]jbjcuh1j&hhhMG hj |ubh)}(hDefault: 0 (disabled).h]hDefault: 0 (disabled).}(hjb|hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMJ hj |ubeh}(h]h ]h"]h$]h&]uh1hhj{ubeh}(h]h ]h"]h$]h&]uh1hhhhMJ hj`hhubh)}(hXaccept_untracked_na - INTEGER Define behavior for accepting neighbor advertisements from devices that are absent in the neighbor cache: - 0 - (default) Do not accept unsolicited and untracked neighbor advertisements. - 1 - Add a new neighbor cache entry in STALE state for routers on receiving a neighbor advertisement (either solicited or unsolicited) with target link-layer address option specified if no neighbor entry is already present for the advertised IPv6 address. Without this knob, NAs received for untracked addresses (absent in neighbor cache) are silently ignored. This is as per router-side behavior documented in RFC9131. This has lower precedence than drop_unsolicited_na. This will optimize the return path for the initial off-link communication that is initiated by a directly connected host, by ensuring that the first-hop router which turns on this setting doesn't have to buffer the initial return packets to do neighbor-solicitation. The prerequisite is that the host is configured to send unsolicited neighbor advertisements on interface bringup. This setting should be used in conjunction with the ndisc_notify setting on the host to satisfy this prerequisite. - 2 - Extend option (1) to add a new neighbor cache entry only if the source IP address is in the same subnet as an address configured on the interface that received the neighbor advertisement. h](h)}(haccept_untracked_na - INTEGERh]haccept_untracked_na - INTEGER}(hj|hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMi hj||ubh)}(hhh](h)}(hiDefine behavior for accepting neighbor advertisements from devices that are absent in the neighbor cache:h]hiDefine behavior for accepting neighbor advertisements from devices that are absent in the neighbor cache:}(hj|hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMM hj|ubj')}(hhh](j,)}(hO0 - (default) Do not accept unsolicited and untracked neighbor advertisements. h]h)}(hN0 - (default) Do not accept unsolicited and untracked neighbor advertisements.h]hN0 - (default) Do not accept unsolicited and untracked neighbor advertisements.}(hj|hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMP hj|ubah}(h]h ]h"]h$]h&]uh1j+hj|ubj,)}(hX1 - Add a new neighbor cache entry in STALE state for routers on receiving a neighbor advertisement (either solicited or unsolicited) with target link-layer address option specified if no neighbor entry is already present for the advertised IPv6 address. Without this knob, NAs received for untracked addresses (absent in neighbor cache) are silently ignored. This is as per router-side behavior documented in RFC9131. This has lower precedence than drop_unsolicited_na. This will optimize the return path for the initial off-link communication that is initiated by a directly connected host, by ensuring that the first-hop router which turns on this setting doesn't have to buffer the initial return packets to do neighbor-solicitation. The prerequisite is that the host is configured to send unsolicited neighbor advertisements on interface bringup. This setting should be used in conjunction with the ndisc_notify setting on the host to satisfy this prerequisite. h](h)}(hXg1 - Add a new neighbor cache entry in STALE state for routers on receiving a neighbor advertisement (either solicited or unsolicited) with target link-layer address option specified if no neighbor entry is already present for the advertised IPv6 address. Without this knob, NAs received for untracked addresses (absent in neighbor cache) are silently ignored.h]hXg1 - Add a new neighbor cache entry in STALE state for routers on receiving a neighbor advertisement (either solicited or unsolicited) with target link-layer address option specified if no neighbor entry is already present for the advertised IPv6 address. Without this knob, NAs received for untracked addresses (absent in neighbor cache) are silently ignored.}(hj|hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMS hj|ubh)}(h:This is as per router-side behavior documented in RFC9131.h]h:This is as per router-side behavior documented in RFC9131.}(hj|hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMZ hj|ubh)}(h3This has lower precedence than drop_unsolicited_na.h]h3This has lower precedence than drop_unsolicited_na.}(hj|hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM\ hj|ubh)}(hXThis will optimize the return path for the initial off-link communication that is initiated by a directly connected host, by ensuring that the first-hop router which turns on this setting doesn't have to buffer the initial return packets to do neighbor-solicitation. The prerequisite is that the host is configured to send unsolicited neighbor advertisements on interface bringup. This setting should be used in conjunction with the ndisc_notify setting on the host to satisfy this prerequisite.h]hXThis will optimize the return path for the initial off-link communication that is initiated by a directly connected host, by ensuring that the first-hop router which turns on this setting doesn’t have to buffer the initial return packets to do neighbor-solicitation. The prerequisite is that the host is configured to send unsolicited neighbor advertisements on interface bringup. This setting should be used in conjunction with the ndisc_notify setting on the host to satisfy this prerequisite.}(hj|hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM^ hj|ubeh}(h]h ]h"]h$]h&]uh1j+hj|ubj,)}(h2 - Extend option (1) to add a new neighbor cache entry only if the source IP address is in the same subnet as an address configured on the interface that received the neighbor advertisement. h]h)}(h2 - Extend option (1) to add a new neighbor cache entry only if the source IP address is in the same subnet as an address configured on the interface that received the neighbor advertisement.h]h2 - Extend option (1) to add a new neighbor cache entry only if the source IP address is in the same subnet as an address configured on the interface that received the neighbor advertisement.}(hj}hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMg hj|ubah}(h]h ]h"]h$]h&]uh1j+hj|ubeh}(h]h ]h"]h$]h&]jbjcuh1j&hhhMP hj|ubeh}(h]h ]h"]h$]h&]uh1hhj||ubeh}(h]h ]h"]h$]h&]uh1hhhhMi hj`hhubh)}(hXenhanced_dad - BOOLEAN Include a nonce option in the IPv6 neighbor solicitation messages used for duplicate address detection per RFC7527. A received DAD NS will only signal a duplicate address if the nonce is different. This avoids any false detection of duplicates due to loopback of the NS messages that we send. The nonce option will be sent on an interface unless both of conf/{all,interface}/enhanced_dad are set to FALSE. Possible values: - 0 (disabled) - 1 (enabled) Default: 1 (enabled) h](h)}(henhanced_dad - BOOLEANh]henhanced_dad - BOOLEAN}(hj*}hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMx hj&}ubh)}(hhh](h)}(hXInclude a nonce option in the IPv6 neighbor solicitation messages used for duplicate address detection per RFC7527. A received DAD NS will only signal a duplicate address if the nonce is different. This avoids any false detection of duplicates due to loopback of the NS messages that we send. The nonce option will be sent on an interface unless both of conf/{all,interface}/enhanced_dad are set to FALSE.h]hXInclude a nonce option in the IPv6 neighbor solicitation messages used for duplicate address detection per RFC7527. A received DAD NS will only signal a duplicate address if the nonce is different. This avoids any false detection of duplicates due to loopback of the NS messages that we send. The nonce option will be sent on an interface unless both of conf/{all,interface}/enhanced_dad are set to FALSE.}(hj;}hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMl hj8}ubh)}(hPossible values:h]hPossible values:}(hjI}hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMs hj8}ubj')}(hhh](j,)}(h 0 (disabled)h]h)}(hj\}h]h 0 (disabled)}(hj^}hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMu hjZ}ubah}(h]h ]h"]h$]h&]uh1j+hjW}ubj,)}(h 1 (enabled) h]h)}(h 1 (enabled)h]h 1 (enabled)}(hju}hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMv hjq}ubah}(h]h ]h"]h$]h&]uh1j+hjW}ubeh}(h]h ]h"]h$]h&]jbjcuh1j&hhhMu hj8}ubh)}(hDefault: 1 (enabled)h]hDefault: 1 (enabled)}(hj}hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMx hj8}ubeh}(h]h ]h"]h$]h&]uh1hhj&}ubeh}(h]h ]h"]h$]h&]uh1hhhhMx hj`hhubeh}(h]h ]h"]h$]h&]uh1hhjsThhhhhNubeh}(h]proc-sys-net-ipv6-variablesah ]h"]/proc/sys/net/ipv6/* variablesah$]h&]uh1hhhhhhhhMubh)}(hhh](h)}(h ``icmp/*``:h](jD)}(h ``icmp/*``h]hicmp/*}(hj}hhhNhNubah}(h]h ]h"]h$]h&]uh1jDhj}ubh:}(hj}hhhNhNubeh}(h]h ]h"]h$]h&]uh1hhj}hhhhhM{ ubh)}(hhh](h)}(hratelimit - INTEGER Limit the maximal rates for sending ICMPv6 messages. 0 to disable any limiting, otherwise the minimal space between responses in milliseconds. Default: 1000 h](h)}(hratelimit - INTEGERh]hratelimit - INTEGER}(hj}hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hj}ubh)}(hhh](h)}(h4Limit the maximal rates for sending ICMPv6 messages.h]h4Limit the maximal rates for sending ICMPv6 messages.}(hj}hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM~ hj}ubh)}(hY0 to disable any limiting, otherwise the minimal space between responses in milliseconds.h]hY0 to disable any limiting, otherwise the minimal space between responses in milliseconds.}(hj}hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hj}ubh)}(h Default: 1000h]h Default: 1000}(hj ~hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hj}ubeh}(h]h ]h"]h$]h&]uh1hhj}ubeh}(h]h ]h"]h$]h&]uh1hhhhM hj}ubh)}(hXratemask - list of comma separated ranges For ICMPv6 message types matching the ranges in the ratemask, limit the sending of the message according to ratelimit parameter. The format used for both input and output is a comma separated list of ranges (e.g. "0-127,129" for ICMPv6 message type 0 to 127 and 129). Writing to the file will clear all previous ranges of ICMPv6 message types and update the current list with the input. Refer to: https://www.iana.org/assignments/icmpv6-parameters/icmpv6-parameters.xhtml for numerical values of ICMPv6 message types, e.g. echo request is 128 and echo reply is 129. Default: 0-1,3-127 (rate limit ICMPv6 errors except Packet Too Big) h](h)}(h)ratemask - list of comma separated rangesh]h)ratemask - list of comma separated ranges}(hj(~hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hj$~ubh)}(hhh](h)}(hFor ICMPv6 message types matching the ranges in the ratemask, limit the sending of the message according to ratelimit parameter.h]hFor ICMPv6 message types matching the ranges in the ratemask, limit the sending of the message according to ratelimit parameter.}(hj9~hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hj6~ubh)}(hXThe format used for both input and output is a comma separated list of ranges (e.g. "0-127,129" for ICMPv6 message type 0 to 127 and 129). Writing to the file will clear all previous ranges of ICMPv6 message types and update the current list with the input.h]hXThe format used for both input and output is a comma separated list of ranges (e.g. “0-127,129” for ICMPv6 message type 0 to 127 and 129). Writing to the file will clear all previous ranges of ICMPv6 message types and update the current list with the input.}(hjG~hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hj6~ubh)}(hRefer to: https://www.iana.org/assignments/icmpv6-parameters/icmpv6-parameters.xhtml for numerical values of ICMPv6 message types, e.g. echo request is 128 and echo reply is 129.h](h Refer to: }(hjU~hhhNhNubj/)}(hJhttps://www.iana.org/assignments/icmpv6-parameters/icmpv6-parameters.xhtmlh]hJhttps://www.iana.org/assignments/icmpv6-parameters/icmpv6-parameters.xhtml}(hj]~hhhNhNubah}(h]h ]h"]h$]h&]refurij_~uh1j/hjU~ubh^ for numerical values of ICMPv6 message types, e.g. echo request is 128 and echo reply is 129.}(hjU~hhhNhNubeh}(h]h ]h"]h$]h&]uh1hhhhM hj6~ubh)}(hCDefault: 0-1,3-127 (rate limit ICMPv6 errors except Packet Too Big)h]hCDefault: 0-1,3-127 (rate limit ICMPv6 errors except Packet Too Big)}(hjv~hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hj6~ubeh}(h]h ]h"]h$]h&]uh1hhj$~ubeh}(h]h ]h"]h$]h&]uh1hhhhM hj}hhubh)}(hecho_ignore_all - BOOLEAN If enabled, then the kernel will ignore all ICMP ECHO requests sent to it over the IPv6 protocol. Possible values: - 0 (disabled) - 1 (enabled) Default: 0 (disabled) h](h)}(hecho_ignore_all - BOOLEANh]hecho_ignore_all - BOOLEAN}(hj~hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hj~ubh)}(hhh](h)}(haIf enabled, then the kernel will ignore all ICMP ECHO requests sent to it over the IPv6 protocol.h]haIf enabled, then the kernel will ignore all ICMP ECHO requests sent to it over the IPv6 protocol.}(hj~hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hj~ubh)}(hPossible values:h]hPossible values:}(hj~hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hj~ubj')}(hhh](j,)}(h 0 (disabled)h]h)}(hj~h]h 0 (disabled)}(hj~hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hj~ubah}(h]h ]h"]h$]h&]uh1j+hj~ubj,)}(h 1 (enabled) h]h)}(h 1 (enabled)h]h 1 (enabled)}(hj~hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hj~ubah}(h]h ]h"]h$]h&]uh1j+hj~ubeh}(h]h ]h"]h$]h&]jbjcuh1j&hhhM hj~ubh)}(hDefault: 0 (disabled)h]hDefault: 0 (disabled)}(hj~hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hj~ubeh}(h]h ]h"]h$]h&]uh1hhj~ubeh}(h]h ]h"]h$]h&]uh1hhhhM hj}hhubh)}(hecho_ignore_multicast - BOOLEAN If enabled, then the kernel will ignore all ICMP ECHO requests sent to it over the IPv6 protocol via multicast. Possible values: - 0 (disabled) - 1 (enabled) Default: 0 (disabled) h](h)}(hecho_ignore_multicast - BOOLEANh]hecho_ignore_multicast - BOOLEAN}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjubh)}(hhh](h)}(hoIf enabled, then the kernel will ignore all ICMP ECHO requests sent to it over the IPv6 protocol via multicast.h]hoIf enabled, then the kernel will ignore all ICMP ECHO requests sent to it over the IPv6 protocol via multicast.}(hj(hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hj%ubh)}(hPossible values:h]hPossible values:}(hj6hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hj%ubj')}(hhh](j,)}(h 0 (disabled)h]h)}(hjIh]h 0 (disabled)}(hjKhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjGubah}(h]h ]h"]h$]h&]uh1j+hjDubj,)}(h 1 (enabled) h]h)}(h 1 (enabled)h]h 1 (enabled)}(hjbhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hj^ubah}(h]h ]h"]h$]h&]uh1j+hjDubeh}(h]h ]h"]h$]h&]jbjcuh1j&hhhM hj%ubh)}(hDefault: 0 (disabled)h]hDefault: 0 (disabled)}(hj|hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hj%ubeh}(h]h ]h"]h$]h&]uh1hhjubeh}(h]h ]h"]h$]h&]uh1hhhhM hj}hhubh)}(hecho_ignore_anycast - BOOLEAN If enabled, then the kernel will ignore all ICMP ECHO requests sent to it over the IPv6 protocol destined to anycast address. Possible values: - 0 (disabled) - 1 (enabled) Default: 0 (disabled) h](h)}(hecho_ignore_anycast - BOOLEANh]hecho_ignore_anycast - BOOLEAN}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjubh)}(hhh](h)}(h}If enabled, then the kernel will ignore all ICMP ECHO requests sent to it over the IPv6 protocol destined to anycast address.h]h}If enabled, then the kernel will ignore all ICMP ECHO requests sent to it over the IPv6 protocol destined to anycast address.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjubh)}(hPossible values:h]hPossible values:}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjubj')}(hhh](j,)}(h 0 (disabled)h]h)}(hjh]h 0 (disabled)}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjubah}(h]h ]h"]h$]h&]uh1j+hjubj,)}(h 1 (enabled) h]h)}(h 1 (enabled)h]h 1 (enabled)}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjubah}(h]h ]h"]h$]h&]uh1j+hjubeh}(h]h ]h"]h$]h&]jbjcuh1j&hhhM hjubh)}(hDefault: 0 (disabled)h]hDefault: 0 (disabled)}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjubeh}(h]h ]h"]h$]h&]uh1hhjubeh}(h]h ]h"]h$]h&]uh1hhhhM hj}hhubh)}(hX#error_anycast_as_unicast - BOOLEAN If enabled, then the kernel will respond with ICMP Errors resulting from requests sent to it over the IPv6 protocol destined to anycast address essentially treating anycast as unicast. Possible values: - 0 (disabled) - 1 (enabled) Default: 0 (disabled) h](h)}(h"error_anycast_as_unicast - BOOLEANh]h"error_anycast_as_unicast - BOOLEAN}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjubh)}(hhh](h)}(hIf enabled, then the kernel will respond with ICMP Errors resulting from requests sent to it over the IPv6 protocol destined to anycast address essentially treating anycast as unicast.h]hIf enabled, then the kernel will respond with ICMP Errors resulting from requests sent to it over the IPv6 protocol destined to anycast address essentially treating anycast as unicast.}(hj.hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hj+ubh)}(hPossible values:h]hPossible values:}(hj<hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hj+ubj')}(hhh](j,)}(h 0 (disabled)h]h)}(hjOh]h 0 (disabled)}(hjQhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjMubah}(h]h ]h"]h$]h&]uh1j+hjJubj,)}(h 1 (enabled) h]h)}(h 1 (enabled)h]h 1 (enabled)}(hjhhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjdubah}(h]h ]h"]h$]h&]uh1j+hjJubeh}(h]h ]h"]h$]h&]jbjcuh1j&hhhM hj+ubh)}(hDefault: 0 (disabled)h]hDefault: 0 (disabled)}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hj+ubeh}(h]h ]h"]h$]h&]uh1hhjubeh}(h]h ]h"]h$]h&]uh1hhhhM hj}hhubh)}(hxfrm6_gc_thresh - INTEGER (Obsolete since linux-4.14) The threshold at which we will start garbage collecting for IPv6 destination cache entries. At twice this value the system will refuse new allocations. h](h)}(hxfrm6_gc_thresh - INTEGERh]hxfrm6_gc_thresh - INTEGER}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjubh)}(hhh]h)}(h(Obsolete since linux-4.14) The threshold at which we will start garbage collecting for IPv6 destination cache entries. At twice this value the system will refuse new allocations.h]h(Obsolete since linux-4.14) The threshold at which we will start garbage collecting for IPv6 destination cache entries. At twice this value the system will refuse new allocations.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjubah}(h]h ]h"]h$]h&]uh1hhjubeh}(h]h ]h"]h$]h&]uh1hhhhM hj}hhubeh}(h]h ]h"]h$]h&]uh1hhj}hhhhhNubh)}(hlIPv6 Update by: Pekka Savola YOSHIFUJI Hideaki / USAGI Project h](hIPv6 Update by: Pekka Savola <}(hjрhhhNhNubj/)}(hpekkas@netcore.fih]hpekkas@netcore.fi}(hjـhhhNhNubah}(h]h ]h"]h$]h&]refurimailto:pekkas@netcore.fiuh1j/hjрubh%> YOSHIFUJI Hideaki / USAGI Project <}(hjрhhhNhNubj/)}(hyoshfuji@linux-ipv6.orgh]hyoshfuji@linux-ipv6.org}(hjhhhNhNubah}(h]h ]h"]h$]h&]refurimailto:yoshfuji@linux-ipv6.orguh1j/hjрubh>}(hjрhhhNhNubeh}(h]h ]h"]h$]h&]uh1hhhhM hj}hhubeh}(h]icmpah ]h"]icmp/*:ah$]h&]uh1hhhhhhhhM{ ubh)}(hhh](h)}(h!/proc/sys/net/bridge/* Variables:h]h!/proc/sys/net/bridge/* Variables:}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhjhhhhhM ubh)}(h"bridge-nf-call-arptables - BOOLEANh]h"bridge-nf-call-arptables - BOOLEAN}(hj hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjhhubj )}(hPossible values: - 0 (disabled) - disable this. - 1 (enabled) - pass bridged ARP traffic to arptables' FORWARD chain. Default: 1 (enabled) h](h)}(hPossible values:h]hPossible values:}(hj2hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hj.ubj')}(hhh](j,)}(h0 (disabled) - disable this.h]h)}(hjEh]h0 (disabled) - disable this.}(hjGhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjCubah}(h]h ]h"]h$]h&]uh1j+hj@ubj,)}(hE1 (enabled) - pass bridged ARP traffic to arptables' FORWARD chain. h]h)}(hD1 (enabled) - pass bridged ARP traffic to arptables' FORWARD chain.h]hF1 (enabled) - pass bridged ARP traffic to arptables’ FORWARD chain.}(hj^hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjZubah}(h]h ]h"]h$]h&]uh1j+hj@ubeh}(h]h ]h"]h$]h&]jbjcuh1j&hhhM hj.ubh)}(hDefault: 1 (enabled)h]hDefault: 1 (enabled)}(hjxhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hj.ubeh}(h]h ]h"]h$]h&]uh1j hhhM hjhhubh)}(h!bridge-nf-call-iptables - BOOLEANh]h!bridge-nf-call-iptables - BOOLEAN}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjhhubj )}(hPossible values: - 0 (disabled) - disable this. - 1 (enabled) - pass bridged IPv4 traffic to iptables' chains. Default: 1 (enabled) h](h)}(hPossible values:h]hPossible values:}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjubj')}(hhh](j,)}(h0 (disabled) - disable this.h]h)}(hjh]h0 (disabled) - disable this.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjubah}(h]h ]h"]h$]h&]uh1j+hjubj,)}(h>1 (enabled) - pass bridged IPv4 traffic to iptables' chains. h]h)}(h=1 (enabled) - pass bridged IPv4 traffic to iptables' chains.h]h?1 (enabled) - pass bridged IPv4 traffic to iptables’ chains.}(hjʁhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjƁubah}(h]h ]h"]h$]h&]uh1j+hjubeh}(h]h ]h"]h$]h&]jbjcuh1j&hhhM hjubh)}(hDefault: 1 (enabled)h]hDefault: 1 (enabled)}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjubeh}(h]h ]h"]h$]h&]uh1j hhhM hjhhubh)}(h"bridge-nf-call-ip6tables - BOOLEANh]h"bridge-nf-call-ip6tables - BOOLEAN}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjhhubj )}(hPossible values: - 0 (disabled) - disable this. - 1 (enabled) - pass bridged IPv6 traffic to ip6tables' chains. Default: 1 (enabled) h](h)}(hPossible values:h]hPossible values:}(hj hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjubj')}(hhh](j,)}(h0 (disabled) - disable this.h]h)}(hjh]h0 (disabled) - disable this.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjubah}(h]h ]h"]h$]h&]uh1j+hjubj,)}(h?1 (enabled) - pass bridged IPv6 traffic to ip6tables' chains. h]h)}(h>1 (enabled) - pass bridged IPv6 traffic to ip6tables' chains.h]h@1 (enabled) - pass bridged IPv6 traffic to ip6tables’ chains.}(hj6hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hj2ubah}(h]h ]h"]h$]h&]uh1j+hjubeh}(h]h ]h"]h$]h&]jbjcuh1j&hhhM hjubh)}(hDefault: 1 (enabled)h]hDefault: 1 (enabled)}(hjPhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjubeh}(h]h ]h"]h$]h&]uh1j hhhM hjhhubh)}(h&bridge-nf-filter-vlan-tagged - BOOLEANh]h&bridge-nf-filter-vlan-tagged - BOOLEAN}(hjdhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjhhubj )}(hPossible values: - 0 (disabled) - disable this. - 1 (enabled) - pass bridged vlan-tagged ARP/IP/IPv6 traffic to {arp,ip,ip6}tables Default: 0 (disabled) h](h)}(hPossible values:h]hPossible values:}(hjvhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjrubj')}(hhh](j,)}(h0 (disabled) - disable this.h]h)}(hjh]h0 (disabled) - disable this.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjubah}(h]h ]h"]h$]h&]uh1j+hjubj,)}(hR1 (enabled) - pass bridged vlan-tagged ARP/IP/IPv6 traffic to {arp,ip,ip6}tables h]h)}(hQ1 (enabled) - pass bridged vlan-tagged ARP/IP/IPv6 traffic to {arp,ip,ip6}tablesh]hQ1 (enabled) - pass bridged vlan-tagged ARP/IP/IPv6 traffic to {arp,ip,ip6}tables}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjubah}(h]h ]h"]h$]h&]uh1j+hjubeh}(h]h ]h"]h$]h&]jbjcuh1j&hhhM hjrubh)}(hDefault: 0 (disabled)h]hDefault: 0 (disabled)}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjrubeh}(h]h ]h"]h$]h&]uh1j hhhM hjhhubh)}(h'bridge-nf-filter-pppoe-tagged - BOOLEANh]h'bridge-nf-filter-pppoe-tagged - BOOLEAN}(hjЂhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjhhubj )}(hPossible values: - 0 (disabled) - disable this. - 1 (enabled) - pass bridged pppoe-tagged IP/IPv6 traffic to {ip,ip6}tables. Default: 0 (disabled) h](h)}(hPossible values:h]hPossible values:}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjނubj')}(hhh](j,)}(h0 (disabled) - disable this.h]h)}(hjh]h0 (disabled) - disable this.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjubah}(h]h ]h"]h$]h&]uh1j+hjubj,)}(hL1 (enabled) - pass bridged pppoe-tagged IP/IPv6 traffic to {ip,ip6}tables. h]h)}(hK1 (enabled) - pass bridged pppoe-tagged IP/IPv6 traffic to {ip,ip6}tables.h]hK1 (enabled) - pass bridged pppoe-tagged IP/IPv6 traffic to {ip,ip6}tables.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hj ubah}(h]h ]h"]h$]h&]uh1j+hjubeh}(h]h ]h"]h$]h&]jbjcuh1j&hhhM hjނubh)}(hDefault: 0 (disabled)h]hDefault: 0 (disabled)}(hj(hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjނubeh}(h]h ]h"]h$]h&]uh1j hhhM hjhhubh)}(hhh]h)}(hXbridge-nf-pass-vlan-input-dev - BOOLEAN - 1: if bridge-nf-filter-vlan-tagged is enabled, try to find a vlan interface on the bridge and set the netfilter input device to the vlan. This allows use of e.g. "iptables -i br0.1" and makes the REDIRECT target work with vlan-on-top-of-bridge interfaces. When no matching vlan interface is found, or this switch is off, the input device is set to the bridge interface. - 0: disable bridge netfilter vlan interface lookup. Default: 0 h](h)}(h'bridge-nf-pass-vlan-input-dev - BOOLEANh]h'bridge-nf-pass-vlan-input-dev - BOOLEAN}(hjChhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hj?ubh)}(hhh](j')}(hhh](j,)}(hXs1: if bridge-nf-filter-vlan-tagged is enabled, try to find a vlan interface on the bridge and set the netfilter input device to the vlan. This allows use of e.g. "iptables -i br0.1" and makes the REDIRECT target work with vlan-on-top-of-bridge interfaces. When no matching vlan interface is found, or this switch is off, the input device is set to the bridge interface. h]h)}(hXr1: if bridge-nf-filter-vlan-tagged is enabled, try to find a vlan interface on the bridge and set the netfilter input device to the vlan. This allows use of e.g. "iptables -i br0.1" and makes the REDIRECT target work with vlan-on-top-of-bridge interfaces. When no matching vlan interface is found, or this switch is off, the input device is set to the bridge interface.h]hXv1: if bridge-nf-filter-vlan-tagged is enabled, try to find a vlan interface on the bridge and set the netfilter input device to the vlan. This allows use of e.g. “iptables -i br0.1” and makes the REDIRECT target work with vlan-on-top-of-bridge interfaces. When no matching vlan interface is found, or this switch is off, the input device is set to the bridge interface.}(hj[hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjWubah}(h]h ]h"]h$]h&]uh1j+hjTubj,)}(h30: disable bridge netfilter vlan interface lookup. h]h)}(h20: disable bridge netfilter vlan interface lookup.h]h20: disable bridge netfilter vlan interface lookup.}(hjshhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjoubah}(h]h ]h"]h$]h&]uh1j+hjTubeh}(h]h ]h"]h$]h&]jbjcuh1j&hhhM hjQubh)}(h Default: 0h]h Default: 0}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjQubeh}(h]h ]h"]h$]h&]uh1hhj?ubeh}(h]h ]h"]h$]h&]uh1hhhhM hj<ubah}(h]h ]h"]h$]h&]uh1hhjhhhhhNubeh}(h]proc-sys-net-bridge-variablesah ]h"]!/proc/sys/net/bridge/* variables:ah$]h&]uh1hhhhhhhhM ubh)}(hhh](h)}(h"``proc/sys/net/sctp/*`` Variables:h](jD)}(h``proc/sys/net/sctp/*``h]hproc/sys/net/sctp/*}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jDhjubh Variables:}(hjhhhNhNubeh}(h]h ]h"]h$]h&]uh1hhjhhhhhM ubh)}(hhh](h)}(hX`addip_enable - BOOLEAN Enable or disable extension of Dynamic Address Reconfiguration (ADD-IP) functionality specified in RFC5061. This extension provides the ability to dynamically add and remove new addresses for the SCTP associations. Possible values: - 0 (disabled) - disable extension. - 1 (enabled) - enable extension Default: 0 (disabled) h](h)}(haddip_enable - BOOLEANh]haddip_enable - BOOLEAN}(hjۃhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hj׃ubh)}(hhh](h)}(hEnable or disable extension of Dynamic Address Reconfiguration (ADD-IP) functionality specified in RFC5061. This extension provides the ability to dynamically add and remove new addresses for the SCTP associations.h]hEnable or disable extension of Dynamic Address Reconfiguration (ADD-IP) functionality specified in RFC5061. This extension provides the ability to dynamically add and remove new addresses for the SCTP associations.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjubh)}(hPossible values:h]hPossible values:}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjubj')}(hhh](j,)}(h!0 (disabled) - disable extension.h]h)}(hj h]h!0 (disabled) - disable extension.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hj ubah}(h]h ]h"]h$]h&]uh1j+hjubj,)}(h 1 (enabled) - enable extension h]h)}(h1 (enabled) - enable extensionh]h1 (enabled) - enable extension}(hj&hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hj"ubah}(h]h ]h"]h$]h&]uh1j+hjubeh}(h]h ]h"]h$]h&]jbjcuh1j&hhhM hjubh)}(hDefault: 0 (disabled)h]hDefault: 0 (disabled)}(hj@hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjubeh}(h]h ]h"]h$]h&]uh1hhj׃ubeh}(h]h ]h"]h$]h&]uh1hhhhM hjԃubh)}(hXpf_enable - INTEGER Enable or disable pf (pf is short for potentially failed) state. A value of pf_retrans > path_max_retrans also disables pf state. That is, one of both pf_enable and pf_retrans > path_max_retrans can disable pf state. Since pf_retrans and path_max_retrans can be changed by userspace application, sometimes user expects to disable pf state by the value of pf_retrans > path_max_retrans, but occasionally the value of pf_retrans or path_max_retrans is changed by the user application, this pf state is enabled. As such, it is necessary to add this to dynamically enable and disable pf state. See: https://datatracker.ietf.org/doc/draft-ietf-tsvwg-sctp-failover for details. Possible values: - 1: Enable pf. - 0: Disable pf. Default: 1 h](h)}(hpf_enable - INTEGERh]hpf_enable - INTEGER}(hj^hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM+ hjZubh)}(hhh](h)}(hXEnable or disable pf (pf is short for potentially failed) state. A value of pf_retrans > path_max_retrans also disables pf state. That is, one of both pf_enable and pf_retrans > path_max_retrans can disable pf state. Since pf_retrans and path_max_retrans can be changed by userspace application, sometimes user expects to disable pf state by the value of pf_retrans > path_max_retrans, but occasionally the value of pf_retrans or path_max_retrans is changed by the user application, this pf state is enabled. As such, it is necessary to add this to dynamically enable and disable pf state. See: https://datatracker.ietf.org/doc/draft-ietf-tsvwg-sctp-failover for details.h](hXSEnable or disable pf (pf is short for potentially failed) state. A value of pf_retrans > path_max_retrans also disables pf state. That is, one of both pf_enable and pf_retrans > path_max_retrans can disable pf state. Since pf_retrans and path_max_retrans can be changed by userspace application, sometimes user expects to disable pf state by the value of pf_retrans > path_max_retrans, but occasionally the value of pf_retrans or path_max_retrans is changed by the user application, this pf state is enabled. As such, it is necessary to add this to dynamically enable and disable pf state. See: }(hjohhhNhNubj/)}(h?https://datatracker.ietf.org/doc/draft-ietf-tsvwg-sctp-failoverh]h?https://datatracker.ietf.org/doc/draft-ietf-tsvwg-sctp-failover}(hjwhhhNhNubah}(h]h ]h"]h$]h&]refurijyuh1j/hjoubh for details.}(hjohhhNhNubeh}(h]h ]h"]h$]h&]uh1hhhhM hjlubh)}(hPossible values:h]hPossible values:}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM& hjlubj')}(hhh](j,)}(h 1: Enable pf.h]h)}(hjh]h 1: Enable pf.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM( hjubah}(h]h ]h"]h$]h&]uh1j+hjubj,)}(h0: Disable pf. h]h)}(h0: Disable pf.h]h0: Disable pf.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM) hjubah}(h]h ]h"]h$]h&]uh1j+hjubeh}(h]h ]h"]h$]h&]jbjcuh1j&hhhM( hjlubh)}(h Default: 1h]h Default: 1}(hjքhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM+ hjlubeh}(h]h ]h"]h$]h&]uh1hhjZubeh}(h]h ]h"]h$]h&]uh1hhhhM+ hjԃhhubh)}(hXpf_expose - INTEGER Unset or enable/disable pf (pf is short for potentially failed) state exposure. Applications can control the exposure of the PF path state in the SCTP_PEER_ADDR_CHANGE event and access of SCTP_PF-state transport info via SCTP_GET_PEER_ADDR_INFO sockopt. Possible values: - 0: Unset pf state exposure (compatible with old applications). No event will be sent but the transport info can be queried. - 1: Disable pf state exposure. No event will be sent and trying to obtain transport info will return -EACCESS. - 2: Enable pf state exposure. The event will be sent for a transport becoming SCTP_PF state and transport info can be obtained. Default: 0 h](h)}(hpf_expose - INTEGERh]hpf_expose - INTEGER}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM< hjubh)}(hhh](h)}(hUnset or enable/disable pf (pf is short for potentially failed) state exposure. Applications can control the exposure of the PF path state in the SCTP_PEER_ADDR_CHANGE event and access of SCTP_PF-state transport info via SCTP_GET_PEER_ADDR_INFO sockopt.h]hUnset or enable/disable pf (pf is short for potentially failed) state exposure. Applications can control the exposure of the PF path state in the SCTP_PEER_ADDR_CHANGE event and access of SCTP_PF-state transport info via SCTP_GET_PEER_ADDR_INFO sockopt.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM. hjubh)}(hPossible values:h]hPossible values:}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM3 hjubj')}(hhh](j,)}(h{0: Unset pf state exposure (compatible with old applications). No event will be sent but the transport info can be queried.h]h)}(h{0: Unset pf state exposure (compatible with old applications). No event will be sent but the transport info can be queried.h]h{0: Unset pf state exposure (compatible with old applications). No event will be sent but the transport info can be queried.}(hj(hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM5 hj$ubah}(h]h ]h"]h$]h&]uh1j+hj!ubj,)}(hm1: Disable pf state exposure. No event will be sent and trying to obtain transport info will return -EACCESS.h]h)}(hm1: Disable pf state exposure. No event will be sent and trying to obtain transport info will return -EACCESS.h]hm1: Disable pf state exposure. No event will be sent and trying to obtain transport info will return -EACCESS.}(hj@hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM7 hj<ubah}(h]h ]h"]h$]h&]uh1j+hj!ubj,)}(h2: Enable pf state exposure. The event will be sent for a transport becoming SCTP_PF state and transport info can be obtained. h]h)}(h~2: Enable pf state exposure. The event will be sent for a transport becoming SCTP_PF state and transport info can be obtained.h]h~2: Enable pf state exposure. The event will be sent for a transport becoming SCTP_PF state and transport info can be obtained.}(hjXhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM9 hjTubah}(h]h ]h"]h$]h&]uh1j+hj!ubeh}(h]h ]h"]h$]h&]jbjcuh1j&hhhM5 hjubh)}(h Default: 0h]h Default: 0}(hjrhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM< hjubeh}(h]h ]h"]h$]h&]uh1hhjubeh}(h]h ]h"]h$]h&]uh1hhhhM< hjԃhhubh)}(hXWaddip_noauth_enable - BOOLEAN Dynamic Address Reconfiguration (ADD-IP) requires the use of authentication to protect the operations of adding or removing new addresses. This requirement is mandated so that unauthorized hosts would not be able to hijack associations. However, older implementations may not have implemented this requirement while allowing the ADD-IP extension. For reasons of interoperability, we provide this variable to control the enforcement of the authentication requirement. == =============================================================== 1 Allow ADD-IP extension to be used without authentication. This should only be set in a closed environment for interoperability with older implementations. 0 Enforce the authentication requirement == =============================================================== Default: 0 h](h)}(haddip_noauth_enable - BOOLEANh]haddip_noauth_enable - BOOLEAN}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMP hjubh)}(hhh](h)}(hXDynamic Address Reconfiguration (ADD-IP) requires the use of authentication to protect the operations of adding or removing new addresses. This requirement is mandated so that unauthorized hosts would not be able to hijack associations. However, older implementations may not have implemented this requirement while allowing the ADD-IP extension. For reasons of interoperability, we provide this variable to control the enforcement of the authentication requirement.h]hXDynamic Address Reconfiguration (ADD-IP) requires the use of authentication to protect the operations of adding or removing new addresses. This requirement is mandated so that unauthorized hosts would not be able to hijack associations. However, older implementations may not have implemented this requirement while allowing the ADD-IP extension. For reasons of interoperability, we provide this variable to control the enforcement of the authentication requirement.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM? hjubj)}(hhh]j)}(hhh](j)}(hhh]h}(h]h ]h"]h$]h&]colwidthKuh1jhjubj)}(hhh]h}(h]h ]h"]h$]h&]colwidthK?uh1jhjubj)}(hhh](j)}(hhh](j)}(hhh]h)}(hjh]h1}(hj҅hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMI hjυubah}(h]h ]h"]h$]h&]uh1jhj̅ubj)}(hhh]h)}(hAllow ADD-IP extension to be used without authentication. This should only be set in a closed environment for interoperability with older implementations.h]hAllow ADD-IP extension to be used without authentication. This should only be set in a closed environment for interoperability with older implementations.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMI hjubah}(h]h ]h"]h$]h&]uh1jhj̅ubeh}(h]h ]h"]h$]h&]uh1jhjɅubj)}(hhh](j)}(hhh]h)}(hjCh]h0}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMM hjubah}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh]h)}(h&Enforce the authentication requirementh]h&Enforce the authentication requirement}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMM hjubah}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]uh1jhjɅubeh}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]colsKuh1jhjubah}(h]h ]h"]h$]h&]uh1jhjubh)}(h Default: 0h]h Default: 0}(hjKhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMP hjubeh}(h]h ]h"]h$]h&]uh1hhjubeh}(h]h ]h"]h$]h&]uh1hhhhMP hjԃhhubh)}(hXbauth_enable - BOOLEAN Enable or disable Authenticated Chunks extension. This extension provides the ability to send and receive authenticated chunks and is required for secure operation of Dynamic Address Reconfiguration (ADD-IP) extension. Possible values: - 0 (disabled) - disable extension. - 1 (enabled) - enable extension Default: 0 (disabled) h](h)}(hauth_enable - BOOLEANh]hauth_enable - BOOLEAN}(hjihhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM] hjeubh)}(hhh](h)}(hEnable or disable Authenticated Chunks extension. This extension provides the ability to send and receive authenticated chunks and is required for secure operation of Dynamic Address Reconfiguration (ADD-IP) extension.h]hEnable or disable Authenticated Chunks extension. This extension provides the ability to send and receive authenticated chunks and is required for secure operation of Dynamic Address Reconfiguration (ADD-IP) extension.}(hjzhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMS hjwubh)}(hPossible values:h]hPossible values:}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMX hjwubj')}(hhh](j,)}(h!0 (disabled) - disable extension.h]h)}(hjh]h!0 (disabled) - disable extension.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMZ hjubah}(h]h ]h"]h$]h&]uh1j+hjubj,)}(h 1 (enabled) - enable extension h]h)}(h1 (enabled) - enable extensionh]h1 (enabled) - enable extension}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM[ hjubah}(h]h ]h"]h$]h&]uh1j+hjubeh}(h]h ]h"]h$]h&]jbjcuh1j&hhhMZ hjwubh)}(hDefault: 0 (disabled)h]hDefault: 0 (disabled)}(hjΆhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM] hjwubeh}(h]h ]h"]h$]h&]uh1hhjeubeh}(h]h ]h"]h$]h&]uh1hhhhM] hjԃhhubh)}(hXprsctp_enable - BOOLEAN Enable or disable the Partial Reliability extension (RFC3758) which is used to notify peers that a given DATA should no longer be expected. Possible values: - 0 (disabled) - disable extension. - 1 (enabled) - enable extension Default: 1 (enabled) h](h)}(hprsctp_enable - BOOLEANh]hprsctp_enable - BOOLEAN}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMh hjubh)}(hhh](h)}(hEnable or disable the Partial Reliability extension (RFC3758) which is used to notify peers that a given DATA should no longer be expected.h]hEnable or disable the Partial Reliability extension (RFC3758) which is used to notify peers that a given DATA should no longer be expected.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM` hjubh)}(hPossible values:h]hPossible values:}(hj hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMc hjubj')}(hhh](j,)}(h!0 (disabled) - disable extension.h]h)}(hjh]h!0 (disabled) - disable extension.}(hj hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMe hjubah}(h]h ]h"]h$]h&]uh1j+hjubj,)}(h 1 (enabled) - enable extension h]h)}(h1 (enabled) - enable extensionh]h1 (enabled) - enable extension}(hj7hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMf hj3ubah}(h]h ]h"]h$]h&]uh1j+hjubeh}(h]h ]h"]h$]h&]jbjcuh1j&hhhMe hjubh)}(hDefault: 1 (enabled)h]hDefault: 1 (enabled)}(hjQhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMh hjubeh}(h]h ]h"]h$]h&]uh1hhjubeh}(h]h ]h"]h$]h&]uh1hhhhMh hjԃhhubh)}(hmax_burst - INTEGER The limit of the number of new packets that can be initially sent. It controls how bursty the generated traffic can be. Default: 4 h](h)}(hmax_burst - INTEGERh]hmax_burst - INTEGER}(hjohhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMn hjkubh)}(hhh](h)}(hxThe limit of the number of new packets that can be initially sent. It controls how bursty the generated traffic can be.h]hxThe limit of the number of new packets that can be initially sent. It controls how bursty the generated traffic can be.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMk hj}ubh)}(h Default: 4h]h Default: 4}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMn hj}ubeh}(h]h ]h"]h$]h&]uh1hhjkubeh}(h]h ]h"]h$]h&]uh1hhhhMn hjԃhhubh)}(hassociation_max_retrans - INTEGER Set the maximum number for retransmissions that an association can attempt deciding that the remote end is unreachable. If this value is exceeded, the association is terminated. Default: 10 h](h)}(h!association_max_retrans - INTEGERh]h!association_max_retrans - INTEGER}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMu hjubh)}(hhh](h)}(hSet the maximum number for retransmissions that an association can attempt deciding that the remote end is unreachable. If this value is exceeded, the association is terminated.h]hSet the maximum number for retransmissions that an association can attempt deciding that the remote end is unreachable. If this value is exceeded, the association is terminated.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMq hjubh)}(h Default: 10h]h Default: 10}(hjˇhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMu hjubeh}(h]h ]h"]h$]h&]uh1hhjubeh}(h]h ]h"]h$]h&]uh1hhhhMu hjԃhhubh)}(hmax_init_retransmits - INTEGER The maximum number of retransmissions of INIT and COOKIE-ECHO chunks that an association will attempt before declaring the destination unreachable and terminating. Default: 8 h](h)}(hmax_init_retransmits - INTEGERh]hmax_init_retransmits - INTEGER}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM| hjubh)}(hhh](h)}(hThe maximum number of retransmissions of INIT and COOKIE-ECHO chunks that an association will attempt before declaring the destination unreachable and terminating.h]hThe maximum number of retransmissions of INIT and COOKIE-ECHO chunks that an association will attempt before declaring the destination unreachable and terminating.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMx hjubh)}(h Default: 8h]h Default: 8}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM| hjubeh}(h]h ]h"]h$]h&]uh1hhjubeh}(h]h ]h"]h$]h&]uh1hhhhM| hjԃhhubh)}(hX path_max_retrans - INTEGER The maximum number of retransmissions that will be attempted on a given path. Once this threshold is exceeded, the path is considered unreachable, and new traffic will use a different path when the association is multihomed. Default: 5 h](h)}(hpath_max_retrans - INTEGERh]hpath_max_retrans - INTEGER}(hj&hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hj"ubh)}(hhh](h)}(hThe maximum number of retransmissions that will be attempted on a given path. Once this threshold is exceeded, the path is considered unreachable, and new traffic will use a different path when the association is multihomed.h]hThe maximum number of retransmissions that will be attempted on a given path. Once this threshold is exceeded, the path is considered unreachable, and new traffic will use a different path when the association is multihomed.}(hj7hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hj4ubh)}(h Default: 5h]h Default: 5}(hjEhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hj4ubeh}(h]h ]h"]h$]h&]uh1hhj"ubeh}(h]h ]h"]h$]h&]uh1hhhhM hjԃhhubh)}(hXpf_retrans - INTEGER The number of retransmissions that will be attempted on a given path before traffic is redirected to an alternate transport (should one exist). Note this is distinct from path_max_retrans, as a path that passes the pf_retrans threshold can still be used. Its only deprioritized when a transmission path is selected by the stack. This setting is primarily used to enable fast failover mechanisms without having to reduce path_max_retrans to a very low value. See: http://www.ietf.org/id/draft-nishida-tsvwg-sctp-failover-05.txt for details. Note also that a value of pf_retrans > path_max_retrans disables this feature. Since both pf_retrans and path_max_retrans can be changed by userspace application, a variable pf_enable is used to disable pf state. Default: 0 h](h)}(hpf_retrans - INTEGERh]hpf_retrans - INTEGER}(hjchhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hj_ubh)}(hhh](h)}(hXThe number of retransmissions that will be attempted on a given path before traffic is redirected to an alternate transport (should one exist). Note this is distinct from path_max_retrans, as a path that passes the pf_retrans threshold can still be used. Its only deprioritized when a transmission path is selected by the stack. This setting is primarily used to enable fast failover mechanisms without having to reduce path_max_retrans to a very low value. See: http://www.ietf.org/id/draft-nishida-tsvwg-sctp-failover-05.txt for details. Note also that a value of pf_retrans > path_max_retrans disables this feature. Since both pf_retrans and path_max_retrans can be changed by userspace application, a variable pf_enable is used to disable pf state.h](hXThe number of retransmissions that will be attempted on a given path before traffic is redirected to an alternate transport (should one exist). Note this is distinct from path_max_retrans, as a path that passes the pf_retrans threshold can still be used. Its only deprioritized when a transmission path is selected by the stack. This setting is primarily used to enable fast failover mechanisms without having to reduce path_max_retrans to a very low value. See: }(hjthhhNhNubj/)}(h?http://www.ietf.org/id/draft-nishida-tsvwg-sctp-failover-05.txth]h?http://www.ietf.org/id/draft-nishida-tsvwg-sctp-failover-05.txt}(hj|hhhNhNubah}(h]h ]h"]h$]h&]refurij~uh1j/hjtubh for details. Note also that a value of pf_retrans > path_max_retrans disables this feature. Since both pf_retrans and path_max_retrans can be changed by userspace application, a variable pf_enable is used to disable pf state.}(hjthhhNhNubeh}(h]h ]h"]h$]h&]uh1hhhhM hjqubh)}(h Default: 0h]h Default: 0}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjqubeh}(h]h ]h"]h$]h&]uh1hhj_ubeh}(h]h ]h"]h$]h&]uh1hhhhM hjԃhhubh)}(hX^ps_retrans - INTEGER Primary.Switchover.Max.Retrans (PSMR), it's a tunable parameter coming from section-5 "Primary Path Switchover" in rfc7829. The primary path will be changed to another active path when the path error counter on the old primary path exceeds PSMR, so that "the SCTP sender is allowed to continue data transmission on a new working path even when the old primary destination address becomes active again". Note this feature is disabled by initializing 'ps_retrans' per netns as 0xffff by default, and its value can't be less than 'pf_retrans' when changing by sysctl. Default: 0xffff h](h)}(hps_retrans - INTEGERh]hps_retrans - INTEGER}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjubh)}(hhh](h)}(hX7Primary.Switchover.Max.Retrans (PSMR), it's a tunable parameter coming from section-5 "Primary Path Switchover" in rfc7829. The primary path will be changed to another active path when the path error counter on the old primary path exceeds PSMR, so that "the SCTP sender is allowed to continue data transmission on a new working path even when the old primary destination address becomes active again". Note this feature is disabled by initializing 'ps_retrans' per netns as 0xffff by default, and its value can't be less than 'pf_retrans' when changing by sysctl.h]hXKPrimary.Switchover.Max.Retrans (PSMR), it’s a tunable parameter coming from section-5 “Primary Path Switchover” in rfc7829. The primary path will be changed to another active path when the path error counter on the old primary path exceeds PSMR, so that “the SCTP sender is allowed to continue data transmission on a new working path even when the old primary destination address becomes active again”. Note this feature is disabled by initializing ‘ps_retrans’ per netns as 0xffff by default, and its value can’t be less than ‘pf_retrans’ when changing by sysctl.}(hjĈhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjubh)}(hDefault: 0xffffh]hDefault: 0xffff}(hj҈hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjubeh}(h]h ]h"]h$]h&]uh1hhjubeh}(h]h ]h"]h$]h&]uh1hhhhM hjԃhhubh)}(hrto_initial - INTEGER The initial round trip timeout value in milliseconds that will be used in calculating round trip times. This is the initial time interval for retransmissions. Default: 3000 h](h)}(hrto_initial - INTEGERh]hrto_initial - INTEGER}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjubh)}(hhh](h)}(hThe initial round trip timeout value in milliseconds that will be used in calculating round trip times. This is the initial time interval for retransmissions.h]hThe initial round trip timeout value in milliseconds that will be used in calculating round trip times. This is the initial time interval for retransmissions.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjubh)}(h Default: 3000h]h Default: 3000}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjubeh}(h]h ]h"]h$]h&]uh1hhjubeh}(h]h ]h"]h$]h&]uh1hhhhM hjԃhhubh)}(hrto_max - INTEGER The maximum value (in milliseconds) of the round trip timeout. This is the largest time interval that can elapse between retransmissions. Default: 60000 h](h)}(hrto_max - INTEGERh]hrto_max - INTEGER}(hj-hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hj)ubh)}(hhh](h)}(hThe maximum value (in milliseconds) of the round trip timeout. This is the largest time interval that can elapse between retransmissions.h]hThe maximum value (in milliseconds) of the round trip timeout. This is the largest time interval that can elapse between retransmissions.}(hj>hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hj;ubh)}(hDefault: 60000h]hDefault: 60000}(hjLhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hj;ubeh}(h]h ]h"]h$]h&]uh1hhj)ubeh}(h]h ]h"]h$]h&]uh1hhhhM hjԃhhubh)}(hrto_min - INTEGER The minimum value (in milliseconds) of the round trip timeout. This is the smallest time interval the can elapse between retransmissions. Default: 1000 h](h)}(hrto_min - INTEGERh]hrto_min - INTEGER}(hjjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjfubh)}(hhh](h)}(hThe minimum value (in milliseconds) of the round trip timeout. This is the smallest time interval the can elapse between retransmissions.h]hThe minimum value (in milliseconds) of the round trip timeout. This is the smallest time interval the can elapse between retransmissions.}(hj{hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjxubh)}(h Default: 1000h]h Default: 1000}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjxubeh}(h]h ]h"]h$]h&]uh1hhjfubeh}(h]h ]h"]h$]h&]uh1hhhhM hjԃhhubh)}(hhb_interval - INTEGER The interval (in milliseconds) between HEARTBEAT chunks. These chunks are sent at the specified interval on idle paths to probe the state of a given path between 2 associations. Default: 30000 h](h)}(hhb_interval - INTEGERh]hhb_interval - INTEGER}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjubh)}(hhh](h)}(hThe interval (in milliseconds) between HEARTBEAT chunks. These chunks are sent at the specified interval on idle paths to probe the state of a given path between 2 associations.h]hThe interval (in milliseconds) between HEARTBEAT chunks. These chunks are sent at the specified interval on idle paths to probe the state of a given path between 2 associations.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjubh)}(hDefault: 30000h]hDefault: 30000}(hjƉhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjubeh}(h]h ]h"]h$]h&]uh1hhjubeh}(h]h ]h"]h$]h&]uh1hhhhM hjԃhhubh)}(h|sack_timeout - INTEGER The amount of time (in milliseconds) that the implementation will wait to send a SACK. Default: 200 h](h)}(hsack_timeout - INTEGERh]hsack_timeout - INTEGER}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjubh)}(hhh](h)}(hVThe amount of time (in milliseconds) that the implementation will wait to send a SACK.h]hVThe amount of time (in milliseconds) that the implementation will wait to send a SACK.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjubh)}(h Default: 200h]h Default: 200}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjubeh}(h]h ]h"]h$]h&]uh1hhjubeh}(h]h ]h"]h$]h&]uh1hhhhM hjԃhhubh)}(hvalid_cookie_life - INTEGER The default lifetime of the SCTP cookie (in milliseconds). The cookie is used during association establishment. Default: 60000 h](h)}(hvalid_cookie_life - INTEGERh]hvalid_cookie_life - INTEGER}(hj!hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjubh)}(hhh](h)}(hpThe default lifetime of the SCTP cookie (in milliseconds). The cookie is used during association establishment.h]hpThe default lifetime of the SCTP cookie (in milliseconds). The cookie is used during association establishment.}(hj2hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hj/ubh)}(hDefault: 60000h]hDefault: 60000}(hj@hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hj/ubeh}(h]h ]h"]h$]h&]uh1hhjubeh}(h]h ]h"]h$]h&]uh1hhhhM hjԃhhubh)}(hXcookie_preserve_enable - BOOLEAN Enable or disable the ability to extend the lifetime of the SCTP cookie that is used during the establishment phase of SCTP association Possible values: - 0 (disabled) - disable. - 1 (enabled) - enable cookie lifetime extension. Default: 1 (enabled) ͊h](h)}(h cookie_preserve_enable - BOOLEANh]h cookie_preserve_enable - BOOLEAN}(hj^hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjZubh)}(hhh](h)}(hEnable or disable the ability to extend the lifetime of the SCTP cookie that is used during the establishment phase of SCTP associationh]hEnable or disable the ability to extend the lifetime of the SCTP cookie that is used during the establishment phase of SCTP association}(hjohhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjlubh)}(hPossible values:h]hPossible values:}(hj}hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjlubj')}(hhh](j,)}(h0 (disabled) - disable.h]h)}(hjh]h0 (disabled) - disable.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjubah}(h]h ]h"]h$]h&]uh1j+hjubj,)}(h11 (enabled) - enable cookie lifetime extension. h]h)}(h01 (enabled) - enable cookie lifetime extension.h]h01 (enabled) - enable cookie lifetime extension.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjubah}(h]h ]h"]h$]h&]uh1j+hjubeh}(h]h ]h"]h$]h&]jbjcuh1j&hhhM hjlubh)}(hDefault: 1 (enabled)h]hDefault: 1 (enabled)}(hjÊhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjlubeh}(h]h ]h"]h$]h&]uh1hhjZubeh}(h]h ]h"]h$]h&]uh1hhhhM hjԃhhubh)}(hcookie_hmac_alg - STRING Select the hmac algorithm used when generating the cookie value sent by a listening sctp socket to a connecting client in the INIT-ACK chunk. Valid values are: * sha256 * none Default: sha256 h](h)}(hcookie_hmac_alg - STRINGh]hcookie_hmac_alg - STRING}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hj݊ubh)}(hhh](h)}(hSelect the hmac algorithm used when generating the cookie value sent by a listening sctp socket to a connecting client in the INIT-ACK chunk. Valid values are:h]hSelect the hmac algorithm used when generating the cookie value sent by a listening sctp socket to a connecting client in the INIT-ACK chunk. Valid values are:}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjubj')}(hhh](j,)}(hsha256h]h)}(hjh]hsha256}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjubah}(h]h ]h"]h$]h&]uh1j+hjubj,)}(hnone h]h)}(hnoneh]hnone}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjubah}(h]h ]h"]h$]h&]uh1j+hjubeh}(h]h ]h"]h$]h&]jbjjuh1j&hhhM hjubh)}(hDefault: sha256h]hDefault: sha256}(hj8hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjubeh}(h]h ]h"]h$]h&]uh1hhj݊ubeh}(h]h ]h"]h$]h&]uh1hhhhM hjԃhhubh)}(hXrcvbuf_policy - INTEGER Determines if the receive buffer is attributed to the socket or to association. SCTP supports the capability to create multiple associations on a single socket. When using this capability, it is possible that a single stalled association that's buffering a lot of data may block other associations from delivering their data by consuming all of the receive buffer space. To work around this, the rcvbuf_policy could be set to attribute the receiver buffer space to each association instead of the socket. This prevents the described blocking. - 1: rcvbuf space is per association - 0: rcvbuf space is per socket Default: 0 h](h)}(hrcvbuf_policy - INTEGERh]hrcvbuf_policy - INTEGER}(hjVhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjRubh)}(hhh](h)}(hX#Determines if the receive buffer is attributed to the socket or to association. SCTP supports the capability to create multiple associations on a single socket. When using this capability, it is possible that a single stalled association that's buffering a lot of data may block other associations from delivering their data by consuming all of the receive buffer space. To work around this, the rcvbuf_policy could be set to attribute the receiver buffer space to each association instead of the socket. This prevents the described blocking.h]hX%Determines if the receive buffer is attributed to the socket or to association. SCTP supports the capability to create multiple associations on a single socket. When using this capability, it is possible that a single stalled association that’s buffering a lot of data may block other associations from delivering their data by consuming all of the receive buffer space. To work around this, the rcvbuf_policy could be set to attribute the receiver buffer space to each association instead of the socket. This prevents the described blocking.}(hjghhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjdubj')}(hhh](j,)}(h"1: rcvbuf space is per associationh]h)}(hjzh]h"1: rcvbuf space is per association}(hj|hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjxubah}(h]h ]h"]h$]h&]uh1j+hjuubj,)}(h0: rcvbuf space is per socket h]h)}(h0: rcvbuf space is per socketh]h0: rcvbuf space is per socket}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjubah}(h]h ]h"]h$]h&]uh1j+hjuubeh}(h]h ]h"]h$]h&]jbjcuh1j&hhhM hjdubh)}(h Default: 0h]h Default: 0}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjdubeh}(h]h ]h"]h$]h&]uh1hhjRubeh}(h]h ]h"]h$]h&]uh1hhhhM hjԃhhubh)}(hsndbuf_policy - INTEGER Similar to rcvbuf_policy above, this applies to send buffer space. - 1: Send buffer is tracked per association - 0: Send buffer is tracked per socket. Default: 0 h](h)}(hsndbuf_policy - INTEGERh]hsndbuf_policy - INTEGER}(hjˋhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjNjubh)}(hhh](h)}(hBSimilar to rcvbuf_policy above, this applies to send buffer space.h]hBSimilar to rcvbuf_policy above, this applies to send buffer space.}(hj܋hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjًubj')}(hhh](j,)}(h)1: Send buffer is tracked per associationh]h)}(hjh]h)1: Send buffer is tracked per association}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjubah}(h]h ]h"]h$]h&]uh1j+hjubj,)}(h&0: Send buffer is tracked per socket. h]h)}(h%0: Send buffer is tracked per socket.h]h%0: Send buffer is tracked per socket.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjubah}(h]h ]h"]h$]h&]uh1j+hjubeh}(h]h ]h"]h$]h&]jbjcuh1j&hhhM hjًubh)}(h Default: 0h]h Default: 0}(hj"hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjًubeh}(h]h ]h"]h$]h&]uh1hhjNjubeh}(h]h ]h"]h$]h&]uh1hhhhM hjԃhhubh)}(hXsctp_mem - vector of 3 INTEGERs: min, pressure, max Number of pages allowed for queueing by all SCTP sockets. * min: Below this number of pages SCTP is not bothered about its memory usage. When amount of memory allocated by SCTP exceeds this number, SCTP starts to moderate memory usage. * pressure: This value was introduced to follow format of tcp_mem. * max: Maximum number of allowed pages. Default is calculated at boot time from amount of available memory. h](h)}(h3sctp_mem - vector of 3 INTEGERs: min, pressure, maxh]h3sctp_mem - vector of 3 INTEGERs: min, pressure, max}(hj@hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hj<ubh)}(hhh](h)}(h9Number of pages allowed for queueing by all SCTP sockets.h]h9Number of pages allowed for queueing by all SCTP sockets.}(hjQhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjNubj')}(hhh](j,)}(hmin: Below this number of pages SCTP is not bothered about its memory usage. When amount of memory allocated by SCTP exceeds this number, SCTP starts to moderate memory usage.h]h)}(hmin: Below this number of pages SCTP is not bothered about its memory usage. When amount of memory allocated by SCTP exceeds this number, SCTP starts to moderate memory usage.h]hmin: Below this number of pages SCTP is not bothered about its memory usage. When amount of memory allocated by SCTP exceeds this number, SCTP starts to moderate memory usage.}(hjfhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjbubah}(h]h ]h"]h$]h&]uh1j+hj_ubj,)}(h@pressure: This value was introduced to follow format of tcp_mem.h]h)}(hj|h]h@pressure: This value was introduced to follow format of tcp_mem.}(hj~hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjzubah}(h]h ]h"]h$]h&]uh1j+hj_ubj,)}(h&max: Maximum number of allowed pages. h]h)}(h%max: Maximum number of allowed pages.h]h%max: Maximum number of allowed pages.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjubah}(h]h ]h"]h$]h&]uh1j+hj_ubeh}(h]h ]h"]h$]h&]jbjjuh1j&hhhM hjNubh)}(hCDefault is calculated at boot time from amount of available memory.h]hCDefault is calculated at boot time from amount of available memory.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjNubeh}(h]h ]h"]h$]h&]uh1hhj<ubeh}(h]h ]h"]h$]h&]uh1hhhhM hjԃhhubh)}(hX(sctp_rmem - vector of 3 INTEGERs: min, default, max Only the first value ("min") is used, "default" and "max" are ignored. * min: Minimal size of receive buffer used by SCTP socket. It is guaranteed to each SCTP socket (but not association) even under moderate memory pressure. Default: 4K h](h)}(h3sctp_rmem - vector of 3 INTEGERs: min, default, maxh]h3sctp_rmem - vector of 3 INTEGERs: min, default, max}(hj͌hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjɌubh)}(hhh](h)}(hFOnly the first value ("min") is used, "default" and "max" are ignored.h]hROnly the first value (“min”) is used, “default” and “max” are ignored.}(hjތhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjیubj')}(hhh]j,)}(hmin: Minimal size of receive buffer used by SCTP socket. It is guaranteed to each SCTP socket (but not association) even under moderate memory pressure. h]h)}(hmin: Minimal size of receive buffer used by SCTP socket. It is guaranteed to each SCTP socket (but not association) even under moderate memory pressure.h]hmin: Minimal size of receive buffer used by SCTP socket. It is guaranteed to each SCTP socket (but not association) even under moderate memory pressure.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjubah}(h]h ]h"]h$]h&]uh1j+hjubah}(h]h ]h"]h$]h&]jbjjuh1j&hhhMhjیubh)}(h Default: 4Kh]h Default: 4K}(hj hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjیubeh}(h]h ]h"]h$]h&]uh1hhjɌubeh}(h]h ]h"]h$]h&]uh1hhhhMhjԃhhubh)}(hX3sctp_wmem - vector of 3 INTEGERs: min, default, max Only the first value ("min") is used, "default" and "max" are ignored. * min: Minimum size of send buffer that can be used by SCTP sockets. It is guaranteed to each SCTP socket (but not association) even under moderate memory pressure. Default: 4K h](h)}(h4sctp_wmem - vector of 3 INTEGERs: min, default, maxh]h4sctp_wmem - vector of 3 INTEGERs: min, default, max}(hj+hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj'ubh)}(hhh](h)}(hFOnly the first value ("min") is used, "default" and "max" are ignored.h]hROnly the first value (“min”) is used, “default” and “max” are ignored.}(hj<hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hj9ubj')}(hhh]j,)}(hmin: Minimum size of send buffer that can be used by SCTP sockets. It is guaranteed to each SCTP socket (but not association) even under moderate memory pressure. h]h)}(hmin: Minimum size of send buffer that can be used by SCTP sockets. It is guaranteed to each SCTP socket (but not association) even under moderate memory pressure.h]hmin: Minimum size of send buffer that can be used by SCTP sockets. It is guaranteed to each SCTP socket (but not association) even under moderate memory pressure.}(hjQhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjMubah}(h]h ]h"]h$]h&]uh1j+hjJubah}(h]h ]h"]h$]h&]jbjjuh1j&hhhMhj9ubh)}(h Default: 4Kh]h Default: 4K}(hjkhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj9ubeh}(h]h ]h"]h$]h&]uh1hhj'ubeh}(h]h ]h"]h$]h&]uh1hhhhMhjԃhhubh)}(hXTaddr_scope_policy - INTEGER Control IPv4 address scoping (see https://datatracker.ietf.org/doc/draft-stewart-tsvwg-sctp-ipv4/00/ for details). - 0 - Disable IPv4 address scoping - 1 - Enable IPv4 address scoping - 2 - Follow draft but allow IPv4 private addresses - 3 - Follow draft but allow IPv4 link local addresses Default: 1 h](h)}(haddr_scope_policy - INTEGERh]haddr_scope_policy - INTEGER}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjubh)}(hhh](h)}(hrControl IPv4 address scoping (see https://datatracker.ietf.org/doc/draft-stewart-tsvwg-sctp-ipv4/00/ for details).h](h"Control IPv4 address scoping (see }(hjhhhNhNubj/)}(hBhttps://datatracker.ietf.org/doc/draft-stewart-tsvwg-sctp-ipv4/00/h]hBhttps://datatracker.ietf.org/doc/draft-stewart-tsvwg-sctp-ipv4/00/}(hjhhhNhNubah}(h]h ]h"]h$]h&]refurijuh1j/hjubh for details).}(hjhhhNhNubeh}(h]h ]h"]h$]h&]uh1hhhhMhjubj')}(hhh](j,)}(h"0 - Disable IPv4 address scopingh]h)}(hjh]h"0 - Disable IPv4 address scoping}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjubah}(h]h ]h"]h$]h&]uh1j+hjubj,)}(h!1 - Enable IPv4 address scopingh]h)}(hj׍h]h!1 - Enable IPv4 address scoping}(hjٍhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjՍubah}(h]h ]h"]h$]h&]uh1j+hjubj,)}(h32 - Follow draft but allow IPv4 private addressesh]h)}(hjh]h32 - Follow draft but allow IPv4 private addresses}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjubah}(h]h ]h"]h$]h&]uh1j+hjubj,)}(h73 - Follow draft but allow IPv4 link local addresses h]h)}(h63 - Follow draft but allow IPv4 link local addressesh]h63 - Follow draft but allow IPv4 link local addresses}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjubah}(h]h ]h"]h$]h&]uh1j+hjubeh}(h]h ]h"]h$]h&]jbjcuh1j&hhhMhjubh)}(h Default: 1h]h Default: 1}(hj!hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjubeh}(h]h ]h"]h$]h&]uh1hhjubeh}(h]h ]h"]h$]h&]uh1hhhhMhjԃhhubh)}(hXudp_port - INTEGER The listening port for the local UDP tunneling sock. Normally it's using the IANA-assigned UDP port number 9899 (sctp-tunneling). This UDP sock is used for processing the incoming UDP-encapsulated SCTP packets (from RFC6951), and shared by all applications in the same net namespace. This UDP sock will be closed when the value is set to 0. The value will also be used to set the src port of the UDP header for the outgoing UDP-encapsulated SCTP packets. For the dest port, please refer to 'encap_port' below. Default: 0 h](h)}(hudp_port - INTEGERh]hudp_port - INTEGER}(hj?hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM-hj;ubh)}(hhh](h)}(hThe listening port for the local UDP tunneling sock. Normally it's using the IANA-assigned UDP port number 9899 (sctp-tunneling).h]hThe listening port for the local UDP tunneling sock. Normally it’s using the IANA-assigned UDP port number 9899 (sctp-tunneling).}(hjPhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM!hjMubh)}(hThis UDP sock is used for processing the incoming UDP-encapsulated SCTP packets (from RFC6951), and shared by all applications in the same net namespace. This UDP sock will be closed when the value is set to 0.h]hThis UDP sock is used for processing the incoming UDP-encapsulated SCTP packets (from RFC6951), and shared by all applications in the same net namespace. This UDP sock will be closed when the value is set to 0.}(hj^hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM$hjMubh)}(hThe value will also be used to set the src port of the UDP header for the outgoing UDP-encapsulated SCTP packets. For the dest port, please refer to 'encap_port' below.h]hThe value will also be used to set the src port of the UDP header for the outgoing UDP-encapsulated SCTP packets. For the dest port, please refer to ‘encap_port’ below.}(hjlhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM)hjMubh)}(h Default: 0h]h Default: 0}(hjzhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM-hjMubeh}(h]h ]h"]h$]h&]uh1hhj;ubeh}(h]h ]h"]h$]h&]uh1hhhhM-hjԃhhubh)}(hXsencap_port - INTEGER The default remote UDP encapsulation port. This value is used to set the dest port of the UDP header for the outgoing UDP-encapsulated SCTP packets by default. Users can also change the value for each sock/asoc/transport by using setsockopt. For further information, please refer to RFC6951. Note that when connecting to a remote server, the client should set this to the port that the UDP tunneling sock on the peer server is listening to and the local UDP tunneling sock on the client also must be started. On the server, it would get the encap_port from the incoming packet's source port. Default: 0 h](h)}(hencap_port - INTEGERh]hencap_port - INTEGER}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM=hjubh)}(hhh](h)}(h*The default remote UDP encapsulation port.h]h*The default remote UDP encapsulation port.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM0hjubh)}(hThis value is used to set the dest port of the UDP header for the outgoing UDP-encapsulated SCTP packets by default. Users can also change the value for each sock/asoc/transport by using setsockopt. For further information, please refer to RFC6951.h]hThis value is used to set the dest port of the UDP header for the outgoing UDP-encapsulated SCTP packets by default. Users can also change the value for each sock/asoc/transport by using setsockopt. For further information, please refer to RFC6951.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM2hjubh)}(hX+Note that when connecting to a remote server, the client should set this to the port that the UDP tunneling sock on the peer server is listening to and the local UDP tunneling sock on the client also must be started. On the server, it would get the encap_port from the incoming packet's source port.h]hX-Note that when connecting to a remote server, the client should set this to the port that the UDP tunneling sock on the peer server is listening to and the local UDP tunneling sock on the client also must be started. On the server, it would get the encap_port from the incoming packet’s source port.}(hjŎhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM7hjubh)}(h Default: 0h]h Default: 0}(hjӎhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM=hjubeh}(h]h ]h"]h$]h&]uh1hhjubeh}(h]h ]h"]h$]h&]uh1hhhhM=hjԃhhubh)}(hXplpmtud_probe_interval - INTEGER The time interval (in milliseconds) for the PLPMTUD probe timer, which is configured to expire after this period to receive an acknowledgment to a probe packet. This is also the time interval between the probes for the current pmtu when the probe search is done. PLPMTUD will be disabled when 0 is set, and other values for it must be >= 5000. Default: 0 h](h)}(h plpmtud_probe_interval - INTEGERh]h plpmtud_probe_interval - INTEGER}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMIhjubh)}(hhh](h)}(hXThe time interval (in milliseconds) for the PLPMTUD probe timer, which is configured to expire after this period to receive an acknowledgment to a probe packet. This is also the time interval between the probes for the current pmtu when the probe search is done.h]hXThe time interval (in milliseconds) for the PLPMTUD probe timer, which is configured to expire after this period to receive an acknowledgment to a probe packet. This is also the time interval between the probes for the current pmtu when the probe search is done.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM@hjubh)}(hPPLPMTUD will be disabled when 0 is set, and other values for it must be >= 5000.h]hPPLPMTUD will be disabled when 0 is set, and other values for it must be >= 5000.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMFhjubh)}(h Default: 0h]h Default: 0}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMIhjubeh}(h]h ]h"]h$]h&]uh1hhjubeh}(h]h ]h"]h$]h&]uh1hhhhMIhjԃhhubh)}(hXreconf_enable - BOOLEAN Enable or disable extension of Stream Reconfiguration functionality specified in RFC6525. This extension provides the ability to "reset" a stream, and it includes the Parameters of "Outgoing/Incoming SSN Reset", "SSN/TSN Reset" and "Add Outgoing/Incoming Streams". Possible values: - 0 (disabled) - Disable extension. - 1 (enabled) - Enable extension. Default: 0 (disabled) h](h)}(hreconf_enable - BOOLEANh]hreconf_enable - BOOLEAN}(hj<hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMVhj8ubh)}(hhh](h)}(hXEnable or disable extension of Stream Reconfiguration functionality specified in RFC6525. This extension provides the ability to "reset" a stream, and it includes the Parameters of "Outgoing/Incoming SSN Reset", "SSN/TSN Reset" and "Add Outgoing/Incoming Streams".h]hXEnable or disable extension of Stream Reconfiguration functionality specified in RFC6525. This extension provides the ability to “reset” a stream, and it includes the Parameters of “Outgoing/Incoming SSN Reset”, “SSN/TSN Reset” and “Add Outgoing/Incoming Streams”.}(hjMhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMLhjJubh)}(hPossible values:h]hPossible values:}(hj[hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMQhjJubj')}(hhh](j,)}(h!0 (disabled) - Disable extension.h]h)}(hjnh]h!0 (disabled) - Disable extension.}(hjphhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMShjlubah}(h]h ]h"]h$]h&]uh1j+hjiubj,)}(h 1 (enabled) - Enable extension. h]h)}(h1 (enabled) - Enable extension.h]h1 (enabled) - Enable extension.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMThjubah}(h]h ]h"]h$]h&]uh1j+hjiubeh}(h]h ]h"]h$]h&]jbjcuh1j&hhhMShjJubh)}(hDefault: 0 (disabled)h]hDefault: 0 (disabled)}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMVhjJubeh}(h]h ]h"]h$]h&]uh1hhj8ubeh}(h]h ]h"]h$]h&]uh1hhhhMVhjԃhhubh)}(hXVintl_enable - BOOLEAN Enable or disable extension of User Message Interleaving functionality specified in RFC8260. This extension allows the interleaving of user messages sent on different streams. With this feature enabled, I-DATA chunk will replace DATA chunk to carry user messages if also supported by the peer. Note that to use this feature, one needs to set this option to 1 and also needs to set socket options SCTP_FRAGMENT_INTERLEAVE to 2 and SCTP_INTERLEAVING_SUPPORTED to 1. Possible values: - 0 (disabled) - Disable extension. - 1 (enabled) - Enable extension. Default: 0 (disabled) h](h)}(hintl_enable - BOOLEANh]hintl_enable - BOOLEAN}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMfhjubh)}(hhh](h)}(hXEnable or disable extension of User Message Interleaving functionality specified in RFC8260. This extension allows the interleaving of user messages sent on different streams. With this feature enabled, I-DATA chunk will replace DATA chunk to carry user messages if also supported by the peer. Note that to use this feature, one needs to set this option to 1 and also needs to set socket options SCTP_FRAGMENT_INTERLEAVE to 2 and SCTP_INTERLEAVING_SUPPORTED to 1.h]hXEnable or disable extension of User Message Interleaving functionality specified in RFC8260. This extension allows the interleaving of user messages sent on different streams. With this feature enabled, I-DATA chunk will replace DATA chunk to carry user messages if also supported by the peer. Note that to use this feature, one needs to set this option to 1 and also needs to set socket options SCTP_FRAGMENT_INTERLEAVE to 2 and SCTP_INTERLEAVING_SUPPORTED to 1.}(hjЏhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMYhj͏ubh)}(hPossible values:h]hPossible values:}(hjޏhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMahj͏ubj')}(hhh](j,)}(h!0 (disabled) - Disable extension.h]h)}(hjh]h!0 (disabled) - Disable extension.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMchjubah}(h]h ]h"]h$]h&]uh1j+hjubj,)}(h 1 (enabled) - Enable extension. h]h)}(h1 (enabled) - Enable extension.h]h1 (enabled) - Enable extension.}(hj hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMdhjubah}(h]h ]h"]h$]h&]uh1j+hjubeh}(h]h ]h"]h$]h&]jbjcuh1j&hhhMchj͏ubh)}(hDefault: 0 (disabled)h]hDefault: 0 (disabled)}(hj$hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMfhj͏ubeh}(h]h ]h"]h$]h&]uh1hhjubeh}(h]h ]h"]h$]h&]uh1hhhhMfhjԃhhubh)}(hXecn_enable - BOOLEAN Control use of Explicit Congestion Notification (ECN) by SCTP. Like in TCP, ECN is used only when both ends of the SCTP connection indicate support for it. This feature is useful in avoiding losses due to congestion by allowing supporting routers to signal congestion before having to drop packets. Possible values: - 0 (disabled) - Disable ecn. - 1 (enabled) - Enable ecn. Default: 1 (enabled) h](h)}(hecn_enable - BOOLEANh]hecn_enable - BOOLEAN}(hjBhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMthj>ubh)}(hhh](h)}(hX*Control use of Explicit Congestion Notification (ECN) by SCTP. Like in TCP, ECN is used only when both ends of the SCTP connection indicate support for it. This feature is useful in avoiding losses due to congestion by allowing supporting routers to signal congestion before having to drop packets.h]hX*Control use of Explicit Congestion Notification (ECN) by SCTP. Like in TCP, ECN is used only when both ends of the SCTP connection indicate support for it. This feature is useful in avoiding losses due to congestion by allowing supporting routers to signal congestion before having to drop packets.}(hjShhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMihjPubh)}(hPossible values:h]hPossible values:}(hjahhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMohjPubj')}(hhh](j,)}(h0 (disabled) - Disable ecn.h]h)}(hjth]h0 (disabled) - Disable ecn.}(hjvhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMqhjrubah}(h]h ]h"]h$]h&]uh1j+hjoubj,)}(h1 (enabled) - Enable ecn. h]h)}(h1 (enabled) - Enable ecn.h]h1 (enabled) - Enable ecn.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMrhjubah}(h]h ]h"]h$]h&]uh1j+hjoubeh}(h]h ]h"]h$]h&]jbjcuh1j&hhhMqhjPubh)}(hDefault: 1 (enabled)h]hDefault: 1 (enabled)}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMthjPubeh}(h]h ]h"]h$]h&]uh1hhj>ubeh}(h]h ]h"]h$]h&]uh1hhhhMthjԃhhubh)}(hXel3mdev_accept - BOOLEAN Enabling this option allows a "global" bound socket to work across L3 master domains (e.g., VRFs) with packets capable of being received regardless of the L3 domain in which they originated. Only valid when the kernel was compiled with CONFIG_NET_L3_MASTER_DEV. Possible values: - 0 (disabled) - 1 (enabled) Default: 1 (enabled) h](h)}(hl3mdev_accept - BOOLEANh]hl3mdev_accept - BOOLEAN}(hjŐhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjubh)}(hhh](h)}(hXEnabling this option allows a "global" bound socket to work across L3 master domains (e.g., VRFs) with packets capable of being received regardless of the L3 domain in which they originated. Only valid when the kernel was compiled with CONFIG_NET_L3_MASTER_DEV.h]hX Enabling this option allows a “global” bound socket to work across L3 master domains (e.g., VRFs) with packets capable of being received regardless of the L3 domain in which they originated. Only valid when the kernel was compiled with CONFIG_NET_L3_MASTER_DEV.}(hj֐hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMwhjӐubh)}(hPossible values:h]hPossible values:}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM}hjӐubj')}(hhh](j,)}(h 0 (disabled)h]h)}(hjh]h 0 (disabled)}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjubah}(h]h ]h"]h$]h&]uh1j+hjubj,)}(h 1 (enabled) h]h)}(h 1 (enabled)h]h 1 (enabled)}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj ubah}(h]h ]h"]h$]h&]uh1j+hjubeh}(h]h ]h"]h$]h&]jbjcuh1j&hhhMhjӐubh)}(hDefault: 1 (enabled)h]hDefault: 1 (enabled)}(hj*hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjӐubeh}(h]h ]h"]h$]h&]uh1hhjubeh}(h]h ]h"]h$]h&]uh1hhhhMhjԃhhubeh}(h]h ]h"]h$]h&]uh1hhjhhhhhNubeh}(h]proc-sys-net-sctp-variablesah ]h"]proc/sys/net/sctp/* variables:ah$]h&]uh1hhhhhhhhM ubh)}(hhh](h)}(h``/proc/sys/net/core/*``h]jD)}(hjWh]h/proc/sys/net/core/*}(hjYhhhNhNubah}(h]h ]h"]h$]h&]uh1jDhjUubah}(h]h ]h"]h$]h&]uh1hhjRhhhhhMubj )}(hYPlease see: Documentation/admin-guide/sysctl/net.rst for descriptions of these entries. h]h)}(hWPlease see: Documentation/admin-guide/sysctl/net.rst for descriptions of these entries.h]hWPlease see: Documentation/admin-guide/sysctl/net.rst for descriptions of these entries.}(hjphhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjlubah}(h]h ]h"]h$]h&]uh1j hhhMhjRhhubeh}(h]proc-sys-net-coreah ]h"]/proc/sys/net/core/*ah$]h&]uh1hhhhhhhhMubh)}(hhh](h)}(h``/proc/sys/net/unix/*``h]jD)}(hjh]h/proc/sys/net/unix/*}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jDhjubah}(h]h ]h"]h$]h&]uh1hhjhhhhhMubh)}(hhh]h)}(hWmax_dgram_qlen - INTEGER The maximum length of dgram socket receive queue Default: 10 h](h)}(hmax_dgram_qlen - INTEGERh]hmax_dgram_qlen - INTEGER}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjubh)}(hhh](h)}(h0The maximum length of dgram socket receive queueh]h0The maximum length of dgram socket receive queue}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjubh)}(h Default: 10h]h Default: 10}(hj̑hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjubeh}(h]h ]h"]h$]h&]uh1hhjubeh}(h]h ]h"]h$]h&]uh1hhhhMhjubah}(h]h ]h"]h$]h&]uh1hhjhhhhhNubeh}(h]proc-sys-net-unixah ]h"]/proc/sys/net/unix/*ah$]h&]uh1hhhhhhhhMubeh}(h] ip-sysctlah ]h"] ip sysctlah$]h&]uh1hhhhhhhhKubeh}(h]h ]h"]h$]h&]sourcehuh1hcurrent_sourceN current_lineNsettingsdocutils.frontendValues)}(hN generatorN datestampN source_linkN source_urlN toc_backlinksjfootnote_backlinksK sectnum_xformKstrip_commentsNstrip_elements_with_classesN strip_classesN report_levelK halt_levelKexit_status_levelKdebugNwarning_streamN tracebackinput_encoding utf-8-siginput_encoding_error_handlerstrictoutput_encodingutf-8output_encoding_error_handlerjerror_encodingutf-8error_encoding_error_handlerbackslashreplace language_codeenrecord_dependenciesNconfigN id_prefixhauto_id_prefixid dump_settingsNdump_internalsNdump_transformsNdump_pseudo_xmlNexpose_internalsNstrict_visitorN_disable_configN_sourceh _destinationN _config_files]7/var/lib/git/docbuild/linux/Documentation/docutils.confafile_insertion_enabled raw_enabledKline_length_limitM'pep_referencesN pep_base_urlhttps://peps.python.org/pep_file_url_templatepep-%04drfc_referencesN rfc_base_url&https://datatracker.ietf.org/doc/html/ tab_widthKtrim_footnote_reference_spacesyntax_highlightlong smart_quotessmartquotes_locales]character_level_inline_markupdoctitle_xform docinfo_xformKsectsubtitle_xform image_loadinglinkembed_stylesheetcloak_email_addressessection_self_linkenvNubreporterNindirect_targets]substitution_defs}substitution_names}refnames}1](j>j>j?j?esrefids}nameids}(jjj j j j j2j2j 5j5j5j5j7j7jpTjmTjAj>j}j}j j jjjOjLjjjju nametypes}(jj j j2j 5j5j7jpTjAj}j jjOjjuh}(jhj hj j j2j j5j2j5j 5j7j5jmTj7j>j>j?j>j?j?j?j?j>j{Aj}jsTj j}jjjLjjjRjju footnote_refs}j^](j>j>j?j?es citation_refs} autofootnotes]autofootnote_refs]symbol_footnotes]symbol_footnote_refs] footnotes]j{Aa citations]autofootnote_startKsymbol_footnote_startK id_counter collectionsCounter}j,KsRparse_messages]transform_messages] transformerN include_log] decorationNhhub.