1. 19 Feb, 2010 1 commit
    • Eric W. Biederman's avatar
      net: Fix sysctl restarts... · 88af182e
      Eric W. Biederman authored
      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: default avatarEric W. Biederman <ebiederm@xmission.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      88af182e
  2. 17 Feb, 2010 4 commits
  3. 16 Feb, 2010 35 commits