1. 19 7月, 2010 1 次提交
    • A
      IPv6: fix CoA check in RH2 input handler (mip6_rthdr_input()) · d9a9dc66
      Arnaud Ebalard 提交于
      The input handler for Type 2 Routing Header (mip6_rthdr_input())
      checks if the CoA in the packet matches the CoA in the XFRM state.
      
      Current check is buggy: it compares the adddress in the Type 2
      Routing Header, i.e. the HoA, against the expected CoA in the state.
      The comparison should be made against the address in the destination
      field of the IPv6 header.
      
      The bug remained unnoticed because the main (and possibly only current)
      user of the code (UMIP MIPv6 Daemon) initializes the XFRM state with the
      unspecified address, i.e. explicitly allows everything.
      
      Yoshifuji-san, can you ack that one?
      Signed-off-by: NArnaud Ebalard <arno@natisbad.org>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      d9a9dc66
  2. 17 7月, 2010 2 次提交
  3. 16 7月, 2010 2 次提交
  4. 15 7月, 2010 6 次提交
  5. 13 7月, 2010 4 次提交
  6. 12 7月, 2010 1 次提交
  7. 09 7月, 2010 4 次提交
  8. 08 7月, 2010 5 次提交
  9. 06 7月, 2010 3 次提交
  10. 05 7月, 2010 1 次提交
  11. 03 7月, 2010 11 次提交