GNU Linux-libre 5.15.131-gnu
[releases.git] / Documentation / networking / ip-sysctl.rst
1 .. SPDX-License-Identifier: GPL-2.0
2
3 =========
4 IP Sysctl
5 =========
6
7 /proc/sys/net/ipv4/* Variables
8 ==============================
9
10 ip_forward - BOOLEAN
11         - 0 - disabled (default)
12         - not 0 - enabled
13
14         Forward Packets between interfaces.
15
16         This variable is special, its change resets all configuration
17         parameters to their default state (RFC1122 for hosts, RFC1812
18         for routers)
19
20 ip_default_ttl - INTEGER
21         Default value of TTL field (Time To Live) for outgoing (but not
22         forwarded) IP packets. Should be between 1 and 255 inclusive.
23         Default: 64 (as recommended by RFC1700)
24
25 ip_no_pmtu_disc - INTEGER
26         Disable Path MTU Discovery. If enabled in mode 1 and a
27         fragmentation-required ICMP is received, the PMTU to this
28         destination will be set to min_pmtu (see below). You will need
29         to raise min_pmtu to the smallest interface MTU on your system
30         manually if you want to avoid locally generated fragments.
31
32         In mode 2 incoming Path MTU Discovery messages will be
33         discarded. Outgoing frames are handled the same as in mode 1,
34         implicitly setting IP_PMTUDISC_DONT on every created socket.
35
36         Mode 3 is a hardened pmtu discover mode. The kernel will only
37         accept fragmentation-needed errors if the underlying protocol
38         can verify them besides a plain socket lookup. Current
39         protocols for which pmtu events will be honored are TCP, SCTP
40         and DCCP as they verify e.g. the sequence number or the
41         association. This mode should not be enabled globally but is
42         only intended to secure e.g. name servers in namespaces where
43         TCP path mtu must still work but path MTU information of other
44         protocols should be discarded. If enabled globally this mode
45         could break other protocols.
46
47         Possible values: 0-3
48
49         Default: FALSE
50
51 min_pmtu - INTEGER
52         default 552 - minimum discovered Path MTU
53
54 ip_forward_use_pmtu - BOOLEAN
55         By default we don't trust protocol path MTUs while forwarding
56         because they could be easily forged and can lead to unwanted
57         fragmentation by the router.
58         You only need to enable this if you have user-space software
59         which tries to discover path mtus by itself and depends on the
60         kernel honoring this information. This is normally not the
61         case.
62
63         Default: 0 (disabled)
64
65         Possible values:
66
67         - 0 - disabled
68         - 1 - enabled
69
70 fwmark_reflect - BOOLEAN
71         Controls the fwmark of kernel-generated IPv4 reply packets that are not
72         associated with a socket for example, TCP RSTs or ICMP echo replies).
73         If unset, these packets have a fwmark of zero. If set, they have the
74         fwmark of the packet they are replying to.
75
76         Default: 0
77
78 fib_multipath_use_neigh - BOOLEAN
79         Use status of existing neighbor entry when determining nexthop for
80         multipath routes. If disabled, neighbor information is not used and
81         packets could be directed to a failed nexthop. Only valid for kernels
82         built with CONFIG_IP_ROUTE_MULTIPATH enabled.
83
84         Default: 0 (disabled)
85
86         Possible values:
87
88         - 0 - disabled
89         - 1 - enabled
90
91 fib_multipath_hash_policy - INTEGER
92         Controls which hash policy to use for multipath routes. Only valid
93         for kernels built with CONFIG_IP_ROUTE_MULTIPATH enabled.
94
95         Default: 0 (Layer 3)
96
97         Possible values:
98
99         - 0 - Layer 3
100         - 1 - Layer 4
101         - 2 - Layer 3 or inner Layer 3 if present
102         - 3 - Custom multipath hash. Fields used for multipath hash calculation
103           are determined by fib_multipath_hash_fields sysctl
104
105 fib_multipath_hash_fields - UNSIGNED INTEGER
106         When fib_multipath_hash_policy is set to 3 (custom multipath hash), the
107         fields used for multipath hash calculation are determined by this
108         sysctl.
109
110         This value is a bitmask which enables various fields for multipath hash
111         calculation.
112
113         Possible fields are:
114
115         ====== ============================
116         0x0001 Source IP address
117         0x0002 Destination IP address
118         0x0004 IP protocol
119         0x0008 Unused (Flow Label)
120         0x0010 Source port
121         0x0020 Destination port
122         0x0040 Inner source IP address
123         0x0080 Inner destination IP address
124         0x0100 Inner IP protocol
125         0x0200 Inner Flow Label
126         0x0400 Inner source port
127         0x0800 Inner destination port
128         ====== ============================
129
130         Default: 0x0007 (source IP, destination IP and IP protocol)
131
132 fib_sync_mem - UNSIGNED INTEGER
133         Amount of dirty memory from fib entries that can be backlogged before
134         synchronize_rcu is forced.
135
136         Default: 512kB   Minimum: 64kB   Maximum: 64MB
137
138 ip_forward_update_priority - INTEGER
139         Whether to update SKB priority from "TOS" field in IPv4 header after it
140         is forwarded. The new SKB priority is mapped from TOS field value
141         according to an rt_tos2priority table (see e.g. man tc-prio).
142
143         Default: 1 (Update priority.)
144
145         Possible values:
146
147         - 0 - Do not update priority.
148         - 1 - Update priority.
149
150 route/max_size - INTEGER
151         Maximum number of routes allowed in the kernel.  Increase
152         this when using large numbers of interfaces and/or routes.
153
154         From linux kernel 3.6 onwards, this is deprecated for ipv4
155         as route cache is no longer used.
156
157 neigh/default/gc_thresh1 - INTEGER
158         Minimum number of entries to keep.  Garbage collector will not
159         purge entries if there are fewer than this number.
160
161         Default: 128
162
163 neigh/default/gc_thresh2 - INTEGER
164         Threshold when garbage collector becomes more aggressive about
165         purging entries. Entries older than 5 seconds will be cleared
166         when over this number.
167
168         Default: 512
169
170 neigh/default/gc_thresh3 - INTEGER
171         Maximum number of non-PERMANENT neighbor entries allowed.  Increase
172         this when using large numbers of interfaces and when communicating
173         with large numbers of directly-connected peers.
174
175         Default: 1024
176
177 neigh/default/unres_qlen_bytes - INTEGER
178         The maximum number of bytes which may be used by packets
179         queued for each unresolved address by other network layers.
180         (added in linux 3.3)
181
182         Setting negative value is meaningless and will return error.
183
184         Default: SK_WMEM_MAX, (same as net.core.wmem_default).
185
186                 Exact value depends on architecture and kernel options,
187                 but should be enough to allow queuing 256 packets
188                 of medium size.
189
190 neigh/default/unres_qlen - INTEGER
191         The maximum number of packets which may be queued for each
192         unresolved address by other network layers.
193
194         (deprecated in linux 3.3) : use unres_qlen_bytes instead.
195
196         Prior to linux 3.3, the default value is 3 which may cause
197         unexpected packet loss. The current default value is calculated
198         according to default value of unres_qlen_bytes and true size of
199         packet.
200
201         Default: 101
202
203 mtu_expires - INTEGER
204         Time, in seconds, that cached PMTU information is kept.
205
206 min_adv_mss - INTEGER
207         The advertised MSS depends on the first hop route MTU, but will
208         never be lower than this setting.
209
210 fib_notify_on_flag_change - INTEGER
211         Whether to emit RTM_NEWROUTE notifications whenever RTM_F_OFFLOAD/
212         RTM_F_TRAP/RTM_F_OFFLOAD_FAILED flags are changed.
213
214         After installing a route to the kernel, user space receives an
215         acknowledgment, which means the route was installed in the kernel,
216         but not necessarily in hardware.
217         It is also possible for a route already installed in hardware to change
218         its action and therefore its flags. For example, a host route that is
219         trapping packets can be "promoted" to perform decapsulation following
220         the installation of an IPinIP/VXLAN tunnel.
221         The notifications will indicate to user-space the state of the route.
222
223         Default: 0 (Do not emit notifications.)
224
225         Possible values:
226
227         - 0 - Do not emit notifications.
228         - 1 - Emit notifications.
229         - 2 - Emit notifications only for RTM_F_OFFLOAD_FAILED flag change.
230
231 IP Fragmentation:
232
233 ipfrag_high_thresh - LONG INTEGER
234         Maximum memory used to reassemble IP fragments.
235
236 ipfrag_low_thresh - LONG INTEGER
237         (Obsolete since linux-4.17)
238         Maximum memory used to reassemble IP fragments before the kernel
239         begins to remove incomplete fragment queues to free up resources.
240         The kernel still accepts new fragments for defragmentation.
241
242 ipfrag_time - INTEGER
243         Time in seconds to keep an IP fragment in memory.
244
245 ipfrag_max_dist - INTEGER
246         ipfrag_max_dist is a non-negative integer value which defines the
247         maximum "disorder" which is allowed among fragments which share a
248         common IP source address. Note that reordering of packets is
249         not unusual, but if a large number of fragments arrive from a source
250         IP address while a particular fragment queue remains incomplete, it
251         probably indicates that one or more fragments belonging to that queue
252         have been lost. When ipfrag_max_dist is positive, an additional check
253         is done on fragments before they are added to a reassembly queue - if
254         ipfrag_max_dist (or more) fragments have arrived from a particular IP
255         address between additions to any IP fragment queue using that source
256         address, it's presumed that one or more fragments in the queue are
257         lost. The existing fragment queue will be dropped, and a new one
258         started. An ipfrag_max_dist value of zero disables this check.
259
260         Using a very small value, e.g. 1 or 2, for ipfrag_max_dist can
261         result in unnecessarily dropping fragment queues when normal
262         reordering of packets occurs, which could lead to poor application
263         performance. Using a very large value, e.g. 50000, increases the
264         likelihood of incorrectly reassembling IP fragments that originate
265         from different IP datagrams, which could result in data corruption.
266         Default: 64
267
268 INET peer storage
269 =================
270
271 inet_peer_threshold - INTEGER
272         The approximate size of the storage.  Starting from this threshold
273         entries will be thrown aggressively.  This threshold also determines
274         entries' time-to-live and time intervals between garbage collection
275         passes.  More entries, less time-to-live, less GC interval.
276
277 inet_peer_minttl - INTEGER
278         Minimum time-to-live of entries.  Should be enough to cover fragment
279         time-to-live on the reassembling side.  This minimum time-to-live  is
280         guaranteed if the pool size is less than inet_peer_threshold.
281         Measured in seconds.
282
283 inet_peer_maxttl - INTEGER
284         Maximum time-to-live of entries.  Unused entries will expire after
285         this period of time if there is no memory pressure on the pool (i.e.
286         when the number of entries in the pool is very small).
287         Measured in seconds.
288
289 TCP variables
290 =============
291
292 somaxconn - INTEGER
293         Limit of socket listen() backlog, known in userspace as SOMAXCONN.
294         Defaults to 4096. (Was 128 before linux-5.4)
295         See also tcp_max_syn_backlog for additional tuning for TCP sockets.
296
297 tcp_abort_on_overflow - BOOLEAN
298         If listening service is too slow to accept new connections,
299         reset them. Default state is FALSE. It means that if overflow
300         occurred due to a burst, connection will recover. Enable this
301         option _only_ if you are really sure that listening daemon
302         cannot be tuned to accept connections faster. Enabling this
303         option can harm clients of your server.
304
305 tcp_adv_win_scale - INTEGER
306         Count buffering overhead as bytes/2^tcp_adv_win_scale
307         (if tcp_adv_win_scale > 0) or bytes-bytes/2^(-tcp_adv_win_scale),
308         if it is <= 0.
309
310         Possible values are [-31, 31], inclusive.
311
312         Default: 1
313
314 tcp_allowed_congestion_control - STRING
315         Show/set the congestion control choices available to non-privileged
316         processes. The list is a subset of those listed in
317         tcp_available_congestion_control.
318
319         Default is "reno" and the default setting (tcp_congestion_control).
320
321 tcp_app_win - INTEGER
322         Reserve max(window/2^tcp_app_win, mss) of window for application
323         buffer. Value 0 is special, it means that nothing is reserved.
324
325         Possible values are [0, 31], inclusive.
326
327         Default: 31
328
329 tcp_autocorking - BOOLEAN
330         Enable TCP auto corking :
331         When applications do consecutive small write()/sendmsg() system calls,
332         we try to coalesce these small writes as much as possible, to lower
333         total amount of sent packets. This is done if at least one prior
334         packet for the flow is waiting in Qdisc queues or device transmit
335         queue. Applications can still use TCP_CORK for optimal behavior
336         when they know how/when to uncork their sockets.
337
338         Default : 1
339
340 tcp_available_congestion_control - STRING
341         Shows the available congestion control choices that are registered.
342         More congestion control algorithms may be available as modules,
343         but not loaded.
344
345 tcp_base_mss - INTEGER
346         The initial value of search_low to be used by the packetization layer
347         Path MTU discovery (MTU probing).  If MTU probing is enabled,
348         this is the initial MSS used by the connection.
349
350 tcp_mtu_probe_floor - INTEGER
351         If MTU probing is enabled this caps the minimum MSS used for search_low
352         for the connection.
353
354         Default : 48
355
356 tcp_min_snd_mss - INTEGER
357         TCP SYN and SYNACK messages usually advertise an ADVMSS option,
358         as described in RFC 1122 and RFC 6691.
359
360         If this ADVMSS option is smaller than tcp_min_snd_mss,
361         it is silently capped to tcp_min_snd_mss.
362
363         Default : 48 (at least 8 bytes of payload per segment)
364
365 tcp_congestion_control - STRING
366         Set the congestion control algorithm to be used for new
367         connections. The algorithm "reno" is always available, but
368         additional choices may be available based on kernel configuration.
369         Default is set as part of kernel configuration.
370         For passive connections, the listener congestion control choice
371         is inherited.
372
373         [see setsockopt(listenfd, SOL_TCP, TCP_CONGESTION, "name" ...) ]
374
375 tcp_dsack - BOOLEAN
376         Allows TCP to send "duplicate" SACKs.
377
378 tcp_early_retrans - INTEGER
379         Tail loss probe (TLP) converts RTOs occurring due to tail
380         losses into fast recovery (draft-ietf-tcpm-rack). Note that
381         TLP requires RACK to function properly (see tcp_recovery below)
382
383         Possible values:
384
385                 - 0 disables TLP
386                 - 3 or 4 enables TLP
387
388         Default: 3
389
390 tcp_ecn - INTEGER
391         Control use of Explicit Congestion Notification (ECN) by TCP.
392         ECN is used only when both ends of the TCP connection indicate
393         support for it.  This feature is useful in avoiding losses due
394         to congestion by allowing supporting routers to signal
395         congestion before having to drop packets.
396
397         Possible values are:
398
399                 =  =====================================================
400                 0  Disable ECN.  Neither initiate nor accept ECN.
401                 1  Enable ECN when requested by incoming connections and
402                    also request ECN on outgoing connection attempts.
403                 2  Enable ECN when requested by incoming connections
404                    but do not request ECN on outgoing connections.
405                 =  =====================================================
406
407         Default: 2
408
409 tcp_ecn_fallback - BOOLEAN
410         If the kernel detects that ECN connection misbehaves, enable fall
411         back to non-ECN. Currently, this knob implements the fallback
412         from RFC3168, section 6.1.1.1., but we reserve that in future,
413         additional detection mechanisms could be implemented under this
414         knob. The value is not used, if tcp_ecn or per route (or congestion
415         control) ECN settings are disabled.
416
417         Default: 1 (fallback enabled)
418
419 tcp_fack - BOOLEAN
420         This is a legacy option, it has no effect anymore.
421
422 tcp_fin_timeout - INTEGER
423         The length of time an orphaned (no longer referenced by any
424         application) connection will remain in the FIN_WAIT_2 state
425         before it is aborted at the local end.  While a perfectly
426         valid "receive only" state for an un-orphaned connection, an
427         orphaned connection in FIN_WAIT_2 state could otherwise wait
428         forever for the remote to close its end of the connection.
429
430         Cf. tcp_max_orphans
431
432         Default: 60 seconds
433
434 tcp_frto - INTEGER
435         Enables Forward RTO-Recovery (F-RTO) defined in RFC5682.
436         F-RTO is an enhanced recovery algorithm for TCP retransmission
437         timeouts.  It is particularly beneficial in networks where the
438         RTT fluctuates (e.g., wireless). F-RTO is sender-side only
439         modification. It does not require any support from the peer.
440
441         By default it's enabled with a non-zero value. 0 disables F-RTO.
442
443 tcp_fwmark_accept - BOOLEAN
444         If set, incoming connections to listening sockets that do not have a
445         socket mark will set the mark of the accepting socket to the fwmark of
446         the incoming SYN packet. This will cause all packets on that connection
447         (starting from the first SYNACK) to be sent with that fwmark. The
448         listening socket's mark is unchanged. Listening sockets that already
449         have a fwmark set via setsockopt(SOL_SOCKET, SO_MARK, ...) are
450         unaffected.
451
452         Default: 0
453
454 tcp_invalid_ratelimit - INTEGER
455         Limit the maximal rate for sending duplicate acknowledgments
456         in response to incoming TCP packets that are for an existing
457         connection but that are invalid due to any of these reasons:
458
459           (a) out-of-window sequence number,
460           (b) out-of-window acknowledgment number, or
461           (c) PAWS (Protection Against Wrapped Sequence numbers) check failure
462
463         This can help mitigate simple "ack loop" DoS attacks, wherein
464         a buggy or malicious middlebox or man-in-the-middle can
465         rewrite TCP header fields in manner that causes each endpoint
466         to think that the other is sending invalid TCP segments, thus
467         causing each side to send an unterminating stream of duplicate
468         acknowledgments for invalid segments.
469
470         Using 0 disables rate-limiting of dupacks in response to
471         invalid segments; otherwise this value specifies the minimal
472         space between sending such dupacks, in milliseconds.
473
474         Default: 500 (milliseconds).
475
476 tcp_keepalive_time - INTEGER
477         How often TCP sends out keepalive messages when keepalive is enabled.
478         Default: 2hours.
479
480 tcp_keepalive_probes - INTEGER
481         How many keepalive probes TCP sends out, until it decides that the
482         connection is broken. Default value: 9.
483
484 tcp_keepalive_intvl - INTEGER
485         How frequently the probes are send out. Multiplied by
486         tcp_keepalive_probes it is time to kill not responding connection,
487         after probes started. Default value: 75sec i.e. connection
488         will be aborted after ~11 minutes of retries.
489
490 tcp_l3mdev_accept - BOOLEAN
491         Enables child sockets to inherit the L3 master device index.
492         Enabling this option allows a "global" listen socket to work
493         across L3 master domains (e.g., VRFs) with connected sockets
494         derived from the listen socket to be bound to the L3 domain in
495         which the packets originated. Only valid when the kernel was
496         compiled with CONFIG_NET_L3_MASTER_DEV.
497
498         Default: 0 (disabled)
499
500 tcp_low_latency - BOOLEAN
501         This is a legacy option, it has no effect anymore.
502
503 tcp_max_orphans - INTEGER
504         Maximal number of TCP sockets not attached to any user file handle,
505         held by system. If this number is exceeded orphaned connections are
506         reset immediately and warning is printed. This limit exists
507         only to prevent simple DoS attacks, you _must_ not rely on this
508         or lower the limit artificially, but rather increase it
509         (probably, after increasing installed memory),
510         if network conditions require more than default value,
511         and tune network services to linger and kill such states
512         more aggressively. Let me to remind again: each orphan eats
513         up to ~64K of unswappable memory.
514
515 tcp_max_syn_backlog - INTEGER
516         Maximal number of remembered connection requests (SYN_RECV),
517         which have not received an acknowledgment from connecting client.
518
519         This is a per-listener limit.
520
521         The minimal value is 128 for low memory machines, and it will
522         increase in proportion to the memory of machine.
523
524         If server suffers from overload, try increasing this number.
525
526         Remember to also check /proc/sys/net/core/somaxconn
527         A SYN_RECV request socket consumes about 304 bytes of memory.
528
529 tcp_max_tw_buckets - INTEGER
530         Maximal number of timewait sockets held by system simultaneously.
531         If this number is exceeded time-wait socket is immediately destroyed
532         and warning is printed. This limit exists only to prevent
533         simple DoS attacks, you _must_ not lower the limit artificially,
534         but rather increase it (probably, after increasing installed memory),
535         if network conditions require more than default value.
536
537 tcp_mem - vector of 3 INTEGERs: min, pressure, max
538         min: below this number of pages TCP is not bothered about its
539         memory appetite.
540
541         pressure: when amount of memory allocated by TCP exceeds this number
542         of pages, TCP moderates its memory consumption and enters memory
543         pressure mode, which is exited when memory consumption falls
544         under "min".
545
546         max: number of pages allowed for queueing by all TCP sockets.
547
548         Defaults are calculated at boot time from amount of available
549         memory.
550
551 tcp_min_rtt_wlen - INTEGER
552         The window length of the windowed min filter to track the minimum RTT.
553         A shorter window lets a flow more quickly pick up new (higher)
554         minimum RTT when it is moved to a longer path (e.g., due to traffic
555         engineering). A longer window makes the filter more resistant to RTT
556         inflations such as transient congestion. The unit is seconds.
557
558         Possible values: 0 - 86400 (1 day)
559
560         Default: 300
561
562 tcp_moderate_rcvbuf - BOOLEAN
563         If set, TCP performs receive buffer auto-tuning, attempting to
564         automatically size the buffer (no greater than tcp_rmem[2]) to
565         match the size required by the path for full throughput.  Enabled by
566         default.
567
568 tcp_mtu_probing - INTEGER
569         Controls TCP Packetization-Layer Path MTU Discovery.  Takes three
570         values:
571
572         - 0 - Disabled
573         - 1 - Disabled by default, enabled when an ICMP black hole detected
574         - 2 - Always enabled, use initial MSS of tcp_base_mss.
575
576 tcp_probe_interval - UNSIGNED INTEGER
577         Controls how often to start TCP Packetization-Layer Path MTU
578         Discovery reprobe. The default is reprobing every 10 minutes as
579         per RFC4821.
580
581 tcp_probe_threshold - INTEGER
582         Controls when TCP Packetization-Layer Path MTU Discovery probing
583         will stop in respect to the width of search range in bytes. Default
584         is 8 bytes.
585
586 tcp_no_metrics_save - BOOLEAN
587         By default, TCP saves various connection metrics in the route cache
588         when the connection closes, so that connections established in the
589         near future can use these to set initial conditions.  Usually, this
590         increases overall performance, but may sometimes cause performance
591         degradation.  If set, TCP will not cache metrics on closing
592         connections.
593
594 tcp_no_ssthresh_metrics_save - BOOLEAN
595         Controls whether TCP saves ssthresh metrics in the route cache.
596
597         Default is 1, which disables ssthresh metrics.
598
599 tcp_orphan_retries - INTEGER
600         This value influences the timeout of a locally closed TCP connection,
601         when RTO retransmissions remain unacknowledged.
602         See tcp_retries2 for more details.
603
604         The default value is 8.
605
606         If your machine is a loaded WEB server,
607         you should think about lowering this value, such sockets
608         may consume significant resources. Cf. tcp_max_orphans.
609
610 tcp_recovery - INTEGER
611         This value is a bitmap to enable various experimental loss recovery
612         features.
613
614         =========   =============================================================
615         RACK: 0x1   enables the RACK loss detection for fast detection of lost
616                     retransmissions and tail drops. It also subsumes and disables
617                     RFC6675 recovery for SACK connections.
618
619         RACK: 0x2   makes RACK's reordering window static (min_rtt/4).
620
621         RACK: 0x4   disables RACK's DUPACK threshold heuristic
622         =========   =============================================================
623
624         Default: 0x1
625
626 tcp_reordering - INTEGER
627         Initial reordering level of packets in a TCP stream.
628         TCP stack can then dynamically adjust flow reordering level
629         between this initial value and tcp_max_reordering
630
631         Default: 3
632
633 tcp_max_reordering - INTEGER
634         Maximal reordering level of packets in a TCP stream.
635         300 is a fairly conservative value, but you might increase it
636         if paths are using per packet load balancing (like bonding rr mode)
637
638         Default: 300
639
640 tcp_retrans_collapse - BOOLEAN
641         Bug-to-bug compatibility with some broken printers.
642         On retransmit try to send bigger packets to work around bugs in
643         certain TCP stacks.
644
645 tcp_retries1 - INTEGER
646         This value influences the time, after which TCP decides, that
647         something is wrong due to unacknowledged RTO retransmissions,
648         and reports this suspicion to the network layer.
649         See tcp_retries2 for more details.
650
651         RFC 1122 recommends at least 3 retransmissions, which is the
652         default.
653
654 tcp_retries2 - INTEGER
655         This value influences the timeout of an alive TCP connection,
656         when RTO retransmissions remain unacknowledged.
657         Given a value of N, a hypothetical TCP connection following
658         exponential backoff with an initial RTO of TCP_RTO_MIN would
659         retransmit N times before killing the connection at the (N+1)th RTO.
660
661         The default value of 15 yields a hypothetical timeout of 924.6
662         seconds and is a lower bound for the effective timeout.
663         TCP will effectively time out at the first RTO which exceeds the
664         hypothetical timeout.
665
666         RFC 1122 recommends at least 100 seconds for the timeout,
667         which corresponds to a value of at least 8.
668
669 tcp_rfc1337 - BOOLEAN
670         If set, the TCP stack behaves conforming to RFC1337. If unset,
671         we are not conforming to RFC, but prevent TCP TIME_WAIT
672         assassination.
673
674         Default: 0
675
676 tcp_rmem - vector of 3 INTEGERs: min, default, max
677         min: Minimal size of receive buffer used by TCP sockets.
678         It is guaranteed to each TCP socket, even under moderate memory
679         pressure.
680
681         Default: 4K
682
683         default: initial size of receive buffer used by TCP sockets.
684         This value overrides net.core.rmem_default used by other protocols.
685         Default: 131072 bytes.
686         This value results in initial window of 65535.
687
688         max: maximal size of receive buffer allowed for automatically
689         selected receiver buffers for TCP socket. This value does not override
690         net.core.rmem_max.  Calling setsockopt() with SO_RCVBUF disables
691         automatic tuning of that socket's receive buffer size, in which
692         case this value is ignored.
693         Default: between 131072 and 6MB, depending on RAM size.
694
695 tcp_sack - BOOLEAN
696         Enable select acknowledgments (SACKS).
697
698 tcp_comp_sack_delay_ns - LONG INTEGER
699         TCP tries to reduce number of SACK sent, using a timer
700         based on 5% of SRTT, capped by this sysctl, in nano seconds.
701         The default is 1ms, based on TSO autosizing period.
702
703         Default : 1,000,000 ns (1 ms)
704
705 tcp_comp_sack_slack_ns - LONG INTEGER
706         This sysctl control the slack used when arming the
707         timer used by SACK compression. This gives extra time
708         for small RTT flows, and reduces system overhead by allowing
709         opportunistic reduction of timer interrupts.
710
711         Default : 100,000 ns (100 us)
712
713 tcp_comp_sack_nr - INTEGER
714         Max number of SACK that can be compressed.
715         Using 0 disables SACK compression.
716
717         Default : 44
718
719 tcp_slow_start_after_idle - BOOLEAN
720         If set, provide RFC2861 behavior and time out the congestion
721         window after an idle period.  An idle period is defined at
722         the current RTO.  If unset, the congestion window will not
723         be timed out after an idle period.
724
725         Default: 1
726
727 tcp_stdurg - BOOLEAN
728         Use the Host requirements interpretation of the TCP urgent pointer field.
729         Most hosts use the older BSD interpretation, so if you turn this on
730         Linux might not communicate correctly with them.
731
732         Default: FALSE
733
734 tcp_synack_retries - INTEGER
735         Number of times SYNACKs for a passive TCP connection attempt will
736         be retransmitted. Should not be higher than 255. Default value
737         is 5, which corresponds to 31seconds till the last retransmission
738         with the current initial RTO of 1second. With this the final timeout
739         for a passive TCP connection will happen after 63seconds.
740
741 tcp_syncookies - INTEGER
742         Only valid when the kernel was compiled with CONFIG_SYN_COOKIES
743         Send out syncookies when the syn backlog queue of a socket
744         overflows. This is to prevent against the common 'SYN flood attack'
745         Default: 1
746
747         Note, that syncookies is fallback facility.
748         It MUST NOT be used to help highly loaded servers to stand
749         against legal connection rate. If you see SYN flood warnings
750         in your logs, but investigation shows that they occur
751         because of overload with legal connections, you should tune
752         another parameters until this warning disappear.
753         See: tcp_max_syn_backlog, tcp_synack_retries, tcp_abort_on_overflow.
754
755         syncookies seriously violate TCP protocol, do not allow
756         to use TCP extensions, can result in serious degradation
757         of some services (f.e. SMTP relaying), visible not by you,
758         but your clients and relays, contacting you. While you see
759         SYN flood warnings in logs not being really flooded, your server
760         is seriously misconfigured.
761
762         If you want to test which effects syncookies have to your
763         network connections you can set this knob to 2 to enable
764         unconditionally generation of syncookies.
765
766 tcp_migrate_req - BOOLEAN
767         The incoming connection is tied to a specific listening socket when
768         the initial SYN packet is received during the three-way handshake.
769         When a listener is closed, in-flight request sockets during the
770         handshake and established sockets in the accept queue are aborted.
771
772         If the listener has SO_REUSEPORT enabled, other listeners on the
773         same port should have been able to accept such connections. This
774         option makes it possible to migrate such child sockets to another
775         listener after close() or shutdown().
776
777         The BPF_SK_REUSEPORT_SELECT_OR_MIGRATE type of eBPF program should
778         usually be used to define the policy to pick an alive listener.
779         Otherwise, the kernel will randomly pick an alive listener only if
780         this option is enabled.
781
782         Note that migration between listeners with different settings may
783         crash applications. Let's say migration happens from listener A to
784         B, and only B has TCP_SAVE_SYN enabled. B cannot read SYN data from
785         the requests migrated from A. To avoid such a situation, cancel
786         migration by returning SK_DROP in the type of eBPF program, or
787         disable this option.
788
789         Default: 0
790
791 tcp_fastopen - INTEGER
792         Enable TCP Fast Open (RFC7413) to send and accept data in the opening
793         SYN packet.
794
795         The client support is enabled by flag 0x1 (on by default). The client
796         then must use sendmsg() or sendto() with the MSG_FASTOPEN flag,
797         rather than connect() to send data in SYN.
798
799         The server support is enabled by flag 0x2 (off by default). Then
800         either enable for all listeners with another flag (0x400) or
801         enable individual listeners via TCP_FASTOPEN socket option with
802         the option value being the length of the syn-data backlog.
803
804         The values (bitmap) are
805
806         =====  ======== ======================================================
807           0x1  (client) enables sending data in the opening SYN on the client.
808           0x2  (server) enables the server support, i.e., allowing data in
809                         a SYN packet to be accepted and passed to the
810                         application before 3-way handshake finishes.
811           0x4  (client) send data in the opening SYN regardless of cookie
812                         availability and without a cookie option.
813         0x200  (server) accept data-in-SYN w/o any cookie option present.
814         0x400  (server) enable all listeners to support Fast Open by
815                         default without explicit TCP_FASTOPEN socket option.
816         =====  ======== ======================================================
817
818         Default: 0x1
819
820         Note that additional client or server features are only
821         effective if the basic support (0x1 and 0x2) are enabled respectively.
822
823 tcp_fastopen_blackhole_timeout_sec - INTEGER
824         Initial time period in second to disable Fastopen on active TCP sockets
825         when a TFO firewall blackhole issue happens.
826         This time period will grow exponentially when more blackhole issues
827         get detected right after Fastopen is re-enabled and will reset to
828         initial value when the blackhole issue goes away.
829         0 to disable the blackhole detection.
830
831         By default, it is set to 0 (feature is disabled).
832
833 tcp_fastopen_key - list of comma separated 32-digit hexadecimal INTEGERs
834         The list consists of a primary key and an optional backup key. The
835         primary key is used for both creating and validating cookies, while the
836         optional backup key is only used for validating cookies. The purpose of
837         the backup key is to maximize TFO validation when keys are rotated.
838
839         A randomly chosen primary key may be configured by the kernel if
840         the tcp_fastopen sysctl is set to 0x400 (see above), or if the
841         TCP_FASTOPEN setsockopt() optname is set and a key has not been
842         previously configured via sysctl. If keys are configured via
843         setsockopt() by using the TCP_FASTOPEN_KEY optname, then those
844         per-socket keys will be used instead of any keys that are specified via
845         sysctl.
846
847         A key is specified as 4 8-digit hexadecimal integers which are separated
848         by a '-' as: xxxxxxxx-xxxxxxxx-xxxxxxxx-xxxxxxxx. Leading zeros may be
849         omitted. A primary and a backup key may be specified by separating them
850         by a comma. If only one key is specified, it becomes the primary key and
851         any previously configured backup keys are removed.
852
853 tcp_syn_retries - INTEGER
854         Number of times initial SYNs for an active TCP connection attempt
855         will be retransmitted. Should not be higher than 127. Default value
856         is 6, which corresponds to 63seconds till the last retransmission
857         with the current initial RTO of 1second. With this the final timeout
858         for an active TCP connection attempt will happen after 127seconds.
859
860 tcp_timestamps - INTEGER
861         Enable timestamps as defined in RFC1323.
862
863         - 0: Disabled.
864         - 1: Enable timestamps as defined in RFC1323 and use random offset for
865           each connection rather than only using the current time.
866         - 2: Like 1, but without random offsets.
867
868         Default: 1
869
870 tcp_min_tso_segs - INTEGER
871         Minimal number of segments per TSO frame.
872
873         Since linux-3.12, TCP does an automatic sizing of TSO frames,
874         depending on flow rate, instead of filling 64Kbytes packets.
875         For specific usages, it's possible to force TCP to build big
876         TSO frames. Note that TCP stack might split too big TSO packets
877         if available window is too small.
878
879         Default: 2
880
881 tcp_pacing_ss_ratio - INTEGER
882         sk->sk_pacing_rate is set by TCP stack using a ratio applied
883         to current rate. (current_rate = cwnd * mss / srtt)
884         If TCP is in slow start, tcp_pacing_ss_ratio is applied
885         to let TCP probe for bigger speeds, assuming cwnd can be
886         doubled every other RTT.
887
888         Default: 200
889
890 tcp_pacing_ca_ratio - INTEGER
891         sk->sk_pacing_rate is set by TCP stack using a ratio applied
892         to current rate. (current_rate = cwnd * mss / srtt)
893         If TCP is in congestion avoidance phase, tcp_pacing_ca_ratio
894         is applied to conservatively probe for bigger throughput.
895
896         Default: 120
897
898 tcp_tso_win_divisor - INTEGER
899         This allows control over what percentage of the congestion window
900         can be consumed by a single TSO frame.
901         The setting of this parameter is a choice between burstiness and
902         building larger TSO frames.
903
904         Default: 3
905
906 tcp_tw_reuse - INTEGER
907         Enable reuse of TIME-WAIT sockets for new connections when it is
908         safe from protocol viewpoint.
909
910         - 0 - disable
911         - 1 - global enable
912         - 2 - enable for loopback traffic only
913
914         It should not be changed without advice/request of technical
915         experts.
916
917         Default: 2
918
919 tcp_window_scaling - BOOLEAN
920         Enable window scaling as defined in RFC1323.
921
922 tcp_wmem - vector of 3 INTEGERs: min, default, max
923         min: Amount of memory reserved for send buffers for TCP sockets.
924         Each TCP socket has rights to use it due to fact of its birth.
925
926         Default: 4K
927
928         default: initial size of send buffer used by TCP sockets.  This
929         value overrides net.core.wmem_default used by other protocols.
930
931         It is usually lower than net.core.wmem_default.
932
933         Default: 16K
934
935         max: Maximal amount of memory allowed for automatically tuned
936         send buffers for TCP sockets. This value does not override
937         net.core.wmem_max.  Calling setsockopt() with SO_SNDBUF disables
938         automatic tuning of that socket's send buffer size, in which case
939         this value is ignored.
940
941         Default: between 64K and 4MB, depending on RAM size.
942
943 tcp_notsent_lowat - UNSIGNED INTEGER
944         A TCP socket can control the amount of unsent bytes in its write queue,
945         thanks to TCP_NOTSENT_LOWAT socket option. poll()/select()/epoll()
946         reports POLLOUT events if the amount of unsent bytes is below a per
947         socket value, and if the write queue is not full. sendmsg() will
948         also not add new buffers if the limit is hit.
949
950         This global variable controls the amount of unsent data for
951         sockets not using TCP_NOTSENT_LOWAT. For these sockets, a change
952         to the global variable has immediate effect.
953
954         Default: UINT_MAX (0xFFFFFFFF)
955
956 tcp_workaround_signed_windows - BOOLEAN
957         If set, assume no receipt of a window scaling option means the
958         remote TCP is broken and treats the window as a signed quantity.
959         If unset, assume the remote TCP is not broken even if we do
960         not receive a window scaling option from them.
961
962         Default: 0
963
964 tcp_thin_linear_timeouts - BOOLEAN
965         Enable dynamic triggering of linear timeouts for thin streams.
966         If set, a check is performed upon retransmission by timeout to
967         determine if the stream is thin (less than 4 packets in flight).
968         As long as the stream is found to be thin, up to 6 linear
969         timeouts may be performed before exponential backoff mode is
970         initiated. This improves retransmission latency for
971         non-aggressive thin streams, often found to be time-dependent.
972         For more information on thin streams, see
973         Documentation/networking/tcp-thin.rst
974
975         Default: 0
976
977 tcp_limit_output_bytes - INTEGER
978         Controls TCP Small Queue limit per tcp socket.
979         TCP bulk sender tends to increase packets in flight until it
980         gets losses notifications. With SNDBUF autotuning, this can
981         result in a large amount of packets queued on the local machine
982         (e.g.: qdiscs, CPU backlog, or device) hurting latency of other
983         flows, for typical pfifo_fast qdiscs.  tcp_limit_output_bytes
984         limits the number of bytes on qdisc or device to reduce artificial
985         RTT/cwnd and reduce bufferbloat.
986
987         Default: 1048576 (16 * 65536)
988
989 tcp_challenge_ack_limit - INTEGER
990         Limits number of Challenge ACK sent per second, as recommended
991         in RFC 5961 (Improving TCP's Robustness to Blind In-Window Attacks)
992         Default: 1000
993
994 tcp_rx_skb_cache - BOOLEAN
995         Controls a per TCP socket cache of one skb, that might help
996         performance of some workloads. This might be dangerous
997         on systems with a lot of TCP sockets, since it increases
998         memory usage.
999
1000         Default: 0 (disabled)
1001
1002 UDP variables
1003 =============
1004
1005 udp_l3mdev_accept - BOOLEAN
1006         Enabling this option allows a "global" bound socket to work
1007         across L3 master domains (e.g., VRFs) with packets capable of
1008         being received regardless of the L3 domain in which they
1009         originated. Only valid when the kernel was compiled with
1010         CONFIG_NET_L3_MASTER_DEV.
1011
1012         Default: 0 (disabled)
1013
1014 udp_mem - vector of 3 INTEGERs: min, pressure, max
1015         Number of pages allowed for queueing by all UDP sockets.
1016
1017         min: Below this number of pages UDP is not bothered about its
1018         memory appetite. When amount of memory allocated by UDP exceeds
1019         this number, UDP starts to moderate memory usage.
1020
1021         pressure: This value was introduced to follow format of tcp_mem.
1022
1023         max: Number of pages allowed for queueing by all UDP sockets.
1024
1025         Default is calculated at boot time from amount of available memory.
1026
1027 udp_rmem_min - INTEGER
1028         Minimal size of receive buffer used by UDP sockets in moderation.
1029         Each UDP socket is able to use the size for receiving data, even if
1030         total pages of UDP sockets exceed udp_mem pressure. The unit is byte.
1031
1032         Default: 4K
1033
1034 udp_wmem_min - INTEGER
1035         Minimal size of send buffer used by UDP sockets in moderation.
1036         Each UDP socket is able to use the size for sending data, even if
1037         total pages of UDP sockets exceed udp_mem pressure. The unit is byte.
1038
1039         Default: 4K
1040
1041 RAW variables
1042 =============
1043
1044 raw_l3mdev_accept - BOOLEAN
1045         Enabling this option allows a "global" bound socket to work
1046         across L3 master domains (e.g., VRFs) with packets capable of
1047         being received regardless of the L3 domain in which they
1048         originated. Only valid when the kernel was compiled with
1049         CONFIG_NET_L3_MASTER_DEV.
1050
1051         Default: 1 (enabled)
1052
1053 CIPSOv4 Variables
1054 =================
1055
1056 cipso_cache_enable - BOOLEAN
1057         If set, enable additions to and lookups from the CIPSO label mapping
1058         cache.  If unset, additions are ignored and lookups always result in a
1059         miss.  However, regardless of the setting the cache is still
1060         invalidated when required when means you can safely toggle this on and
1061         off and the cache will always be "safe".
1062
1063         Default: 1
1064
1065 cipso_cache_bucket_size - INTEGER
1066         The CIPSO label cache consists of a fixed size hash table with each
1067         hash bucket containing a number of cache entries.  This variable limits
1068         the number of entries in each hash bucket; the larger the value is, the
1069         more CIPSO label mappings that can be cached.  When the number of
1070         entries in a given hash bucket reaches this limit adding new entries
1071         causes the oldest entry in the bucket to be removed to make room.
1072
1073         Default: 10
1074
1075 cipso_rbm_optfmt - BOOLEAN
1076         Enable the "Optimized Tag 1 Format" as defined in section 3.4.2.6 of
1077         the CIPSO draft specification (see Documentation/netlabel for details).
1078         This means that when set the CIPSO tag will be padded with empty
1079         categories in order to make the packet data 32-bit aligned.
1080
1081         Default: 0
1082
1083 cipso_rbm_structvalid - BOOLEAN
1084         If set, do a very strict check of the CIPSO option when
1085         ip_options_compile() is called.  If unset, relax the checks done during
1086         ip_options_compile().  Either way is "safe" as errors are caught else
1087         where in the CIPSO processing code but setting this to 0 (False) should
1088         result in less work (i.e. it should be faster) but could cause problems
1089         with other implementations that require strict checking.
1090
1091         Default: 0
1092
1093 IP Variables
1094 ============
1095
1096 ip_local_port_range - 2 INTEGERS
1097         Defines the local port range that is used by TCP and UDP to
1098         choose the local port. The first number is the first, the
1099         second the last local port number.
1100         If possible, it is better these numbers have different parity
1101         (one even and one odd value).
1102         Must be greater than or equal to ip_unprivileged_port_start.
1103         The default values are 32768 and 60999 respectively.
1104
1105 ip_local_reserved_ports - list of comma separated ranges
1106         Specify the ports which are reserved for known third-party
1107         applications. These ports will not be used by automatic port
1108         assignments (e.g. when calling connect() or bind() with port
1109         number 0). Explicit port allocation behavior is unchanged.
1110
1111         The format used for both input and output is a comma separated
1112         list of ranges (e.g. "1,2-4,10-10" for ports 1, 2, 3, 4 and
1113         10). Writing to the file will clear all previously reserved
1114         ports and update the current list with the one given in the
1115         input.
1116
1117         Note that ip_local_port_range and ip_local_reserved_ports
1118         settings are independent and both are considered by the kernel
1119         when determining which ports are available for automatic port
1120         assignments.
1121
1122         You can reserve ports which are not in the current
1123         ip_local_port_range, e.g.::
1124
1125             $ cat /proc/sys/net/ipv4/ip_local_port_range
1126             32000       60999
1127             $ cat /proc/sys/net/ipv4/ip_local_reserved_ports
1128             8080,9148
1129
1130         although this is redundant. However such a setting is useful
1131         if later the port range is changed to a value that will
1132         include the reserved ports. Also keep in mind, that overlapping
1133         of these ranges may affect probability of selecting ephemeral
1134         ports which are right after block of reserved ports.
1135
1136         Default: Empty
1137
1138 ip_unprivileged_port_start - INTEGER
1139         This is a per-namespace sysctl.  It defines the first
1140         unprivileged port in the network namespace.  Privileged ports
1141         require root or CAP_NET_BIND_SERVICE in order to bind to them.
1142         To disable all privileged ports, set this to 0.  They must not
1143         overlap with the ip_local_port_range.
1144
1145         Default: 1024
1146
1147 ip_nonlocal_bind - BOOLEAN
1148         If set, allows processes to bind() to non-local IP addresses,
1149         which can be quite useful - but may break some applications.
1150
1151         Default: 0
1152
1153 ip_autobind_reuse - BOOLEAN
1154         By default, bind() does not select the ports automatically even if
1155         the new socket and all sockets bound to the port have SO_REUSEADDR.
1156         ip_autobind_reuse allows bind() to reuse the port and this is useful
1157         when you use bind()+connect(), but may break some applications.
1158         The preferred solution is to use IP_BIND_ADDRESS_NO_PORT and this
1159         option should only be set by experts.
1160         Default: 0
1161
1162 ip_dynaddr - INTEGER
1163         If set non-zero, enables support for dynamic addresses.
1164         If set to a non-zero value larger than 1, a kernel log
1165         message will be printed when dynamic address rewriting
1166         occurs.
1167
1168         Default: 0
1169
1170 ip_early_demux - BOOLEAN
1171         Optimize input packet processing down to one demux for
1172         certain kinds of local sockets.  Currently we only do this
1173         for established TCP and connected UDP sockets.
1174
1175         It may add an additional cost for pure routing workloads that
1176         reduces overall throughput, in such case you should disable it.
1177
1178         Default: 1
1179
1180 ping_group_range - 2 INTEGERS
1181         Restrict ICMP_PROTO datagram sockets to users in the group range.
1182         The default is "1 0", meaning, that nobody (not even root) may
1183         create ping sockets.  Setting it to "100 100" would grant permissions
1184         to the single group. "0 4294967295" would enable it for the world, "100
1185         4294967295" would enable it for the users, but not daemons.
1186
1187 tcp_early_demux - BOOLEAN
1188         Enable early demux for established TCP sockets.
1189
1190         Default: 1
1191
1192 udp_early_demux - BOOLEAN
1193         Enable early demux for connected UDP sockets. Disable this if
1194         your system could experience more unconnected load.
1195
1196         Default: 1
1197
1198 icmp_echo_ignore_all - BOOLEAN
1199         If set non-zero, then the kernel will ignore all ICMP ECHO
1200         requests sent to it.
1201
1202         Default: 0
1203
1204 icmp_echo_enable_probe - BOOLEAN
1205         If set to one, then the kernel will respond to RFC 8335 PROBE
1206         requests sent to it.
1207
1208         Default: 0
1209
1210 icmp_echo_ignore_broadcasts - BOOLEAN
1211         If set non-zero, then the kernel will ignore all ICMP ECHO and
1212         TIMESTAMP requests sent to it via broadcast/multicast.
1213
1214         Default: 1
1215
1216 icmp_ratelimit - INTEGER
1217         Limit the maximal rates for sending ICMP packets whose type matches
1218         icmp_ratemask (see below) to specific targets.
1219         0 to disable any limiting,
1220         otherwise the minimal space between responses in milliseconds.
1221         Note that another sysctl, icmp_msgs_per_sec limits the number
1222         of ICMP packets sent on all targets.
1223
1224         Default: 1000
1225
1226 icmp_msgs_per_sec - INTEGER
1227         Limit maximal number of ICMP packets sent per second from this host.
1228         Only messages whose type matches icmp_ratemask (see below) are
1229         controlled by this limit. For security reasons, the precise count
1230         of messages per second is randomized.
1231
1232         Default: 1000
1233
1234 icmp_msgs_burst - INTEGER
1235         icmp_msgs_per_sec controls number of ICMP packets sent per second,
1236         while icmp_msgs_burst controls the burst size of these packets.
1237         For security reasons, the precise burst size is randomized.
1238
1239         Default: 50
1240
1241 icmp_ratemask - INTEGER
1242         Mask made of ICMP types for which rates are being limited.
1243
1244         Significant bits: IHGFEDCBA9876543210
1245
1246         Default mask:     0000001100000011000 (6168)
1247
1248         Bit definitions (see include/linux/icmp.h):
1249
1250                 = =========================
1251                 0 Echo Reply
1252                 3 Destination Unreachable [1]_
1253                 4 Source Quench [1]_
1254                 5 Redirect
1255                 8 Echo Request
1256                 B Time Exceeded [1]_
1257                 C Parameter Problem [1]_
1258                 D Timestamp Request
1259                 E Timestamp Reply
1260                 F Info Request
1261                 G Info Reply
1262                 H Address Mask Request
1263                 I Address Mask Reply
1264                 = =========================
1265
1266         .. [1] These are rate limited by default (see default mask above)
1267
1268 icmp_ignore_bogus_error_responses - BOOLEAN
1269         Some routers violate RFC1122 by sending bogus responses to broadcast
1270         frames.  Such violations are normally logged via a kernel warning.
1271         If this is set to TRUE, the kernel will not give such warnings, which
1272         will avoid log file clutter.
1273
1274         Default: 1
1275
1276 icmp_errors_use_inbound_ifaddr - BOOLEAN
1277
1278         If zero, icmp error messages are sent with the primary address of
1279         the exiting interface.
1280
1281         If non-zero, the message will be sent with the primary address of
1282         the interface that received the packet that caused the icmp error.
1283         This is the behaviour many network administrators will expect from
1284         a router. And it can make debugging complicated network layouts
1285         much easier.
1286
1287         Note that if no primary address exists for the interface selected,
1288         then the primary address of the first non-loopback interface that
1289         has one will be used regardless of this setting.
1290
1291         Default: 0
1292
1293 igmp_max_memberships - INTEGER
1294         Change the maximum number of multicast groups we can subscribe to.
1295         Default: 20
1296
1297         Theoretical maximum value is bounded by having to send a membership
1298         report in a single datagram (i.e. the report can't span multiple
1299         datagrams, or risk confusing the switch and leaving groups you don't
1300         intend to).
1301
1302         The number of supported groups 'M' is bounded by the number of group
1303         report entries you can fit into a single datagram of 65535 bytes.
1304
1305         M = 65536-sizeof (ip header)/(sizeof(Group record))
1306
1307         Group records are variable length, with a minimum of 12 bytes.
1308         So net.ipv4.igmp_max_memberships should not be set higher than:
1309
1310         (65536-24) / 12 = 5459
1311
1312         The value 5459 assumes no IP header options, so in practice
1313         this number may be lower.
1314
1315 igmp_max_msf - INTEGER
1316         Maximum number of addresses allowed in the source filter list for a
1317         multicast group.
1318
1319         Default: 10
1320
1321 igmp_qrv - INTEGER
1322         Controls the IGMP query robustness variable (see RFC2236 8.1).
1323
1324         Default: 2 (as specified by RFC2236 8.1)
1325
1326         Minimum: 1 (as specified by RFC6636 4.5)
1327
1328 force_igmp_version - INTEGER
1329         - 0 - (default) No enforcement of a IGMP version, IGMPv1/v2 fallback
1330           allowed. Will back to IGMPv3 mode again if all IGMPv1/v2 Querier
1331           Present timer expires.
1332         - 1 - Enforce to use IGMP version 1. Will also reply IGMPv1 report if
1333           receive IGMPv2/v3 query.
1334         - 2 - Enforce to use IGMP version 2. Will fallback to IGMPv1 if receive
1335           IGMPv1 query message. Will reply report if receive IGMPv3 query.
1336         - 3 - Enforce to use IGMP version 3. The same react with default 0.
1337
1338         .. note::
1339
1340            this is not the same with force_mld_version because IGMPv3 RFC3376
1341            Security Considerations does not have clear description that we could
1342            ignore other version messages completely as MLDv2 RFC3810. So make
1343            this value as default 0 is recommended.
1344
1345 ``conf/interface/*``
1346         changes special settings per interface (where
1347         interface" is the name of your network interface)
1348
1349 ``conf/all/*``
1350           is special, changes the settings for all interfaces
1351
1352 log_martians - BOOLEAN
1353         Log packets with impossible addresses to kernel log.
1354         log_martians for the interface will be enabled if at least one of
1355         conf/{all,interface}/log_martians is set to TRUE,
1356         it will be disabled otherwise
1357
1358 accept_redirects - BOOLEAN
1359         Accept ICMP redirect messages.
1360         accept_redirects for the interface will be enabled if:
1361
1362         - both conf/{all,interface}/accept_redirects are TRUE in the case
1363           forwarding for the interface is enabled
1364
1365         or
1366
1367         - at least one of conf/{all,interface}/accept_redirects is TRUE in the
1368           case forwarding for the interface is disabled
1369
1370         accept_redirects for the interface will be disabled otherwise
1371
1372         default:
1373
1374                 - TRUE (host)
1375                 - FALSE (router)
1376
1377 forwarding - BOOLEAN
1378         Enable IP forwarding on this interface.  This controls whether packets
1379         received _on_ this interface can be forwarded.
1380
1381 mc_forwarding - BOOLEAN
1382         Do multicast routing. The kernel needs to be compiled with CONFIG_MROUTE
1383         and a multicast routing daemon is required.
1384         conf/all/mc_forwarding must also be set to TRUE to enable multicast
1385         routing for the interface
1386
1387 medium_id - INTEGER
1388         Integer value used to differentiate the devices by the medium they
1389         are attached to. Two devices can have different id values when
1390         the broadcast packets are received only on one of them.
1391         The default value 0 means that the device is the only interface
1392         to its medium, value of -1 means that medium is not known.
1393
1394         Currently, it is used to change the proxy_arp behavior:
1395         the proxy_arp feature is enabled for packets forwarded between
1396         two devices attached to different media.
1397
1398 proxy_arp - BOOLEAN
1399         Do proxy arp.
1400
1401         proxy_arp for the interface will be enabled if at least one of
1402         conf/{all,interface}/proxy_arp is set to TRUE,
1403         it will be disabled otherwise
1404
1405 proxy_arp_pvlan - BOOLEAN
1406         Private VLAN proxy arp.
1407
1408         Basically allow proxy arp replies back to the same interface
1409         (from which the ARP request/solicitation was received).
1410
1411         This is done to support (ethernet) switch features, like RFC
1412         3069, where the individual ports are NOT allowed to
1413         communicate with each other, but they are allowed to talk to
1414         the upstream router.  As described in RFC 3069, it is possible
1415         to allow these hosts to communicate through the upstream
1416         router by proxy_arp'ing. Don't need to be used together with
1417         proxy_arp.
1418
1419         This technology is known by different names:
1420
1421           In RFC 3069 it is called VLAN Aggregation.
1422           Cisco and Allied Telesyn call it Private VLAN.
1423           Hewlett-Packard call it Source-Port filtering or port-isolation.
1424           Ericsson call it MAC-Forced Forwarding (RFC Draft).
1425
1426 shared_media - BOOLEAN
1427         Send(router) or accept(host) RFC1620 shared media redirects.
1428         Overrides secure_redirects.
1429
1430         shared_media for the interface will be enabled if at least one of
1431         conf/{all,interface}/shared_media is set to TRUE,
1432         it will be disabled otherwise
1433
1434         default TRUE
1435
1436 secure_redirects - BOOLEAN
1437         Accept ICMP redirect messages only to gateways listed in the
1438         interface's current gateway list. Even if disabled, RFC1122 redirect
1439         rules still apply.
1440
1441         Overridden by shared_media.
1442
1443         secure_redirects for the interface will be enabled if at least one of
1444         conf/{all,interface}/secure_redirects is set to TRUE,
1445         it will be disabled otherwise
1446
1447         default TRUE
1448
1449 send_redirects - BOOLEAN
1450         Send redirects, if router.
1451
1452         send_redirects for the interface will be enabled if at least one of
1453         conf/{all,interface}/send_redirects is set to TRUE,
1454         it will be disabled otherwise
1455
1456         Default: TRUE
1457
1458 bootp_relay - BOOLEAN
1459         Accept packets with source address 0.b.c.d destined
1460         not to this host as local ones. It is supposed, that
1461         BOOTP relay daemon will catch and forward such packets.
1462         conf/all/bootp_relay must also be set to TRUE to enable BOOTP relay
1463         for the interface
1464
1465         default FALSE
1466
1467         Not Implemented Yet.
1468
1469 accept_source_route - BOOLEAN
1470         Accept packets with SRR option.
1471         conf/all/accept_source_route must also be set to TRUE to accept packets
1472         with SRR option on the interface
1473
1474         default
1475
1476                 - TRUE (router)
1477                 - FALSE (host)
1478
1479 accept_local - BOOLEAN
1480         Accept packets with local source addresses. In combination with
1481         suitable routing, this can be used to direct packets between two
1482         local interfaces over the wire and have them accepted properly.
1483         default FALSE
1484
1485 route_localnet - BOOLEAN
1486         Do not consider loopback addresses as martian source or destination
1487         while routing. This enables the use of 127/8 for local routing purposes.
1488
1489         default FALSE
1490
1491 rp_filter - INTEGER
1492         - 0 - No source validation.
1493         - 1 - Strict mode as defined in RFC3704 Strict Reverse Path
1494           Each incoming packet is tested against the FIB and if the interface
1495           is not the best reverse path the packet check will fail.
1496           By default failed packets are discarded.
1497         - 2 - Loose mode as defined in RFC3704 Loose Reverse Path
1498           Each incoming packet's source address is also tested against the FIB
1499           and if the source address is not reachable via any interface
1500           the packet check will fail.
1501
1502         Current recommended practice in RFC3704 is to enable strict mode
1503         to prevent IP spoofing from DDos attacks. If using asymmetric routing
1504         or other complicated routing, then loose mode is recommended.
1505
1506         The max value from conf/{all,interface}/rp_filter is used
1507         when doing source validation on the {interface}.
1508
1509         Default value is 0. Note that some distributions enable it
1510         in startup scripts.
1511
1512 src_valid_mark - BOOLEAN
1513         - 0 - The fwmark of the packet is not included in reverse path
1514           route lookup.  This allows for asymmetric routing configurations
1515           utilizing the fwmark in only one direction, e.g., transparent
1516           proxying.
1517
1518         - 1 - The fwmark of the packet is included in reverse path route
1519           lookup.  This permits rp_filter to function when the fwmark is
1520           used for routing traffic in both directions.
1521
1522         This setting also affects the utilization of fmwark when
1523         performing source address selection for ICMP replies, or
1524         determining addresses stored for the IPOPT_TS_TSANDADDR and
1525         IPOPT_RR IP options.
1526
1527         The max value from conf/{all,interface}/src_valid_mark is used.
1528
1529         Default value is 0.
1530
1531 arp_filter - BOOLEAN
1532         - 1 - Allows you to have multiple network interfaces on the same
1533           subnet, and have the ARPs for each interface be answered
1534           based on whether or not the kernel would route a packet from
1535           the ARP'd IP out that interface (therefore you must use source
1536           based routing for this to work). In other words it allows control
1537           of which cards (usually 1) will respond to an arp request.
1538
1539         - 0 - (default) The kernel can respond to arp requests with addresses
1540           from other interfaces. This may seem wrong but it usually makes
1541           sense, because it increases the chance of successful communication.
1542           IP addresses are owned by the complete host on Linux, not by
1543           particular interfaces. Only for more complex setups like load-
1544           balancing, does this behaviour cause problems.
1545
1546         arp_filter for the interface will be enabled if at least one of
1547         conf/{all,interface}/arp_filter is set to TRUE,
1548         it will be disabled otherwise
1549
1550 arp_announce - INTEGER
1551         Define different restriction levels for announcing the local
1552         source IP address from IP packets in ARP requests sent on
1553         interface:
1554
1555         - 0 - (default) Use any local address, configured on any interface
1556         - 1 - Try to avoid local addresses that are not in the target's
1557           subnet for this interface. This mode is useful when target
1558           hosts reachable via this interface require the source IP
1559           address in ARP requests to be part of their logical network
1560           configured on the receiving interface. When we generate the
1561           request we will check all our subnets that include the
1562           target IP and will preserve the source address if it is from
1563           such subnet. If there is no such subnet we select source
1564           address according to the rules for level 2.
1565         - 2 - Always use the best local address for this target.
1566           In this mode we ignore the source address in the IP packet
1567           and try to select local address that we prefer for talks with
1568           the target host. Such local address is selected by looking
1569           for primary IP addresses on all our subnets on the outgoing
1570           interface that include the target IP address. If no suitable
1571           local address is found we select the first local address
1572           we have on the outgoing interface or on all other interfaces,
1573           with the hope we will receive reply for our request and
1574           even sometimes no matter the source IP address we announce.
1575
1576         The max value from conf/{all,interface}/arp_announce is used.
1577
1578         Increasing the restriction level gives more chance for
1579         receiving answer from the resolved target while decreasing
1580         the level announces more valid sender's information.
1581
1582 arp_ignore - INTEGER
1583         Define different modes for sending replies in response to
1584         received ARP requests that resolve local target IP addresses:
1585
1586         - 0 - (default): reply for any local target IP address, configured
1587           on any interface
1588         - 1 - reply only if the target IP address is local address
1589           configured on the incoming interface
1590         - 2 - reply only if the target IP address is local address
1591           configured on the incoming interface and both with the
1592           sender's IP address are part from same subnet on this interface
1593         - 3 - do not reply for local addresses configured with scope host,
1594           only resolutions for global and link addresses are replied
1595         - 4-7 - reserved
1596         - 8 - do not reply for all local addresses
1597
1598         The max value from conf/{all,interface}/arp_ignore is used
1599         when ARP request is received on the {interface}
1600
1601 arp_notify - BOOLEAN
1602         Define mode for notification of address and device changes.
1603
1604          ==  ==========================================================
1605           0  (default): do nothing
1606           1  Generate gratuitous arp requests when device is brought up
1607              or hardware address changes.
1608          ==  ==========================================================
1609
1610 arp_accept - BOOLEAN
1611         Define behavior for gratuitous ARP frames who's IP is not
1612         already present in the ARP table:
1613
1614         - 0 - don't create new entries in the ARP table
1615         - 1 - create new entries in the ARP table
1616
1617         Both replies and requests type gratuitous arp will trigger the
1618         ARP table to be updated, if this setting is on.
1619
1620         If the ARP table already contains the IP address of the
1621         gratuitous arp frame, the arp table will be updated regardless
1622         if this setting is on or off.
1623
1624 mcast_solicit - INTEGER
1625         The maximum number of multicast probes in INCOMPLETE state,
1626         when the associated hardware address is unknown.  Defaults
1627         to 3.
1628
1629 ucast_solicit - INTEGER
1630         The maximum number of unicast probes in PROBE state, when
1631         the hardware address is being reconfirmed.  Defaults to 3.
1632
1633 app_solicit - INTEGER
1634         The maximum number of probes to send to the user space ARP daemon
1635         via netlink before dropping back to multicast probes (see
1636         mcast_resolicit).  Defaults to 0.
1637
1638 mcast_resolicit - INTEGER
1639         The maximum number of multicast probes after unicast and
1640         app probes in PROBE state.  Defaults to 0.
1641
1642 disable_policy - BOOLEAN
1643         Disable IPSEC policy (SPD) for this interface
1644
1645 disable_xfrm - BOOLEAN
1646         Disable IPSEC encryption on this interface, whatever the policy
1647
1648 igmpv2_unsolicited_report_interval - INTEGER
1649         The interval in milliseconds in which the next unsolicited
1650         IGMPv1 or IGMPv2 report retransmit will take place.
1651
1652         Default: 10000 (10 seconds)
1653
1654 igmpv3_unsolicited_report_interval - INTEGER
1655         The interval in milliseconds in which the next unsolicited
1656         IGMPv3 report retransmit will take place.
1657
1658         Default: 1000 (1 seconds)
1659
1660 ignore_routes_with_linkdown - BOOLEAN
1661         Ignore routes whose link is down when performing a FIB lookup.
1662
1663 promote_secondaries - BOOLEAN
1664         When a primary IP address is removed from this interface
1665         promote a corresponding secondary IP address instead of
1666         removing all the corresponding secondary IP addresses.
1667
1668 drop_unicast_in_l2_multicast - BOOLEAN
1669         Drop any unicast IP packets that are received in link-layer
1670         multicast (or broadcast) frames.
1671
1672         This behavior (for multicast) is actually a SHOULD in RFC
1673         1122, but is disabled by default for compatibility reasons.
1674
1675         Default: off (0)
1676
1677 drop_gratuitous_arp - BOOLEAN
1678         Drop all gratuitous ARP frames, for example if there's a known
1679         good ARP proxy on the network and such frames need not be used
1680         (or in the case of 802.11, must not be used to prevent attacks.)
1681
1682         Default: off (0)
1683
1684
1685 tag - INTEGER
1686         Allows you to write a number, which can be used as required.
1687
1688         Default value is 0.
1689
1690 xfrm4_gc_thresh - INTEGER
1691         (Obsolete since linux-4.14)
1692         The threshold at which we will start garbage collecting for IPv4
1693         destination cache entries.  At twice this value the system will
1694         refuse new allocations.
1695
1696 igmp_link_local_mcast_reports - BOOLEAN
1697         Enable IGMP reports for link local multicast groups in the
1698         224.0.0.X range.
1699
1700         Default TRUE
1701
1702 Alexey Kuznetsov.
1703 kuznet@ms2.inr.ac.ru
1704
1705 Updated by:
1706
1707 - Andi Kleen
1708   ak@muc.de
1709 - Nicolas Delon
1710   delon.nicolas@wanadoo.fr
1711
1712
1713
1714
1715 /proc/sys/net/ipv6/* Variables
1716 ==============================
1717
1718 IPv6 has no global variables such as tcp_*.  tcp_* settings under ipv4/ also
1719 apply to IPv6 [XXX?].
1720
1721 bindv6only - BOOLEAN
1722         Default value for IPV6_V6ONLY socket option,
1723         which restricts use of the IPv6 socket to IPv6 communication
1724         only.
1725
1726                 - TRUE: disable IPv4-mapped address feature
1727                 - FALSE: enable IPv4-mapped address feature
1728
1729         Default: FALSE (as specified in RFC3493)
1730
1731 flowlabel_consistency - BOOLEAN
1732         Protect the consistency (and unicity) of flow label.
1733         You have to disable it to use IPV6_FL_F_REFLECT flag on the
1734         flow label manager.
1735
1736         - TRUE: enabled
1737         - FALSE: disabled
1738
1739         Default: TRUE
1740
1741 auto_flowlabels - INTEGER
1742         Automatically generate flow labels based on a flow hash of the
1743         packet. This allows intermediate devices, such as routers, to
1744         identify packet flows for mechanisms like Equal Cost Multipath
1745         Routing (see RFC 6438).
1746
1747         =  ===========================================================
1748         0  automatic flow labels are completely disabled
1749         1  automatic flow labels are enabled by default, they can be
1750            disabled on a per socket basis using the IPV6_AUTOFLOWLABEL
1751            socket option
1752         2  automatic flow labels are allowed, they may be enabled on a
1753            per socket basis using the IPV6_AUTOFLOWLABEL socket option
1754         3  automatic flow labels are enabled and enforced, they cannot
1755            be disabled by the socket option
1756         =  ===========================================================
1757
1758         Default: 1
1759
1760 flowlabel_state_ranges - BOOLEAN
1761         Split the flow label number space into two ranges. 0-0x7FFFF is
1762         reserved for the IPv6 flow manager facility, 0x80000-0xFFFFF
1763         is reserved for stateless flow labels as described in RFC6437.
1764
1765         - TRUE: enabled
1766         - FALSE: disabled
1767
1768         Default: true
1769
1770 flowlabel_reflect - INTEGER
1771         Control flow label reflection. Needed for Path MTU
1772         Discovery to work with Equal Cost Multipath Routing in anycast
1773         environments. See RFC 7690 and:
1774         https://tools.ietf.org/html/draft-wang-6man-flow-label-reflection-01
1775
1776         This is a bitmask.
1777
1778         - 1: enabled for established flows
1779
1780           Note that this prevents automatic flowlabel changes, as done
1781           in "tcp: change IPv6 flow-label upon receiving spurious retransmission"
1782           and "tcp: Change txhash on every SYN and RTO retransmit"
1783
1784         - 2: enabled for TCP RESET packets (no active listener)
1785           If set, a RST packet sent in response to a SYN packet on a closed
1786           port will reflect the incoming flow label.
1787
1788         - 4: enabled for ICMPv6 echo reply messages.
1789
1790         Default: 0
1791
1792 fib_multipath_hash_policy - INTEGER
1793         Controls which hash policy to use for multipath routes.
1794
1795         Default: 0 (Layer 3)
1796
1797         Possible values:
1798
1799         - 0 - Layer 3 (source and destination addresses plus flow label)
1800         - 1 - Layer 4 (standard 5-tuple)
1801         - 2 - Layer 3 or inner Layer 3 if present
1802         - 3 - Custom multipath hash. Fields used for multipath hash calculation
1803           are determined by fib_multipath_hash_fields sysctl
1804
1805 fib_multipath_hash_fields - UNSIGNED INTEGER
1806         When fib_multipath_hash_policy is set to 3 (custom multipath hash), the
1807         fields used for multipath hash calculation are determined by this
1808         sysctl.
1809
1810         This value is a bitmask which enables various fields for multipath hash
1811         calculation.
1812
1813         Possible fields are:
1814
1815         ====== ============================
1816         0x0001 Source IP address
1817         0x0002 Destination IP address
1818         0x0004 IP protocol
1819         0x0008 Flow Label
1820         0x0010 Source port
1821         0x0020 Destination port
1822         0x0040 Inner source IP address
1823         0x0080 Inner destination IP address
1824         0x0100 Inner IP protocol
1825         0x0200 Inner Flow Label
1826         0x0400 Inner source port
1827         0x0800 Inner destination port
1828         ====== ============================
1829
1830         Default: 0x0007 (source IP, destination IP and IP protocol)
1831
1832 anycast_src_echo_reply - BOOLEAN
1833         Controls the use of anycast addresses as source addresses for ICMPv6
1834         echo reply
1835
1836         - TRUE:  enabled
1837         - FALSE: disabled
1838
1839         Default: FALSE
1840
1841 idgen_delay - INTEGER
1842         Controls the delay in seconds after which time to retry
1843         privacy stable address generation if a DAD conflict is
1844         detected.
1845
1846         Default: 1 (as specified in RFC7217)
1847
1848 idgen_retries - INTEGER
1849         Controls the number of retries to generate a stable privacy
1850         address if a DAD conflict is detected.
1851
1852         Default: 3 (as specified in RFC7217)
1853
1854 mld_qrv - INTEGER
1855         Controls the MLD query robustness variable (see RFC3810 9.1).
1856
1857         Default: 2 (as specified by RFC3810 9.1)
1858
1859         Minimum: 1 (as specified by RFC6636 4.5)
1860
1861 max_dst_opts_number - INTEGER
1862         Maximum number of non-padding TLVs allowed in a Destination
1863         options extension header. If this value is less than zero
1864         then unknown options are disallowed and the number of known
1865         TLVs allowed is the absolute value of this number.
1866
1867         Default: 8
1868
1869 max_hbh_opts_number - INTEGER
1870         Maximum number of non-padding TLVs allowed in a Hop-by-Hop
1871         options extension header. If this value is less than zero
1872         then unknown options are disallowed and the number of known
1873         TLVs allowed is the absolute value of this number.
1874
1875         Default: 8
1876
1877 max_dst_opts_length - INTEGER
1878         Maximum length allowed for a Destination options extension
1879         header.
1880
1881         Default: INT_MAX (unlimited)
1882
1883 max_hbh_length - INTEGER
1884         Maximum length allowed for a Hop-by-Hop options extension
1885         header.
1886
1887         Default: INT_MAX (unlimited)
1888
1889 skip_notify_on_dev_down - BOOLEAN
1890         Controls whether an RTM_DELROUTE message is generated for routes
1891         removed when a device is taken down or deleted. IPv4 does not
1892         generate this message; IPv6 does by default. Setting this sysctl
1893         to true skips the message, making IPv4 and IPv6 on par in relying
1894         on userspace caches to track link events and evict routes.
1895
1896         Default: false (generate message)
1897
1898 nexthop_compat_mode - BOOLEAN
1899         New nexthop API provides a means for managing nexthops independent of
1900         prefixes. Backwards compatibilty with old route format is enabled by
1901         default which means route dumps and notifications contain the new
1902         nexthop attribute but also the full, expanded nexthop definition.
1903         Further, updates or deletes of a nexthop configuration generate route
1904         notifications for each fib entry using the nexthop. Once a system
1905         understands the new API, this sysctl can be disabled to achieve full
1906         performance benefits of the new API by disabling the nexthop expansion
1907         and extraneous notifications.
1908         Default: true (backward compat mode)
1909
1910 fib_notify_on_flag_change - INTEGER
1911         Whether to emit RTM_NEWROUTE notifications whenever RTM_F_OFFLOAD/
1912         RTM_F_TRAP/RTM_F_OFFLOAD_FAILED flags are changed.
1913
1914         After installing a route to the kernel, user space receives an
1915         acknowledgment, which means the route was installed in the kernel,
1916         but not necessarily in hardware.
1917         It is also possible for a route already installed in hardware to change
1918         its action and therefore its flags. For example, a host route that is
1919         trapping packets can be "promoted" to perform decapsulation following
1920         the installation of an IPinIP/VXLAN tunnel.
1921         The notifications will indicate to user-space the state of the route.
1922
1923         Default: 0 (Do not emit notifications.)
1924
1925         Possible values:
1926
1927         - 0 - Do not emit notifications.
1928         - 1 - Emit notifications.
1929         - 2 - Emit notifications only for RTM_F_OFFLOAD_FAILED flag change.
1930
1931 ioam6_id - INTEGER
1932         Define the IOAM id of this node. Uses only 24 bits out of 32 in total.
1933
1934         Min: 0
1935         Max: 0xFFFFFF
1936
1937         Default: 0xFFFFFF
1938
1939 ioam6_id_wide - LONG INTEGER
1940         Define the wide IOAM id of this node. Uses only 56 bits out of 64 in
1941         total. Can be different from ioam6_id.
1942
1943         Min: 0
1944         Max: 0xFFFFFFFFFFFFFF
1945
1946         Default: 0xFFFFFFFFFFFFFF
1947
1948 IPv6 Fragmentation:
1949
1950 ip6frag_high_thresh - INTEGER
1951         Maximum memory used to reassemble IPv6 fragments. When
1952         ip6frag_high_thresh bytes of memory is allocated for this purpose,
1953         the fragment handler will toss packets until ip6frag_low_thresh
1954         is reached.
1955
1956 ip6frag_low_thresh - INTEGER
1957         See ip6frag_high_thresh
1958
1959 ip6frag_time - INTEGER
1960         Time in seconds to keep an IPv6 fragment in memory.
1961
1962 ``conf/default/*``:
1963         Change the interface-specific default settings.
1964
1965         These settings would be used during creating new interfaces.
1966
1967
1968 ``conf/all/*``:
1969         Change all the interface-specific settings.
1970
1971         [XXX:  Other special features than forwarding?]
1972
1973 conf/all/disable_ipv6 - BOOLEAN
1974         Changing this value is same as changing ``conf/default/disable_ipv6``
1975         setting and also all per-interface ``disable_ipv6`` settings to the same
1976         value.
1977
1978         Reading this value does not have any particular meaning. It does not say
1979         whether IPv6 support is enabled or disabled. Returned value can be 1
1980         also in the case when some interface has ``disable_ipv6`` set to 0 and
1981         has configured IPv6 addresses.
1982
1983 conf/all/forwarding - BOOLEAN
1984         Enable global IPv6 forwarding between all interfaces.
1985
1986         IPv4 and IPv6 work differently here; e.g. netfilter must be used
1987         to control which interfaces may forward packets and which not.
1988
1989         This also sets all interfaces' Host/Router setting
1990         'forwarding' to the specified value.  See below for details.
1991
1992         This referred to as global forwarding.
1993
1994 proxy_ndp - BOOLEAN
1995         Do proxy ndp.
1996
1997 fwmark_reflect - BOOLEAN
1998         Controls the fwmark of kernel-generated IPv6 reply packets that are not
1999         associated with a socket for example, TCP RSTs or ICMPv6 echo replies).
2000         If unset, these packets have a fwmark of zero. If set, they have the
2001         fwmark of the packet they are replying to.
2002
2003         Default: 0
2004
2005 ``conf/interface/*``:
2006         Change special settings per interface.
2007
2008         The functional behaviour for certain settings is different
2009         depending on whether local forwarding is enabled or not.
2010
2011 accept_ra - INTEGER
2012         Accept Router Advertisements; autoconfigure using them.
2013
2014         It also determines whether or not to transmit Router
2015         Solicitations. If and only if the functional setting is to
2016         accept Router Advertisements, Router Solicitations will be
2017         transmitted.
2018
2019         Possible values are:
2020
2021                 ==  ===========================================================
2022                  0  Do not accept Router Advertisements.
2023                  1  Accept Router Advertisements if forwarding is disabled.
2024                  2  Overrule forwarding behaviour. Accept Router Advertisements
2025                     even if forwarding is enabled.
2026                 ==  ===========================================================
2027
2028         Functional default:
2029
2030                 - enabled if local forwarding is disabled.
2031                 - disabled if local forwarding is enabled.
2032
2033 accept_ra_defrtr - BOOLEAN
2034         Learn default router in Router Advertisement.
2035
2036         Functional default:
2037
2038                 - enabled if accept_ra is enabled.
2039                 - disabled if accept_ra is disabled.
2040
2041 ra_defrtr_metric - UNSIGNED INTEGER
2042         Route metric for default route learned in Router Advertisement. This value
2043         will be assigned as metric for the default route learned via IPv6 Router
2044         Advertisement. Takes affect only if accept_ra_defrtr is enabled.
2045
2046         Possible values:
2047                 1 to 0xFFFFFFFF
2048
2049                 Default: IP6_RT_PRIO_USER i.e. 1024.
2050
2051 accept_ra_from_local - BOOLEAN
2052         Accept RA with source-address that is found on local machine
2053         if the RA is otherwise proper and able to be accepted.
2054
2055         Default is to NOT accept these as it may be an un-intended
2056         network loop.
2057
2058         Functional default:
2059
2060            - enabled if accept_ra_from_local is enabled
2061              on a specific interface.
2062            - disabled if accept_ra_from_local is disabled
2063              on a specific interface.
2064
2065 accept_ra_min_hop_limit - INTEGER
2066         Minimum hop limit Information in Router Advertisement.
2067
2068         Hop limit Information in Router Advertisement less than this
2069         variable shall be ignored.
2070
2071         Default: 1
2072
2073 accept_ra_pinfo - BOOLEAN
2074         Learn Prefix Information in Router Advertisement.
2075
2076         Functional default:
2077
2078                 - enabled if accept_ra is enabled.
2079                 - disabled if accept_ra is disabled.
2080
2081 accept_ra_rt_info_min_plen - INTEGER
2082         Minimum prefix length of Route Information in RA.
2083
2084         Route Information w/ prefix smaller than this variable shall
2085         be ignored.
2086
2087         Functional default:
2088
2089                 * 0 if accept_ra_rtr_pref is enabled.
2090                 * -1 if accept_ra_rtr_pref is disabled.
2091
2092 accept_ra_rt_info_max_plen - INTEGER
2093         Maximum prefix length of Route Information in RA.
2094
2095         Route Information w/ prefix larger than this variable shall
2096         be ignored.
2097
2098         Functional default:
2099
2100                 * 0 if accept_ra_rtr_pref is enabled.
2101                 * -1 if accept_ra_rtr_pref is disabled.
2102
2103 accept_ra_rtr_pref - BOOLEAN
2104         Accept Router Preference in RA.
2105
2106         Functional default:
2107
2108                 - enabled if accept_ra is enabled.
2109                 - disabled if accept_ra is disabled.
2110
2111 accept_ra_mtu - BOOLEAN
2112         Apply the MTU value specified in RA option 5 (RFC4861). If
2113         disabled, the MTU specified in the RA will be ignored.
2114
2115         Functional default:
2116
2117                 - enabled if accept_ra is enabled.
2118                 - disabled if accept_ra is disabled.
2119
2120 accept_redirects - BOOLEAN
2121         Accept Redirects.
2122
2123         Functional default:
2124
2125                 - enabled if local forwarding is disabled.
2126                 - disabled if local forwarding is enabled.
2127
2128 accept_source_route - INTEGER
2129         Accept source routing (routing extension header).
2130
2131         - >= 0: Accept only routing header type 2.
2132         - < 0: Do not accept routing header.
2133
2134         Default: 0
2135
2136 autoconf - BOOLEAN
2137         Autoconfigure addresses using Prefix Information in Router
2138         Advertisements.
2139
2140         Functional default:
2141
2142                 - enabled if accept_ra_pinfo is enabled.
2143                 - disabled if accept_ra_pinfo is disabled.
2144
2145 dad_transmits - INTEGER
2146         The amount of Duplicate Address Detection probes to send.
2147
2148         Default: 1
2149
2150 forwarding - INTEGER
2151         Configure interface-specific Host/Router behaviour.
2152
2153         .. note::
2154
2155            It is recommended to have the same setting on all
2156            interfaces; mixed router/host scenarios are rather uncommon.
2157
2158         Possible values are:
2159
2160                 - 0 Forwarding disabled
2161                 - 1 Forwarding enabled
2162
2163         **FALSE (0)**:
2164
2165         By default, Host behaviour is assumed.  This means:
2166
2167         1. IsRouter flag is not set in Neighbour Advertisements.
2168         2. If accept_ra is TRUE (default), transmit Router
2169            Solicitations.
2170         3. If accept_ra is TRUE (default), accept Router
2171            Advertisements (and do autoconfiguration).
2172         4. If accept_redirects is TRUE (default), accept Redirects.
2173
2174         **TRUE (1)**:
2175
2176         If local forwarding is enabled, Router behaviour is assumed.
2177         This means exactly the reverse from the above:
2178
2179         1. IsRouter flag is set in Neighbour Advertisements.
2180         2. Router Solicitations are not sent unless accept_ra is 2.
2181         3. Router Advertisements are ignored unless accept_ra is 2.
2182         4. Redirects are ignored.
2183
2184         Default: 0 (disabled) if global forwarding is disabled (default),
2185         otherwise 1 (enabled).
2186
2187 hop_limit - INTEGER
2188         Default Hop Limit to set.
2189
2190         Default: 64
2191
2192 mtu - INTEGER
2193         Default Maximum Transfer Unit
2194
2195         Default: 1280 (IPv6 required minimum)
2196
2197 ip_nonlocal_bind - BOOLEAN
2198         If set, allows processes to bind() to non-local IPv6 addresses,
2199         which can be quite useful - but may break some applications.
2200
2201         Default: 0
2202
2203 router_probe_interval - INTEGER
2204         Minimum interval (in seconds) between Router Probing described
2205         in RFC4191.
2206
2207         Default: 60
2208
2209 router_solicitation_delay - INTEGER
2210         Number of seconds to wait after interface is brought up
2211         before sending Router Solicitations.
2212
2213         Default: 1
2214
2215 router_solicitation_interval - INTEGER
2216         Number of seconds to wait between Router Solicitations.
2217
2218         Default: 4
2219
2220 router_solicitations - INTEGER
2221         Number of Router Solicitations to send until assuming no
2222         routers are present.
2223
2224         Default: 3
2225
2226 use_oif_addrs_only - BOOLEAN
2227         When enabled, the candidate source addresses for destinations
2228         routed via this interface are restricted to the set of addresses
2229         configured on this interface (vis. RFC 6724, section 4).
2230
2231         Default: false
2232
2233 use_tempaddr - INTEGER
2234         Preference for Privacy Extensions (RFC3041).
2235
2236           * <= 0 : disable Privacy Extensions
2237           * == 1 : enable Privacy Extensions, but prefer public
2238             addresses over temporary addresses.
2239           * >  1 : enable Privacy Extensions and prefer temporary
2240             addresses over public addresses.
2241
2242         Default:
2243
2244                 * 0 (for most devices)
2245                 * -1 (for point-to-point devices and loopback devices)
2246
2247 temp_valid_lft - INTEGER
2248         valid lifetime (in seconds) for temporary addresses.
2249
2250         Default: 172800 (2 days)
2251
2252 temp_prefered_lft - INTEGER
2253         Preferred lifetime (in seconds) for temporary addresses.
2254
2255         Default: 86400 (1 day)
2256
2257 keep_addr_on_down - INTEGER
2258         Keep all IPv6 addresses on an interface down event. If set static
2259         global addresses with no expiration time are not flushed.
2260
2261         *   >0 : enabled
2262         *    0 : system default
2263         *   <0 : disabled
2264
2265         Default: 0 (addresses are removed)
2266
2267 max_desync_factor - INTEGER
2268         Maximum value for DESYNC_FACTOR, which is a random value
2269         that ensures that clients don't synchronize with each
2270         other and generate new addresses at exactly the same time.
2271         value is in seconds.
2272
2273         Default: 600
2274
2275 regen_max_retry - INTEGER
2276         Number of attempts before give up attempting to generate
2277         valid temporary addresses.
2278
2279         Default: 5
2280
2281 max_addresses - INTEGER
2282         Maximum number of autoconfigured addresses per interface.  Setting
2283         to zero disables the limitation.  It is not recommended to set this
2284         value too large (or to zero) because it would be an easy way to
2285         crash the kernel by allowing too many addresses to be created.
2286
2287         Default: 16
2288
2289 disable_ipv6 - BOOLEAN
2290         Disable IPv6 operation.  If accept_dad is set to 2, this value
2291         will be dynamically set to TRUE if DAD fails for the link-local
2292         address.
2293
2294         Default: FALSE (enable IPv6 operation)
2295
2296         When this value is changed from 1 to 0 (IPv6 is being enabled),
2297         it will dynamically create a link-local address on the given
2298         interface and start Duplicate Address Detection, if necessary.
2299
2300         When this value is changed from 0 to 1 (IPv6 is being disabled),
2301         it will dynamically delete all addresses and routes on the given
2302         interface. From now on it will not possible to add addresses/routes
2303         to the selected interface.
2304
2305 accept_dad - INTEGER
2306         Whether to accept DAD (Duplicate Address Detection).
2307
2308          == ==============================================================
2309           0  Disable DAD
2310           1  Enable DAD (default)
2311           2  Enable DAD, and disable IPv6 operation if MAC-based duplicate
2312              link-local address has been found.
2313          == ==============================================================
2314
2315         DAD operation and mode on a given interface will be selected according
2316         to the maximum value of conf/{all,interface}/accept_dad.
2317
2318 force_tllao - BOOLEAN
2319         Enable sending the target link-layer address option even when
2320         responding to a unicast neighbor solicitation.
2321
2322         Default: FALSE
2323
2324         Quoting from RFC 2461, section 4.4, Target link-layer address:
2325
2326         "The option MUST be included for multicast solicitations in order to
2327         avoid infinite Neighbor Solicitation "recursion" when the peer node
2328         does not have a cache entry to return a Neighbor Advertisements
2329         message.  When responding to unicast solicitations, the option can be
2330         omitted since the sender of the solicitation has the correct link-
2331         layer address; otherwise it would not have be able to send the unicast
2332         solicitation in the first place. However, including the link-layer
2333         address in this case adds little overhead and eliminates a potential
2334         race condition where the sender deletes the cached link-layer address
2335         prior to receiving a response to a previous solicitation."
2336
2337 ndisc_notify - BOOLEAN
2338         Define mode for notification of address and device changes.
2339
2340         * 0 - (default): do nothing
2341         * 1 - Generate unsolicited neighbour advertisements when device is brought
2342           up or hardware address changes.
2343
2344 ndisc_tclass - INTEGER
2345         The IPv6 Traffic Class to use by default when sending IPv6 Neighbor
2346         Discovery (Router Solicitation, Router Advertisement, Neighbor
2347         Solicitation, Neighbor Advertisement, Redirect) messages.
2348         These 8 bits can be interpreted as 6 high order bits holding the DSCP
2349         value and 2 low order bits representing ECN (which you probably want
2350         to leave cleared).
2351
2352         * 0 - (default)
2353
2354 mldv1_unsolicited_report_interval - INTEGER
2355         The interval in milliseconds in which the next unsolicited
2356         MLDv1 report retransmit will take place.
2357
2358         Default: 10000 (10 seconds)
2359
2360 mldv2_unsolicited_report_interval - INTEGER
2361         The interval in milliseconds in which the next unsolicited
2362         MLDv2 report retransmit will take place.
2363
2364         Default: 1000 (1 second)
2365
2366 force_mld_version - INTEGER
2367         * 0 - (default) No enforcement of a MLD version, MLDv1 fallback allowed
2368         * 1 - Enforce to use MLD version 1
2369         * 2 - Enforce to use MLD version 2
2370
2371 suppress_frag_ndisc - INTEGER
2372         Control RFC 6980 (Security Implications of IPv6 Fragmentation
2373         with IPv6 Neighbor Discovery) behavior:
2374
2375         * 1 - (default) discard fragmented neighbor discovery packets
2376         * 0 - allow fragmented neighbor discovery packets
2377
2378 optimistic_dad - BOOLEAN
2379         Whether to perform Optimistic Duplicate Address Detection (RFC 4429).
2380
2381         * 0: disabled (default)
2382         * 1: enabled
2383
2384         Optimistic Duplicate Address Detection for the interface will be enabled
2385         if at least one of conf/{all,interface}/optimistic_dad is set to 1,
2386         it will be disabled otherwise.
2387
2388 use_optimistic - BOOLEAN
2389         If enabled, do not classify optimistic addresses as deprecated during
2390         source address selection.  Preferred addresses will still be chosen
2391         before optimistic addresses, subject to other ranking in the source
2392         address selection algorithm.
2393
2394         * 0: disabled (default)
2395         * 1: enabled
2396
2397         This will be enabled if at least one of
2398         conf/{all,interface}/use_optimistic is set to 1, disabled otherwise.
2399
2400 stable_secret - IPv6 address
2401         This IPv6 address will be used as a secret to generate IPv6
2402         addresses for link-local addresses and autoconfigured
2403         ones. All addresses generated after setting this secret will
2404         be stable privacy ones by default. This can be changed via the
2405         addrgenmode ip-link. conf/default/stable_secret is used as the
2406         secret for the namespace, the interface specific ones can
2407         overwrite that. Writes to conf/all/stable_secret are refused.
2408
2409         It is recommended to generate this secret during installation
2410         of a system and keep it stable after that.
2411
2412         By default the stable secret is unset.
2413
2414 addr_gen_mode - INTEGER
2415         Defines how link-local and autoconf addresses are generated.
2416
2417         =  =================================================================
2418         0  generate address based on EUI64 (default)
2419         1  do no generate a link-local address, use EUI64 for addresses
2420            generated from autoconf
2421         2  generate stable privacy addresses, using the secret from
2422            stable_secret (RFC7217)
2423         3  generate stable privacy addresses, using a random secret if unset
2424         =  =================================================================
2425
2426 drop_unicast_in_l2_multicast - BOOLEAN
2427         Drop any unicast IPv6 packets that are received in link-layer
2428         multicast (or broadcast) frames.
2429
2430         By default this is turned off.
2431
2432 drop_unsolicited_na - BOOLEAN
2433         Drop all unsolicited neighbor advertisements, for example if there's
2434         a known good NA proxy on the network and such frames need not be used
2435         (or in the case of 802.11, must not be used to prevent attacks.)
2436
2437         By default this is turned off.
2438
2439 enhanced_dad - BOOLEAN
2440         Include a nonce option in the IPv6 neighbor solicitation messages used for
2441         duplicate address detection per RFC7527. A received DAD NS will only signal
2442         a duplicate address if the nonce is different. This avoids any false
2443         detection of duplicates due to loopback of the NS messages that we send.
2444         The nonce option will be sent on an interface unless both of
2445         conf/{all,interface}/enhanced_dad are set to FALSE.
2446
2447         Default: TRUE
2448
2449 ``icmp/*``:
2450 ===========
2451
2452 ratelimit - INTEGER
2453         Limit the maximal rates for sending ICMPv6 messages.
2454
2455         0 to disable any limiting,
2456         otherwise the minimal space between responses in milliseconds.
2457
2458         Default: 1000
2459
2460 ratemask - list of comma separated ranges
2461         For ICMPv6 message types matching the ranges in the ratemask, limit
2462         the sending of the message according to ratelimit parameter.
2463
2464         The format used for both input and output is a comma separated
2465         list of ranges (e.g. "0-127,129" for ICMPv6 message type 0 to 127 and
2466         129). Writing to the file will clear all previous ranges of ICMPv6
2467         message types and update the current list with the input.
2468
2469         Refer to: https://www.iana.org/assignments/icmpv6-parameters/icmpv6-parameters.xhtml
2470         for numerical values of ICMPv6 message types, e.g. echo request is 128
2471         and echo reply is 129.
2472
2473         Default: 0-1,3-127 (rate limit ICMPv6 errors except Packet Too Big)
2474
2475 echo_ignore_all - BOOLEAN
2476         If set non-zero, then the kernel will ignore all ICMP ECHO
2477         requests sent to it over the IPv6 protocol.
2478
2479         Default: 0
2480
2481 echo_ignore_multicast - BOOLEAN
2482         If set non-zero, then the kernel will ignore all ICMP ECHO
2483         requests sent to it over the IPv6 protocol via multicast.
2484
2485         Default: 0
2486
2487 echo_ignore_anycast - BOOLEAN
2488         If set non-zero, then the kernel will ignore all ICMP ECHO
2489         requests sent to it over the IPv6 protocol destined to anycast address.
2490
2491         Default: 0
2492
2493 xfrm6_gc_thresh - INTEGER
2494         (Obsolete since linux-4.14)
2495         The threshold at which we will start garbage collecting for IPv6
2496         destination cache entries.  At twice this value the system will
2497         refuse new allocations.
2498
2499
2500 IPv6 Update by:
2501 Pekka Savola <pekkas@netcore.fi>
2502 YOSHIFUJI Hideaki / USAGI Project <yoshfuji@linux-ipv6.org>
2503
2504
2505 /proc/sys/net/bridge/* Variables:
2506 =================================
2507
2508 bridge-nf-call-arptables - BOOLEAN
2509         - 1 : pass bridged ARP traffic to arptables' FORWARD chain.
2510         - 0 : disable this.
2511
2512         Default: 1
2513
2514 bridge-nf-call-iptables - BOOLEAN
2515         - 1 : pass bridged IPv4 traffic to iptables' chains.
2516         - 0 : disable this.
2517
2518         Default: 1
2519
2520 bridge-nf-call-ip6tables - BOOLEAN
2521         - 1 : pass bridged IPv6 traffic to ip6tables' chains.
2522         - 0 : disable this.
2523
2524         Default: 1
2525
2526 bridge-nf-filter-vlan-tagged - BOOLEAN
2527         - 1 : pass bridged vlan-tagged ARP/IP/IPv6 traffic to {arp,ip,ip6}tables.
2528         - 0 : disable this.
2529
2530         Default: 0
2531
2532 bridge-nf-filter-pppoe-tagged - BOOLEAN
2533         - 1 : pass bridged pppoe-tagged IP/IPv6 traffic to {ip,ip6}tables.
2534         - 0 : disable this.
2535
2536         Default: 0
2537
2538 bridge-nf-pass-vlan-input-dev - BOOLEAN
2539         - 1: if bridge-nf-filter-vlan-tagged is enabled, try to find a vlan
2540           interface on the bridge and set the netfilter input device to the
2541           vlan. This allows use of e.g. "iptables -i br0.1" and makes the
2542           REDIRECT target work with vlan-on-top-of-bridge interfaces.  When no
2543           matching vlan interface is found, or this switch is off, the input
2544           device is set to the bridge interface.
2545
2546         - 0: disable bridge netfilter vlan interface lookup.
2547
2548         Default: 0
2549
2550 ``proc/sys/net/sctp/*`` Variables:
2551 ==================================
2552
2553 addip_enable - BOOLEAN
2554         Enable or disable extension of  Dynamic Address Reconfiguration
2555         (ADD-IP) functionality specified in RFC5061.  This extension provides
2556         the ability to dynamically add and remove new addresses for the SCTP
2557         associations.
2558
2559         1: Enable extension.
2560
2561         0: Disable extension.
2562
2563         Default: 0
2564
2565 pf_enable - INTEGER
2566         Enable or disable pf (pf is short for potentially failed) state. A value
2567         of pf_retrans > path_max_retrans also disables pf state. That is, one of
2568         both pf_enable and pf_retrans > path_max_retrans can disable pf state.
2569         Since pf_retrans and path_max_retrans can be changed by userspace
2570         application, sometimes user expects to disable pf state by the value of
2571         pf_retrans > path_max_retrans, but occasionally the value of pf_retrans
2572         or path_max_retrans is changed by the user application, this pf state is
2573         enabled. As such, it is necessary to add this to dynamically enable
2574         and disable pf state. See:
2575         https://datatracker.ietf.org/doc/draft-ietf-tsvwg-sctp-failover for
2576         details.
2577
2578         1: Enable pf.
2579
2580         0: Disable pf.
2581
2582         Default: 1
2583
2584 pf_expose - INTEGER
2585         Unset or enable/disable pf (pf is short for potentially failed) state
2586         exposure.  Applications can control the exposure of the PF path state
2587         in the SCTP_PEER_ADDR_CHANGE event and the SCTP_GET_PEER_ADDR_INFO
2588         sockopt.   When it's unset, no SCTP_PEER_ADDR_CHANGE event with
2589         SCTP_ADDR_PF state will be sent and a SCTP_PF-state transport info
2590         can be got via SCTP_GET_PEER_ADDR_INFO sockopt;  When it's enabled,
2591         a SCTP_PEER_ADDR_CHANGE event will be sent for a transport becoming
2592         SCTP_PF state and a SCTP_PF-state transport info can be got via
2593         SCTP_GET_PEER_ADDR_INFO sockopt;  When it's diabled, no
2594         SCTP_PEER_ADDR_CHANGE event will be sent and it returns -EACCES when
2595         trying to get a SCTP_PF-state transport info via SCTP_GET_PEER_ADDR_INFO
2596         sockopt.
2597
2598         0: Unset pf state exposure, Compatible with old applications.
2599
2600         1: Disable pf state exposure.
2601
2602         2: Enable pf state exposure.
2603
2604         Default: 0
2605
2606 addip_noauth_enable - BOOLEAN
2607         Dynamic Address Reconfiguration (ADD-IP) requires the use of
2608         authentication to protect the operations of adding or removing new
2609         addresses.  This requirement is mandated so that unauthorized hosts
2610         would not be able to hijack associations.  However, older
2611         implementations may not have implemented this requirement while
2612         allowing the ADD-IP extension.  For reasons of interoperability,
2613         we provide this variable to control the enforcement of the
2614         authentication requirement.
2615
2616         == ===============================================================
2617         1  Allow ADD-IP extension to be used without authentication.  This
2618            should only be set in a closed environment for interoperability
2619            with older implementations.
2620
2621         0  Enforce the authentication requirement
2622         == ===============================================================
2623
2624         Default: 0
2625
2626 auth_enable - BOOLEAN
2627         Enable or disable Authenticated Chunks extension.  This extension
2628         provides the ability to send and receive authenticated chunks and is
2629         required for secure operation of Dynamic Address Reconfiguration
2630         (ADD-IP) extension.
2631
2632         - 1: Enable this extension.
2633         - 0: Disable this extension.
2634
2635         Default: 0
2636
2637 prsctp_enable - BOOLEAN
2638         Enable or disable the Partial Reliability extension (RFC3758) which
2639         is used to notify peers that a given DATA should no longer be expected.
2640
2641         - 1: Enable extension
2642         - 0: Disable
2643
2644         Default: 1
2645
2646 max_burst - INTEGER
2647         The limit of the number of new packets that can be initially sent.  It
2648         controls how bursty the generated traffic can be.
2649
2650         Default: 4
2651
2652 association_max_retrans - INTEGER
2653         Set the maximum number for retransmissions that an association can
2654         attempt deciding that the remote end is unreachable.  If this value
2655         is exceeded, the association is terminated.
2656
2657         Default: 10
2658
2659 max_init_retransmits - INTEGER
2660         The maximum number of retransmissions of INIT and COOKIE-ECHO chunks
2661         that an association will attempt before declaring the destination
2662         unreachable and terminating.
2663
2664         Default: 8
2665
2666 path_max_retrans - INTEGER
2667         The maximum number of retransmissions that will be attempted on a given
2668         path.  Once this threshold is exceeded, the path is considered
2669         unreachable, and new traffic will use a different path when the
2670         association is multihomed.
2671
2672         Default: 5
2673
2674 pf_retrans - INTEGER
2675         The number of retransmissions that will be attempted on a given path
2676         before traffic is redirected to an alternate transport (should one
2677         exist).  Note this is distinct from path_max_retrans, as a path that
2678         passes the pf_retrans threshold can still be used.  Its only
2679         deprioritized when a transmission path is selected by the stack.  This
2680         setting is primarily used to enable fast failover mechanisms without
2681         having to reduce path_max_retrans to a very low value.  See:
2682         http://www.ietf.org/id/draft-nishida-tsvwg-sctp-failover-05.txt
2683         for details.  Note also that a value of pf_retrans > path_max_retrans
2684         disables this feature. Since both pf_retrans and path_max_retrans can
2685         be changed by userspace application, a variable pf_enable is used to
2686         disable pf state.
2687
2688         Default: 0
2689
2690 ps_retrans - INTEGER
2691         Primary.Switchover.Max.Retrans (PSMR), it's a tunable parameter coming
2692         from section-5 "Primary Path Switchover" in rfc7829.  The primary path
2693         will be changed to another active path when the path error counter on
2694         the old primary path exceeds PSMR, so that "the SCTP sender is allowed
2695         to continue data transmission on a new working path even when the old
2696         primary destination address becomes active again".   Note this feature
2697         is disabled by initializing 'ps_retrans' per netns as 0xffff by default,
2698         and its value can't be less than 'pf_retrans' when changing by sysctl.
2699
2700         Default: 0xffff
2701
2702 rto_initial - INTEGER
2703         The initial round trip timeout value in milliseconds that will be used
2704         in calculating round trip times.  This is the initial time interval
2705         for retransmissions.
2706
2707         Default: 3000
2708
2709 rto_max - INTEGER
2710         The maximum value (in milliseconds) of the round trip timeout.  This
2711         is the largest time interval that can elapse between retransmissions.
2712
2713         Default: 60000
2714
2715 rto_min - INTEGER
2716         The minimum value (in milliseconds) of the round trip timeout.  This
2717         is the smallest time interval the can elapse between retransmissions.
2718
2719         Default: 1000
2720
2721 hb_interval - INTEGER
2722         The interval (in milliseconds) between HEARTBEAT chunks.  These chunks
2723         are sent at the specified interval on idle paths to probe the state of
2724         a given path between 2 associations.
2725
2726         Default: 30000
2727
2728 sack_timeout - INTEGER
2729         The amount of time (in milliseconds) that the implementation will wait
2730         to send a SACK.
2731
2732         Default: 200
2733
2734 valid_cookie_life - INTEGER
2735         The default lifetime of the SCTP cookie (in milliseconds).  The cookie
2736         is used during association establishment.
2737
2738         Default: 60000
2739
2740 cookie_preserve_enable - BOOLEAN
2741         Enable or disable the ability to extend the lifetime of the SCTP cookie
2742         that is used during the establishment phase of SCTP association
2743
2744         - 1: Enable cookie lifetime extension.
2745         - 0: Disable
2746
2747         Default: 1
2748
2749 cookie_hmac_alg - STRING
2750         Select the hmac algorithm used when generating the cookie value sent by
2751         a listening sctp socket to a connecting client in the INIT-ACK chunk.
2752         Valid values are:
2753
2754         * md5
2755         * sha1
2756         * none
2757
2758         Ability to assign md5 or sha1 as the selected alg is predicated on the
2759         configuration of those algorithms at build time (CONFIG_CRYPTO_MD5 and
2760         CONFIG_CRYPTO_SHA1).
2761
2762         Default: Dependent on configuration.  MD5 if available, else SHA1 if
2763         available, else none.
2764
2765 rcvbuf_policy - INTEGER
2766         Determines if the receive buffer is attributed to the socket or to
2767         association.   SCTP supports the capability to create multiple
2768         associations on a single socket.  When using this capability, it is
2769         possible that a single stalled association that's buffering a lot
2770         of data may block other associations from delivering their data by
2771         consuming all of the receive buffer space.  To work around this,
2772         the rcvbuf_policy could be set to attribute the receiver buffer space
2773         to each association instead of the socket.  This prevents the described
2774         blocking.
2775
2776         - 1: rcvbuf space is per association
2777         - 0: rcvbuf space is per socket
2778
2779         Default: 0
2780
2781 sndbuf_policy - INTEGER
2782         Similar to rcvbuf_policy above, this applies to send buffer space.
2783
2784         - 1: Send buffer is tracked per association
2785         - 0: Send buffer is tracked per socket.
2786
2787         Default: 0
2788
2789 sctp_mem - vector of 3 INTEGERs: min, pressure, max
2790         Number of pages allowed for queueing by all SCTP sockets.
2791
2792         min: Below this number of pages SCTP is not bothered about its
2793         memory appetite. When amount of memory allocated by SCTP exceeds
2794         this number, SCTP starts to moderate memory usage.
2795
2796         pressure: This value was introduced to follow format of tcp_mem.
2797
2798         max: Number of pages allowed for queueing by all SCTP sockets.
2799
2800         Default is calculated at boot time from amount of available memory.
2801
2802 sctp_rmem - vector of 3 INTEGERs: min, default, max
2803         Only the first value ("min") is used, "default" and "max" are
2804         ignored.
2805
2806         min: Minimal size of receive buffer used by SCTP socket.
2807         It is guaranteed to each SCTP socket (but not association) even
2808         under moderate memory pressure.
2809
2810         Default: 4K
2811
2812 sctp_wmem  - vector of 3 INTEGERs: min, default, max
2813         Only the first value ("min") is used, "default" and "max" are
2814         ignored.
2815
2816         min: Minimum size of send buffer that can be used by SCTP sockets.
2817         It is guaranteed to each SCTP socket (but not association) even
2818         under moderate memory pressure.
2819
2820         Default: 4K
2821
2822 addr_scope_policy - INTEGER
2823         Control IPv4 address scoping - draft-stewart-tsvwg-sctp-ipv4-00
2824
2825         - 0   - Disable IPv4 address scoping
2826         - 1   - Enable IPv4 address scoping
2827         - 2   - Follow draft but allow IPv4 private addresses
2828         - 3   - Follow draft but allow IPv4 link local addresses
2829
2830         Default: 1
2831
2832 udp_port - INTEGER
2833         The listening port for the local UDP tunneling sock. Normally it's
2834         using the IANA-assigned UDP port number 9899 (sctp-tunneling).
2835
2836         This UDP sock is used for processing the incoming UDP-encapsulated
2837         SCTP packets (from RFC6951), and shared by all applications in the
2838         same net namespace. This UDP sock will be closed when the value is
2839         set to 0.
2840
2841         The value will also be used to set the src port of the UDP header
2842         for the outgoing UDP-encapsulated SCTP packets. For the dest port,
2843         please refer to 'encap_port' below.
2844
2845         Default: 0
2846
2847 encap_port - INTEGER
2848         The default remote UDP encapsulation port.
2849
2850         This value is used to set the dest port of the UDP header for the
2851         outgoing UDP-encapsulated SCTP packets by default. Users can also
2852         change the value for each sock/asoc/transport by using setsockopt.
2853         For further information, please refer to RFC6951.
2854
2855         Note that when connecting to a remote server, the client should set
2856         this to the port that the UDP tunneling sock on the peer server is
2857         listening to and the local UDP tunneling sock on the client also
2858         must be started. On the server, it would get the encap_port from
2859         the incoming packet's source port.
2860
2861         Default: 0
2862
2863 plpmtud_probe_interval - INTEGER
2864         The time interval (in milliseconds) for the PLPMTUD probe timer,
2865         which is configured to expire after this period to receive an
2866         acknowledgment to a probe packet. This is also the time interval
2867         between the probes for the current pmtu when the probe search
2868         is done.
2869
2870         PLPMTUD will be disabled when 0 is set, and other values for it
2871         must be >= 5000.
2872
2873         Default: 0
2874
2875
2876 ``/proc/sys/net/core/*``
2877 ========================
2878
2879         Please see: Documentation/admin-guide/sysctl/net.rst for descriptions of these entries.
2880
2881
2882 ``/proc/sys/net/unix/*``
2883 ========================
2884
2885 max_dgram_qlen - INTEGER
2886         The maximum length of dgram socket receive queue
2887
2888         Default: 10
2889