netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net] Documentation: networking: ip-sysctl: Document src_valid_mark sysctl
@ 2021-02-09  1:37 Jay Vosburgh
  2021-02-09 19:20 ` patchwork-bot+netdevbpf
  0 siblings, 1 reply; 2+ messages in thread
From: Jay Vosburgh @ 2021-02-09  1:37 UTC (permalink / raw)
  To: netdev; +Cc: David S. Miller, Jakub Kicinski, Jonathan Corbet, linux-doc

	Provide documentation for src_valid_mark sysctl, which was added
in commit 28f6aeea3f12 ("net: restore ip source validation").

Signed-off-by: Jay Vosburgh <jay.vosburgh@canonical.com>

---
 Documentation/networking/ip-sysctl.rst | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/Documentation/networking/ip-sysctl.rst b/Documentation/networking/ip-sysctl.rst
index fa544e9037b9..0fb39c895c95 100644
--- a/Documentation/networking/ip-sysctl.rst
+++ b/Documentation/networking/ip-sysctl.rst
@@ -1425,6 +1425,25 @@ rp_filter - INTEGER
 	Default value is 0. Note that some distributions enable it
 	in startup scripts.
 
+src_valid_mark - BOOLEAN
+	- 0 - The fwmark of the packet is not included in reverse path
+	  route lookup.  This allows for asymmetric routing configurations
+	  utilizing the fwmark in only one direction, e.g., transparent
+	  proxying.
+
+	- 1 - The fwmark of the packet is included in reverse path route
+	  lookup.  This permits rp_filter to function when the fwmark is
+	  used for routing traffic in both directions.
+
+	This setting also affects the utilization of fmwark when
+	performing source address selection for ICMP replies, or
+	determining addresses stored for the IPOPT_TS_TSANDADDR and
+	IPOPT_RR IP options.
+
+	The max value from conf/{all,interface}/src_valid_mark is used.
+
+	Default value is 0.
+
 arp_filter - BOOLEAN
 	- 1 - Allows you to have multiple network interfaces on the same
 	  subnet, and have the ARPs for each interface be answered
-- 
2.29.GIT


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH net] Documentation: networking: ip-sysctl: Document src_valid_mark sysctl
  2021-02-09  1:37 [PATCH net] Documentation: networking: ip-sysctl: Document src_valid_mark sysctl Jay Vosburgh
@ 2021-02-09 19:20 ` patchwork-bot+netdevbpf
  0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2021-02-09 19:20 UTC (permalink / raw)
  To: Jay Vosburgh; +Cc: netdev, davem, kuba, corbet, linux-doc

Hello:

This patch was applied to netdev/net-next.git (refs/heads/master):

On Mon, 08 Feb 2021 17:37:01 -0800 you wrote:
> Provide documentation for src_valid_mark sysctl, which was added
> in commit 28f6aeea3f12 ("net: restore ip source validation").
> 
> Signed-off-by: Jay Vosburgh <jay.vosburgh@canonical.com>
> 
> ---
>  Documentation/networking/ip-sysctl.rst | 19 +++++++++++++++++++
>  1 file changed, 19 insertions(+)

Here is the summary with links:
  - [net] Documentation: networking: ip-sysctl: Document src_valid_mark sysctl
    https://git.kernel.org/netdev/net-next/c/8cf5d8cc3eae

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-02-09 20:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-09  1:37 [PATCH net] Documentation: networking: ip-sysctl: Document src_valid_mark sysctl Jay Vosburgh
2021-02-09 19:20 ` patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).