Skip to content
Commit b194c1f1 authored by Jiri Pirko's avatar Jiri Pirko Committed by David S. Miller
Browse files

neigh: fix setting of default gc_* values

This patch fixes bug introduced by:
commit 1d4c8c29


"neigh: restore old behaviour of default parms values"

The thing is that in neigh_sysctl_register, extra1 and extra2 which were
previously set for NEIGH_VAR_GC_* are overwritten. That leads to
nonsense int limits for gc_* variables. So fix this by not touching
extra* fields for gc_* variables.

Signed-off-by: default avatarJiri Pirko <jiri@resnulli.us>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent f5ddcbbb
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