Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-17 | Merge remote-tracking branch 'origin/int-new' into int-new | Ondrej Zajicek (work) | |
2017-05-17 | Merge branch 'master' into int-new | Ondrej Zajicek (work) | |
2017-05-17 | One more configure cleanup | Ondrej Zajicek (work) | |
Simplify BIRD client library checks, add proper devel header checks and prefer dependency on just tinfo than full ncurses. | |||
2017-05-16 | Client: manipulate history only if interactive | Jan Moskyto Matejka | |
2017-05-16 | Linpool: default allocation size | Jan Moskyto Matejka | |
2017-05-16 | Bird readline client saves its history. | Jan Moskyto Matejka | |
2017-05-16 | Merge branch 'master' into int-new | Ondrej Zajicek (work) | |
2017-05-16 | Remove autoconf macros for time_t and alignment | Ondrej Zajicek (work) | |
Replaced by constant compile-time expressions. CPU_STRUCT_ALIGN is not really correct, but is consistent with the old behavior. | |||
2017-05-16 | Minor autoconf cleanups | Ondrej Zajicek (work) | |
Make indentation and quotation consistent in configure macros. Also remove --with-sysinclude option, which was broken for 7 years and nobody complained. Thanks to Ruben Kerkhof for source patches. | |||
2017-05-16 | Minor autoconf cleanup and documentation update | Ondrej Zajicek (work) | |
2017-05-16 | Some more autoconf cleanups | Ondrej Zajicek (work) | |
Replace integer type width detection with C99 fixed-width types. Also remove some unused or obsolete code. Thanks to Ruben Kerkhof for the patchset. | |||
2017-05-15 | Nest: split route show into separate file | Jan Moskyto Matejka | |
2017-05-09 | Merge branch 'master' into int-new | Ondrej Zajicek (work) | |
2017-05-09 | Minor autoconf cleanup and documentation update | Ondrej Zajicek (work) | |
2017-05-09 | Merge branch 'master' into int-new | Ondrej Zajicek (work) | |
2017-05-09 | Some more autoconf cleanups | Ondrej Zajicek (work) | |
Replace integer type width detection with C99 fixed-width types. Also remove some unused or obsolete code. Thanks to Ruben Kerkhof for the patchset. | |||
2017-05-03 | Device: Fix option 'primary' | Ondrej Zajicek (work) | |
2017-04-29 | One last update to NEWS and examplev2.0.0-pre1 | Ondrej Zajicek (work) | |
2017-04-29 | NEWS and version update | Ondrej Zajicek (work) | |
2017-04-29 | BSD: Fix address scan on OpenBSD | Ondrej Zajicek (work) | |
2017-04-29 | Minor fixes | Ondrej Zajicek (work) | |
2017-04-28 | Merge master into int-new | Ondrej Zajicek (work) | |
2017-04-26 | Flowspec: Max tcp mask length is 12 bits | Ondrej Zajicek (work) | |
2017-04-26 | Doc: BIRD example update | Ondrej Zajicek (work) | |
2017-04-26 | Test: Fix broken test for filters | Ondrej Zajicek (work) | |
2017-04-26 | Merge branch 'int-new' of gitlab.labs.nic.cz:labs/bird into int-new | Jan Moskyto Matejka | |
2017-04-26 | Flowspec: split net_format_flowspec into several functions | Jan Moskyto Matejka | |
2017-04-26 | Test: fixed broken test for VPN RD output | Jan Moskyto Matejka | |
2017-04-26 | Debug: Add a Makefile rule for assembler intermediates. | Jan Moskyto Matejka | |
The main Makefile rules directly compile to object files; this target is only for debug purposes. | |||
2017-04-25 | Nest: Update of show route cmd | Ondrej Zajicek (work) | |
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. | |||
2017-04-18 | Filter: Fix reconfiguration of roa_check() | Ondrej Zajicek (work) | |
2017-04-18 | Check validity of dest w.r.t. net_type | Ondrej Zajicek (work) | |
Allow to define static roa/flow routes without dest. | |||
2017-04-18 | Client: separate config syntax structure for "show route for" | Jan Moskyto Matejka | |
2017-04-12 | Nest: Fix route lookup | Jan Moskyto Matejka | |
2017-04-12 | Adding also our copy of struct rtvia. | Jan Moskyto Matejka | |
2017-04-12 | Include local lwtunnel.h unless found in system | Jan Moskyto Matejka | |
2017-04-12 | BGP: Add support for SAFI 129 (VPN multicast) | Ondrej Zajicek (work) | |
Which, in contrast to SAFI 128, does not use MPLS labels. | |||
2017-04-12 | Static: Support for dual-AF IGP tables | Ondrej Zajicek (work) | |
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. | |||
2017-04-12 | Client: multitable version of show route | Jan Moskyto Matejka | |
2017-03-29 | Netlink: Change default kernel metric to 32 | Ondrej Zajicek (work) | |
This avoids collisions with non-BIRD routes in kernel tables. | |||
2017-03-29 | Netlink: Better handling of an error case | Ondrej Zajicek (work) | |
2017-03-29 | BGP: Simplify igp table options | Ondrej Zajicek (work) | |
2017-03-29 | BGP: Update list of supported standards | Ondrej Zajicek (work) | |
2017-03-28 | Netlink: Fix device route delete | Ondrej Zajicek (work) | |
2017-03-28 | Merge branch 'int-new' of gitlab.labs.nic.cz:labs/bird into int-new | Jan Moskyto Matejka | |
2017-03-28 | Simpler format of VPN RD | Jan Moskyto Matejka | |
2017-03-28 | Netlink: Fix bug in RTA_PRIORITY handling | Ondrej Zajicek (work) | |
2017-03-26 | BGP: Support for routes with mixed-AF next hops | Ondrej Zajicek (work) | |
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. | |||
2017-03-23 | BGP: Bugfix in VPN NLRI encoding | Ondrej Zajicek (work) | |
2017-03-22 | BGP: Support for MPLS labels and VPN SAFI | Ondrej Zajicek (work) | |
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. |