1. 23 May, 2012 2 commits
  2. 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
  3. 11 Feb, 2012 9 commits
  4. 08 Dec, 2011 3 commits
  5. 25 Nov, 2011 2 commits
  6. 21 Oct, 2011 2 commits
  7. 18 Oct, 2011 3 commits
  8. 16 Oct, 2011 7 commits
  9. 14 Oct, 2011 1 commit
  10. 11 Oct, 2011 1 commit
  11. 08 Oct, 2011 2 commits
  12. 06 Oct, 2011 6 commits
  13. 03 Oct, 2011 1 commit
    • Dave Taht's avatar
      Set diffserv to CS6 for babel packets · a0240d73
      Dave Taht authored
      Setting the IPv6 dscp field to CS6 allows for babel packets to
      'jump' a bufferbloated queue and get to a destination sooner.
      
      With the pfifo_fast qdisc (the default for ethernet), this
      'does the right thing'.
      
      With mac80211 wireless, this moves babel packets into the VO
      queue, from which it is hopefully extracted and then multicast.
      a0240d73