1. 26 May, 2013 1 commit
  2. 03 May, 2013 1 commit
  3. 02 May, 2013 2 commits
    • Juliusz Chroboczek's avatar
      Update CHANGES for 1.3.6. · b95e0ef4
      Juliusz Chroboczek authored
      b95e0ef4
    • Baptiste Jonglez's avatar
      Ignore IPv6 routing cache on linux · cd0b37cc
      Baptiste Jonglez authored
      Recent linux kernels (roughly 3.x) keep a routing cache for IPv6: each
      time a host is contacted, a temporary /128 route is added. These
      routes are visible using “ip -6 route show cache”.
      
      Asking babeld to redistribute all IPv6 routes known to the host, using
      "redistribute ip ::/0", causes it to announce and de-announce these
      /128 routes frequently, leading other nodes to mark them as
      unreachable (thus preventing communication with the host described by
      the /128 route, even though less specific routes are available).
      cd0b37cc
  4. 12 Apr, 2013 1 commit
  5. 11 Apr, 2013 2 commits
  6. 04 Apr, 2013 1 commit
  7. 14 Mar, 2013 1 commit
  8. 12 Nov, 2012 2 commits
  9. 08 Aug, 2012 4 commits
  10. 16 Jul, 2012 3 commits
  11. 12 Jul, 2012 1 commit
  12. 09 Jul, 2012 2 commits
  13. 08 Jul, 2012 5 commits
  14. 02 Jul, 2012 1 commit
  15. 01 Jul, 2012 1 commit
  16. 30 Jun, 2012 3 commits
  17. 23 May, 2012 3 commits
  18. 16 Feb, 2012 1 commit
    • Juliusz Chroboczek's avatar
      Remove "parasitic" mode. · 03dcac30
      Juliusz Chroboczek authored
      This is the functionality described in Appendix C of RFC 6126.  Its
      main purpose is to avoid keeping a full source table, which makes it
      possible to implement a subset of Babel in just a few hundred lines of
      code.  However, the code for maintaining the source table is already
      there, and a parasitic implementation can be simulated using filtering
      -- so it makes little sense to keep the functionality.
      03dcac30
  19. 11 Feb, 2012 5 commits