Skip to content
Commit adf044c8 authored by Sven Wegener's avatar Sven Wegener Committed by David S. Miller
Browse files

net: Add missing extra2 parameter for ip_default_ttl sysctl

Commit 76e6ebfb ("netns: add namespace
parameter to rt_cache_flush") acceses the extra2 parameter of the
ip_default_ttl ctl_table, but it is never set to a meaningful
value. When e84f84f2

 ("netns: place
rt_genid into struct net") is applied, we'll oops in
rt_cache_invalidate(). Set extra2 to init_net, to avoid that.

Reported-by: default avatarMarcin Slusarz <marcin.slusarz@gmail.com>
Signed-off-by: default avatarSven Wegener <sven.wegener@stealer.net>
Tested-by: default avatarMarcin Slusarz <marcin.slusarz@gmail.com>
Acked-by: default avatarDenis V. Lunev <den@openvz.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent e5a4a72d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment