diff options
| author | Bagas Sanjaya <[email protected]> | 2025-07-01 03:13:00 +0000 |
|---|---|---|
| committer | Paolo Abeni <[email protected]> | 2025-07-03 13:51:45 +0000 |
| commit | 2f1fa26eef6548ab10cf49cea56390d5e5ccdbdd (patch) | |
| tree | 0ad8a2b162f3d37d8202188e2069b984fb4ce927 | |
| parent | net: ip-sysctl: Format SCTP-related memory parameters description as bullet list (diff) | |
| download | kernel-2f1fa26eef6548ab10cf49cea56390d5e5ccdbdd.tar.gz kernel-2f1fa26eef6548ab10cf49cea56390d5e5ccdbdd.zip | |
net: ip-sysctl: Add link to SCTP IPv4 scoping draft
addr_scope_policy description contains pointer to SCTP IPv4 scoping
draft but not its IETF Datatracker link. Add it.
Signed-off-by: Bagas Sanjaya <[email protected]>
Reviewed-by: Simon Horman <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Paolo Abeni <[email protected]>
| -rw-r--r-- | Documentation/networking/ip-sysctl.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/networking/ip-sysctl.rst b/Documentation/networking/ip-sysctl.rst index 12c8a236456e..2cad74e18f71 100644 --- a/Documentation/networking/ip-sysctl.rst +++ b/Documentation/networking/ip-sysctl.rst @@ -3571,7 +3571,9 @@ sctp_wmem - vector of 3 INTEGERs: min, default, max Default: 4K addr_scope_policy - INTEGER - Control IPv4 address scoping - draft-stewart-tsvwg-sctp-ipv4-00 + Control IPv4 address scoping (see + https://datatracker.ietf.org/doc/draft-stewart-tsvwg-sctp-ipv4/00/ + for details). - 0 - Disable IPv4 address scoping - 1 - Enable IPv4 address scoping |
