diff options
Diffstat (limited to 'Documentation/networking/ip-sysctl.txt')
| -rw-r--r-- | Documentation/networking/ip-sysctl.txt | 49 |
1 files changed, 47 insertions, 2 deletions
diff --git a/Documentation/networking/ip-sysctl.txt b/Documentation/networking/ip-sysctl.txt index 26364d06ae92..f12007b80a46 100644 --- a/Documentation/networking/ip-sysctl.txt +++ b/Documentation/networking/ip-sysctl.txt | |||
| @@ -355,6 +355,13 @@ somaxconn - INTEGER | |||
| 355 | Defaults to 128. See also tcp_max_syn_backlog for additional tuning | 355 | Defaults to 128. See also tcp_max_syn_backlog for additional tuning |
| 356 | for TCP sockets. | 356 | for TCP sockets. |
| 357 | 357 | ||
| 358 | tcp_workaround_signed_windows - BOOLEAN | ||
| 359 | If set, assume no receipt of a window scaling option means the | ||
| 360 | remote TCP is broken and treats the window as a signed quantity. | ||
| 361 | If unset, assume the remote TCP is not broken even if we do | ||
| 362 | not receive a window scaling option from them. | ||
| 363 | Default: 0 | ||
| 364 | |||
| 358 | IP Variables: | 365 | IP Variables: |
| 359 | 366 | ||
| 360 | ip_local_port_range - 2 INTEGERS | 367 | ip_local_port_range - 2 INTEGERS |
| @@ -619,6 +626,11 @@ arp_ignore - INTEGER | |||
| 619 | The max value from conf/{all,interface}/arp_ignore is used | 626 | The max value from conf/{all,interface}/arp_ignore is used |
| 620 | when ARP request is received on the {interface} | 627 | when ARP request is received on the {interface} |
| 621 | 628 | ||
| 629 | arp_accept - BOOLEAN | ||
| 630 | Define behavior when gratuitous arp replies are received: | ||
| 631 | 0 - drop gratuitous arp frames | ||
| 632 | 1 - accept gratuitous arp frames | ||
| 633 | |||
| 622 | app_solicit - INTEGER | 634 | app_solicit - INTEGER |
| 623 | The maximum number of probes to send to the user space ARP daemon | 635 | The maximum number of probes to send to the user space ARP daemon |
| 624 | via netlink before dropping back to multicast probes (see | 636 | via netlink before dropping back to multicast probes (see |
| @@ -717,6 +729,33 @@ accept_ra - BOOLEAN | |||
| 717 | Functional default: enabled if local forwarding is disabled. | 729 | Functional default: enabled if local forwarding is disabled. |
| 718 | disabled if local forwarding is enabled. | 730 | disabled if local forwarding is enabled. |
| 719 | 731 | ||
| 732 | accept_ra_defrtr - BOOLEAN | ||
| 733 | Learn default router in Router Advertisement. | ||
| 734 | |||
| 735 | Functional default: enabled if accept_ra is enabled. | ||
| 736 | disabled if accept_ra is disabled. | ||
| 737 | |||
| 738 | accept_ra_pinfo - BOOLEAN | ||
| 739 | Learn Prefix Inforamtion in Router Advertisement. | ||
| 740 | |||
| 741 | Functional default: enabled if accept_ra is enabled. | ||
| 742 | disabled if accept_ra is disabled. | ||
| 743 | |||
| 744 | accept_ra_rt_info_max_plen - INTEGER | ||
| 745 | Maximum prefix length of Route Information in RA. | ||
| 746 | |||
| 747 | Route Information w/ prefix larger than or equal to this | ||
| 748 | variable shall be ignored. | ||
| 749 | |||
| 750 | Functional default: 0 if accept_ra_rtr_pref is enabled. | ||
| 751 | -1 if accept_ra_rtr_pref is disabled. | ||
| 752 | |||
| 753 | accept_ra_rtr_pref - BOOLEAN | ||
| 754 | Accept Router Preference in RA. | ||
| 755 | |||
| 756 | Functional default: enabled if accept_ra is enabled. | ||
| 757 | disabled if accept_ra is disabled. | ||
| 758 | |||
| 720 | accept_redirects - BOOLEAN | 759 | accept_redirects - BOOLEAN |
| 721 | Accept Redirects. | 760 | Accept Redirects. |
| 722 | 761 | ||
| @@ -727,8 +766,8 @@ autoconf - BOOLEAN | |||
| 727 | Autoconfigure addresses using Prefix Information in Router | 766 | Autoconfigure addresses using Prefix Information in Router |
| 728 | Advertisements. | 767 | Advertisements. |
| 729 | 768 | ||
| 730 | Functional default: enabled if accept_ra is enabled. | 769 | Functional default: enabled if accept_ra_pinfo is enabled. |
| 731 | disabled if accept_ra is disabled. | 770 | disabled if accept_ra_pinfo is disabled. |
| 732 | 771 | ||
| 733 | dad_transmits - INTEGER | 772 | dad_transmits - INTEGER |
| 734 | The amount of Duplicate Address Detection probes to send. | 773 | The amount of Duplicate Address Detection probes to send. |
| @@ -771,6 +810,12 @@ mtu - INTEGER | |||
| 771 | Default Maximum Transfer Unit | 810 | Default Maximum Transfer Unit |
| 772 | Default: 1280 (IPv6 required minimum) | 811 | Default: 1280 (IPv6 required minimum) |
| 773 | 812 | ||
| 813 | router_probe_interval - INTEGER | ||
| 814 | Minimum interval (in seconds) between Router Probing described | ||
| 815 | in RFC4191. | ||
| 816 | |||
| 817 | Default: 60 | ||
| 818 | |||
| 774 | router_solicitation_delay - INTEGER | 819 | router_solicitation_delay - INTEGER |
| 775 | Number of seconds to wait after interface is brought up | 820 | Number of seconds to wait after interface is brought up |
| 776 | before sending Router Solicitations. | 821 | before sending Router Solicitations. |
