Commit e93f7af1 authored by Jordan Rife's avatar Jordan Rife Committed by Paolo Abeni
Browse files

docs: Fix name for net.ipv4.udp_child_hash_entries



udp_child_ehash_entries -> udp_child_hash_entries

Fixes: 9804985b ("udp: Introduce optional per-netns hash table.")
Signed-off-by: default avatarJordan Rife <jordan@jrife.io>
Reviewed-by: default avatarKuniyuki Iwashima <kuniyu@google.com>
Link: https://patch.msgid.link/20250808185800.1189042-1-jordan@jrife.io


Signed-off-by: default avatarPaolo Abeni <pabeni@redhat.com>
parent b3e8c3df
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1420,7 +1420,7 @@ udp_hash_entries - INTEGER
	A negative value means the networking namespace does not own its
	hash buckets and shares the initial networking namespace's one.

udp_child_ehash_entries - INTEGER
udp_child_hash_entries - INTEGER
	Control the number of hash buckets for UDP sockets in the child
	networking namespace, which must be set before clone() or unshare().