Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-14 | KRT: Fix direct routes for BSD | Ondrej Zajicek (work) | |
Old way to set direct routes is to use local IP as gateway, but that does not work properly on newer FreeBSDs. Now we use sockaddr_dl containing interface index as gateway. | |||
2018-01-10 | Use non-fatal asserts even for regular build | Ondrej Zajicek (work) | |
2018-01-09 | Nest: Allow modification of channels inherited from templates | Ondrej Zajicek (work) | |
Multiple definitions of same channels are forbidden, but inherited channel can be redefined. In such case channel options are merged. | |||
2018-01-09 | Moved freebsd cflags and ldflags to configure | Jan Maria Matejka | |
2018-01-09 | Nest: Fix filter reconfiguration | Ondrej Zajicek (work) | |
Function filter_same() must be called with arguments in proper order, otherwise it breaks the new filter, causing crash during route processing. | |||
2018-01-03 | Filter: Handle undefined BGP paths as empty | Ondrej Zajicek (work) | |
The same is already done for clists. Also fixes defined() to work properly for paths and clists. | |||
2018-01-02 | Merge branch 'master' into int-new | Ondrej Zajicek (work) | |
2018-01-02 | BGP: Fix unknown attribute handling | Ondrej Zajicek (work) | |
2018-01-02 | BGP: Fix graceful restart timer | Ondrej Zajicek (work) | |
Should use remote value, not local value. | |||
2018-01-02 | Remove libhistory check | Ondrej Zajicek (work) | |
According to GNU Readline developers, if we link with libreadline then there is no need to link with libhistory at all. | |||
2017-12-21 | Minor fix in documentation | Ondrej Zajicek (work) | |
2017-12-18 | Fix build without limited protocol set | Ondrej Zajicek (work) | |
2017-12-16 | Minor fixes for debug mode | Ondrej Zajicek (work) | |
2017-12-16 | Netlink: Fix memory leak | Ondrej Zajicek (work) | |
2017-12-14 | Minor cleanups | Ondrej Zajicek (work) | |
2017-12-14 | Minor cleanup | Ondrej Zajicek (work) | |
2017-12-13 | Use git describe for BIRD version | Ondrej Zajicek (work) | |
Based on patch from Pavel Tvrdik | |||
2017-12-13 | BGP: Fix non-transitive ext communities | Ondrej Zajicek (work) | |
2017-12-13 | Netlink: Use linpool instead of static buffer | Ondrej Zajicek (work) | |
2017-12-13 | Lib: Minor fix | Ondrej Zajicek (work) | |
2017-12-13 | Merge branch 'int-new' of gitlab.labs.nic.cz:labs/bird into int-new | Jan Maria Matejka | |
2017-12-13 | Doc: Fixed misc sgml bugs, no content change | Jan Maria Matejka | |
2017-12-12 | Lib: Save/restore state for linpools | Ondrej Zajicek (work) | |
Also change linpool.current ptr to really point to thr current chunk. | |||
2017-12-12 | Fix some minor issues | Ondrej Zajicek (work) | |
2017-12-12 | Minor CI tweak | Ondrej Zajicek (work) | |
2017-12-12 | Removed '--enable-ipv6' reference. | Ondrej Filip | |
2017-12-12 | Revive FIB and kernel MPLS code | Ondrej Zajicek (work) | |
2017-12-11 | Changes to be able to build 2.0.0v2.0.0 | Ondrej Filip | |
2017-12-11 | NEWS and version update | Ondrej Zajicek (work) | |
2017-12-11 | KRT: Fix bug in multipath handling | Ondrej Zajicek (work) | |
2017-12-10 | Doc: Documentation update | Ondrej Zajicek (work) | |
2017-12-10 | Switchoff for MPLS in kernel. | Maria Jan Matejka | |
2017-12-10 | Lib: Check size of nets | Ondrej Zajicek (work) | |
2017-12-10 | Lib: Fix macro/keyword collisions | Ondrej Zajicek (work) | |
Old code breaks with some versions of bison | |||
2017-12-10 | Several minor fixes | Ondrej Zajicek (work) | |
2017-12-08 | Filter: Remove old BGP path mask syntax from tests | Ondrej Zajicek (work) | |
2017-12-08 | BGP: Link check just for single-hop | Ondrej Zajicek (work) | |
2017-12-08 | Docs: Update to v2.0 | Jan Maria Matejka | |
2017-12-08 | Enable ECMP and Link detection by default | Ondrej Zajicek (work) | |
ECMP is not enabled on BSD, where it is not supported by BIRD. | |||
2017-12-08 | Nest: Minor formatting changes | Ondrej Zajicek (work) | |
2017-12-08 | BGP: Fix IPv6 MPLS/VPN multicast SAFI | Ondrej Zajicek (work) | |
2017-12-08 | BGP: Autoconfigure BGP next hops from preferred addresses | Ondrej Zajicek (work) | |
2017-12-07 | Merge commit '1e8721e2aeccfbc3f533e8b8abc07582cee77e9a' into int-new | Ondrej Zajicek (work) | |
2017-12-07 | Merge commit '7b2c5f3d2826e3175bf31b1c36056c9efc587a2b' into int-new | Ondrej Zajicek (work) | |
2017-12-07 | Merge commit '98bb80a243b58c43453e9be69d19d0350286549c' into int-new | Ondrej Zajicek (work) | |
2017-12-07 | BSD: Fix in the last commit | Ondrej Zajicek (work) | |
2017-12-07 | Timers: Revert temporary names and remove old timer.h | Ondrej Zajicek (work) | |
2017-12-07 | Timers: Fix TBF and some last remains | Ondrej Zajicek (work) | |
2017-12-07 | Babel: More changes and bugfixes | Ondrej Zajicek (work) | |
Several changes and bugfixes in Babel, namely: - Exported route parameters stored directly in route table entry - Exported non-babel routes no longer stored in per-entry route list - Route update, selection and retraction simplified and fixed - Route feasibility is evalualated per update and stored with route - Unreachable route handling fixed, based on hold interval - Added 'show babel routes' command Overall, it fixes some issues with proper propagation of triggered updates, making Babel convergence after topology change almost instant. | |||
2017-12-07 | Babel: Fix handling of seqno requests | Ondrej Zajicek (work) | |
Old behavior has several deficiencies compared to standard behavior (no triggered updates for replies, no retransmissions, ...). |