Skip to content
Snippets Groups Projects
  1. Aug 20, 2019
  2. Aug 14, 2019
  3. Aug 13, 2019
  4. Aug 12, 2019
  5. Aug 06, 2019
  6. Aug 01, 2019
  7. Jul 31, 2019
  8. Jul 30, 2019
  9. Jul 29, 2019
  10. Jul 25, 2019
  11. Jul 24, 2019
  12. Jul 23, 2019
  13. Jul 18, 2019
  14. Jul 17, 2019
    • Ondřej Zajíček's avatar
      BFD: Support for VRFs · cf7ff995
      Ondřej Zajíček authored
      Allow multiple BFD instances in separate VRFs, dispatch BFD requests
      according to VRFs.
      
      Thanks to Alexander Zubkov for notice and patches.
      cf7ff995
  15. Jul 15, 2019
  16. Jul 10, 2019
    • Ondřej Zajíček's avatar
      OSPF: Fix handling of NSSA option flags · 1aec7112
      Ondřej Zajíček authored
      Per RFC 3101, N-bit signalling NSSA support should be used only in Hello
      packets, not in DBDES packets. BIRD since 2.0.4 verifies N-bit in
      neighbor structure, which is learned from DBDES packets, therefore
      NSSA-LSAs are not propagated to proper implementations of RFC 3101.
      
      This patch fixes that. Both removing the check and removing N-bit from
      DBDES packet. This will fix compatibility issues with proper
      implementations, but causes compatibility issues with BIRD 2.0.4.
      1aec7112
    • Ondřej Zajíček's avatar
      Filter: Minor cleanups · bfa15a64
      Ondřej Zajíček authored
      bfa15a64