- 29 Apr, 2017 1 commit
-
-
Ondřej Zajíček authored
-
- 28 Apr, 2017 1 commit
-
-
Ondřej Zajíček authored
-
- 26 Apr, 2017 7 commits
-
-
Ondřej Zajíček authored
-
Ondřej Zajíček authored
-
Ondřej Zajíček authored
-
Jan Moskyto Matejka authored
-
Jan Moskyto Matejka authored
-
Jan Moskyto Matejka authored
-
Jan Moskyto Matejka authored
The main Makefile rules directly compile to object files; this target is only for debug purposes.
-
- 25 Apr, 2017 1 commit
-
-
Ondřej Zajíček authored
Some code cleanup, multiple bugfixes, allows to specify also channel for 'show route export'. Interesting how such apparenty simple thing like show route cmd has plenty of ugly corner cases.
-
- 18 Apr, 2017 3 commits
-
-
Ondřej Zajíček authored
-
Ondřej Zajíček authored
Allow to define static roa/flow routes without dest.
-
Jan Moskyto Matejka authored
-
- 12 Apr, 2017 6 commits
-
-
Jan Moskyto Matejka authored
-
Jan Moskyto Matejka authored
-
Jan Moskyto Matejka authored
-
Ondřej Zajíček authored
Which, in contrast to SAFI 128, does not use MPLS labels.
-
Ondřej Zajíček authored
When recursive routes with hybrid next hops (e.g. IPv6 route with IPv4 next hop) are allowed, we need both IPv4 and IPv6 IGP tables.
-
Jan Moskyto Matejka authored
-
- 29 Mar, 2017 4 commits
-
-
Ondřej Zajíček authored
This avoids collisions with non-BIRD routes in kernel tables.
-
Ondřej Zajíček authored
-
Ondřej Zajíček authored
-
Ondřej Zajíček authored
-
- 28 Mar, 2017 4 commits
-
-
Ondřej Zajíček authored
-
Jan Moskyto Matejka authored
-
Jan Moskyto Matejka authored
-
Ondřej Zajíček authored
-
- 26 Mar, 2017 1 commit
-
-
Ondřej Zajíček authored
Covers IPv4/VPNv4 routes with IPv6 next hop (RFC 5549), IPv6 routes with IPv4 next hop (RFC 4798) and VPNv6 routes with IPv4 next hop (RFC 4659). Unfortunately it also makes next hop hooks more messy. Each BGP channel now could have two IGP tables, one for IPv4 next hops, the other for IPv6 next hops.
-
- 23 Mar, 2017 1 commit
-
-
Ondřej Zajíček authored
-
- 22 Mar, 2017 3 commits
-
-
Ondřej Zajíček authored
Basic support for SAFI 4 and 128 (MPLS labeled IP and VPN) for IPv4 and IPv6. Should work for route reflector, but does not properly handle originating routes with next hop self. Based on patches from Jan Matejka.
-
Jan Moskyto Matejka authored
-
Jan Moskyto Matejka authored
-
- 17 Mar, 2017 1 commit
-
-
Jan Moskyto Matejka authored
-
- 14 Mar, 2017 3 commits
-
-
Ondřej Zajíček authored
BTW, 'prefices' is hypercorrection, as 'prefix' is from 'praefixum' with plural 'praefixa'.
-
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.
-
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
-
- 13 Mar, 2017 1 commit
-
-
Jan Moskyto Matejka authored
-
- 09 Mar, 2017 3 commits
-
-
Jan Moskyto Matejka authored
-
Ondřej Zajíček authored
-
Ondřej Zajíček authored
The patch fixes several bugs introduced in previous changes, simplifies the protocol by handing routes uniformly, introduces asynchronous route processing to avoid issues with separate notifications for each next-hop in ECMP routes, and makes reconfiguration faster by avoiding quadratic complexity.
-