Skip to content
Snippets Groups Projects
  1. Nov 24, 2020
  2. May 01, 2020
  3. Jul 02, 2019
  4. Jun 25, 2019
  5. Jun 13, 2019
  6. May 17, 2019
  7. Apr 30, 2019
    • Ondřej Zajíček's avatar
      BGP: Dynamic BGP · e0835db4
      Ondřej Zajíček authored
      Support for dynamically spawning BGP protocols for incoming connections.
      Use 'neighbor range' to specify range of valid neighbor addresses, then
      incoming connections from these addresses spawn new BGP instances.
      e0835db4
  8. Feb 26, 2019
  9. Feb 25, 2019
  10. Feb 20, 2019
  11. Sep 11, 2018
  12. May 30, 2017
  13. May 25, 2017
  14. May 18, 2017
  15. Apr 18, 2017
  16. Mar 28, 2017
  17. Feb 20, 2017
  18. Dec 22, 2016
    • Jan Moskyto Matejka's avatar
      VPN4 and VPN6 literals · d311368b
      Jan Moskyto Matejka authored
      From now on, protocol static accepts VPN4 and VPN6 addressess.
      With some concerns about VPN6 Route Distinguishers, I finally chose
      to have the same format as for VPN4 (where it is defined by RFC 4364).
      d311368b
  19. Nov 16, 2016
  20. Nov 08, 2016
  21. Sep 21, 2016
  22. Aug 16, 2016
  23. May 12, 2016
  24. Dec 20, 2015
  25. Nov 09, 2015
    • Ondřej Zajíček's avatar
      Conf: Fixes bug in symbol lookup during reconfiguration · 9b9a7143
      Ondřej Zajíček authored
      Symbol lookup by cf_find_symbol() not only did the lookup but also added
      new void symbols allocated from cfg_mem linpool, which gets broken when
      lookups are done outside of config parsing, which may lead to crashes
      during reconfiguration.
      
      The patch separates lookup-only cf_find_symbol() and config-modifying
      cf_get_symbol(), while the later is called only during parsing. Also
      new_config and cfg_mem global variables are NULLed outside of parsing.
      9b9a7143
  26. Nov 05, 2015
    • Ondřej Zajíček's avatar
      Initial commit on integrated BIRD · fe9f1a6d
      Ondřej Zajíček authored
      New data types net_addr and variants (in lib/net.h) describing
      network addresses (prefix/pxlen). Modifications of FIB structures
      to handle these data types and changing everything to use these
      data types instead of prefix/pxlen pairs where possible.
      
      The commit is WiP, some protocols are not yet updated (BGP, Kernel),
      and the code contains some temporary scaffolding.
      
      Comments are welcome.
      fe9f1a6d
  27. Feb 21, 2015
  28. Oct 24, 2014
  29. Oct 02, 2014
  30. Mar 25, 2014
  31. Aug 15, 2013
  32. Jul 25, 2013
  33. Feb 10, 2013
  34. Jul 18, 2012
  35. Mar 18, 2012
    • Ondřej Zajíček's avatar
      Route Origin Authorization basics. · af582c48
      Ondřej Zajíček authored
       - ROA tables, which are used as a basic part for RPKI.
       - Commands for examining and modifying ROA tables.
       - Filter operators based on ROA tables consistent with RFC 6483.
      af582c48
  36. Dec 22, 2011
  37. Nov 10, 2011
Loading