Skip to content
Snippets Groups Projects
  1. Sep 05, 2017
    • Ondřej Zajíček's avatar
      KRT: Fix IPv6 ECMP handling with Linux 4.11+ · 98bb80a2
      Ondřej Zajíček authored
      Starting from Linux 4.11, IPv6 ECMP routes are now notified using
      RTA_MULTIPATH, like IPv4 ones. The patch adds support for RTA_MULTIPATH
      parsing for IPv6 routes. This also enables to parse ECMP alien routes
      correctly.
      
      Thanks to Vincent Bernat for the original patch.
      98bb80a2
  2. Sep 04, 2017
  3. Aug 30, 2017
  4. Aug 22, 2017
  5. Aug 10, 2017
  6. Aug 09, 2017
  7. Jun 19, 2017
  8. May 31, 2017
  9. May 30, 2017
  10. May 25, 2017
  11. May 23, 2017
  12. May 18, 2017
  13. May 17, 2017
  14. May 16, 2017
  15. Mar 14, 2017
    • Ondřej Zajíček's avatar
      Some autoconf cleanups · 7a855725
      Ondřej Zajíček authored
      The patch allows to use autoreconf, replaces some long obsolete
      constructs and does some other minor cleanups. Also, the file
      configure.in is renamed to configure.ac, as the old name has been
      deprecated for a long time.
      
      Thanks to Ruben Kerkhof for the patchset.
      7a855725
    • Ondřej Zajíček's avatar
      BGP: Allow to specify interface for regular sessions · 33b6c292
      Ondřej Zajíček authored
      This may be useful if multple interfaces share the same network range.
      
      Thanks to Fritz Grimpen for the original patch.
      33b6c292
    • Ondřej Zajíček's avatar
      BGP: Fix bug in ADD_PATH · 27f6ba65
      Ondřej Zajíček authored
      When a BGP session with ADD_PATH is restarted and the neighbor do not
      announce ADD_PATH capability during reconnect, the accept_ra_types is
      still set to RA_ANY.
      
      Thanks to Lennert Buytenhek for the bugreport
      27f6ba65
  16. Feb 23, 2017
  17. Feb 19, 2017
  18. Feb 17, 2017
    • Ondřej Zajíček's avatar
      Static: Fix bug in static route filter expressions · 30c734fc
      Ondřej Zajíček authored
      During reconfiguration, old and new filter expressions in static routes
      are compared using i_same() function. When filter expressions contain
      function calls, it is necessary that old filter expressions are the
      second argument in i_same(), as it is internally modified by i_same().
      Otherwise pointers to old (and freed) data appear in the config
      structure.
      
      Thanks to Lennert Buytenhek for tracking and reporting the bug.
      30c734fc
  19. Jan 24, 2017
  20. Jan 17, 2017
    • Ondřej Zajíček's avatar
      Fix IP_HDRINCL usage on FreeBSD 11 · f6e6c3b5
      Ondřej Zajíček authored
      FreeBSD 11 changed endianity of ip_len field from host order to network
      order. Also DragonFly BSD allegedly expects network order here.
      
      Thanks to Olivier Cochard-Labbé for the patch.
      f6e6c3b5
  21. Dec 21, 2016
Loading