Skip to content
Snippets Groups Projects
  1. Oct 07, 2015
  2. Sep 11, 2015
    • Zhu Ken's avatar
      [rstp]fixes the linux hung when enable stp by command brctl · 38f55cc0
      Zhu Ken authored
      
      When user try to use linux command brctl stp br-lan on/off
      to set up the stp, it will cause linux go hung.
      
      This is because when rstp is not enabled, the commands brctl stp
      br-lan on will avoke rstp, the rstp will call this command again,
      and in this command, it use a lock, it cause deadlock, make the
      kernel hung.
      
      in this fixes, the command won't run the rstp again, so it won't
      go into deadlock.
      
      Change-Id: I4b7322f976ec00c8c65219a2be43a7173858b917
      Signed-off-by: default avatarZhu Ken <guigenz@codeaurora.org>
      38f55cc0
  3. Jul 25, 2015
  4. Jul 21, 2015
    • Zhu Ken's avatar
      [openswan] ipsec won't restart after network topology changed · 0e57bdba
      Zhu Ken authored
      
      Fixed:
      1) network topology changed, the ipsec won't restart
      2) ipsec restarted, the traffic will be accelerated by the sfe,
         it cause that traffic is not encrypted by the ipsec, when the
         tunnel comes back
      3) make the ipsec won't autostarted on default.
         To activate the ipsec, it need enabled it by the web gui or uci shell
         /etc/ini.t/ipsec enable
      4) remove the default ipsec psk, this will be some potential security issue
      
      CRs-fixed:876241
      
      Change-Id: I5abccc57edf65f945191ae4021692808a7fc189d
      Signed-off-by: default avatarZhu Ken <guigenz@codeaurora.org>
      0e57bdba
  5. Jul 08, 2015
  6. Jul 07, 2015
  7. Jul 06, 2015
  8. Jun 17, 2015
  9. May 20, 2015
Loading