net: Fix sysctl restarts...
authorEric W. Biederman <ebiederm@xmission.com>
Fri, 19 Feb 2010 13:22:59 +0000 (13:22 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 19 Feb 2010 23:40:50 +0000 (15:40 -0800)
commit88af182e389097997c5e2a0b42285b3522796759
treeb2df5a8589aaee30073665da46523a3908e8870a
parentb0483e78e5c4c9871fc5541875b3bc006846d46b
net: Fix sysctl restarts...

Yuck.  It turns out that when we restart sysctls we were restarting
with the values already changed.  Which unfortunately meant that
the second time through we thought there was no change and skipped
all kinds of work, despite the fact that there was indeed a change.

I have fixed this the simplest way possible by restoring the changed
values when we restart the sysctl write.

One of my coworkers spotted this bug when after disabling forwarding
on an interface pings were still forwarded.

Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/devinet.c
net/ipv6/addrconf.c