netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Namespaceify two sysctls related with route
@ 2022-08-16  2:25 cgel.zte
  2022-08-16  2:26 ` [PATCH 1/2] ipv4: Namespaceify route/error_cost knob cgel.zte
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: cgel.zte @ 2022-08-16  2:25 UTC (permalink / raw)
  To: davem; +Cc: netdev, linux-kernel, xu.xin16

From: xu xin <xu.xin16@zte.com.cn>

Different netns has different requirements on the setting of error_cost
and error_burst, which are related with limiting the frequency of sending
ICMP_DEST_UNREACH packets or outputing error message to dmesg.

xu xin (2):
  ipv4: Namespaceify route/error_cost knob
  ipv4: Namespaceify route/error_burst knob

 include/net/netns/ipv4.h |  2 ++
 net/ipv4/route.c         | 41 ++++++++++++++++++++--------------------
 2 files changed, 23 insertions(+), 20 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2022-08-23  1:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-16  2:25 [PATCH 0/2] Namespaceify two sysctls related with route cgel.zte
2022-08-16  2:26 ` [PATCH 1/2] ipv4: Namespaceify route/error_cost knob cgel.zte
2022-08-16  2:27 ` [PATCH 2/2] ipv4: Namespaceify route/error_burst knob cgel.zte
2022-08-18  3:52 ` [PATCH 0/2] Namespaceify two sysctls related with route Jakub Kicinski
2022-08-23  1:56   ` CGEL

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).