1. 23 Apr, 2021 1 commit
    • Juliusz Chroboczek's avatar
      Fix handling of retractions with no next-hop again. · 3b4b972e
      Juliusz Chroboczek authored
      RFC 8966 Section 3.2.6 says that the route table is indexed by
      triples of the form (prefix, plen, neigh).  Our indexing used to
      be incorrect, we'd sometimes include the next hop address, which
      made it impossible to interpret retractions with no next hop.
      3b4b972e
  2. 16 Jan, 2021 1 commit
    • Nick Hainke's avatar
      local: make local_kind function accessible · b29cb705
      Nick Hainke authored
      The kind-definitions are contained in the header file:
        LOCAL_FLUSH 0
        LOCAL_ADD 1
        LOCAL_CHANGE 2
      
      The function (local_kind) that converts them into strings again
      is private. New addons (for example openwrt ubus bindings) that make
      use of babeld should also use the same function to convert the kind
      to string format. This allows to ensure uniformity over all addons.
      Signed-off-by: default avatarNick Hainke <vincent@systemli.org>
      b29cb705
  3. 20 Dec, 2020 3 commits
  4. 10 Oct, 2020 3 commits
  5. 20 Sep, 2020 1 commit
  6. 19 Sep, 2020 8 commits
  7. 21 Apr, 2020 1 commit
  8. 17 Apr, 2020 2 commits
  9. 15 Apr, 2020 10 commits
  10. 20 Aug, 2019 1 commit
  11. 19 Aug, 2019 1 commit
  12. 18 Aug, 2019 1 commit
  13. 07 Aug, 2019 1 commit
    • Christof Schulze's avatar
      Refactor interface_updown. · d94537c1
      Christof Schulze authored
        * clarify code flow, only checking for future state once
        * clarify error messages when MTU is guessed by including the MTU value
      d94537c1
  14. 05 Aug, 2019 2 commits
  15. 04 Aug, 2019 1 commit
  16. 26 Jul, 2019 3 commits