Activity
From 11/11/2017 to 12/10/2017
12/10/2017
- 09:47 PM Revision cf3e3845 (iof-bird-daemon): Doc: Documentation update
- 05:30 PM Revision 6b0f5f68 (iof-bird-daemon): Switchoff for MPLS in kernel.
- 12:18 PM Revision 67a2eb91 (iof-bird-daemon): Lib: Check size of nets
- 12:16 PM Revision a32a7b58 (iof-bird-daemon): Lib: Fix macro/keyword collisions
- Old code breaks with some versions of bison
12/09/2017
12/08/2017
- 04:31 PM Revision ed1d853e (iof-bird-daemon): Filter: Remove old BGP path mask syntax from tests
- 04:04 PM Revision dea98864 (iof-bird-daemon): BGP: Link check just for single-hop
- 03:27 PM Revision 3e52d112 (iof-bird-daemon): Docs: Update to v2.0
- 03:00 PM Revision 517d05df (iof-bird-daemon): Enable ECMP and Link detection by default
- ECMP is not enabled on BSD, where it is not supported by BIRD.
- 02:16 PM Revision eb95b5ec (iof-bird-daemon): Nest: Minor formatting changes
- 01:00 PM Revision 49c7ef3b (iof-bird-daemon): BGP: Fix IPv6 MPLS/VPN multicast SAFI
- 01:26 AM Revision ccee67ca (iof-bird-daemon): BGP: Autoconfigure BGP next hops from preferred addresses
12/07/2017
- 08:54 PM Revision 830ba75e (iof-bird-daemon): Merge commit '1e8721e2aeccfbc3f533e8b8abc07582cee77e9a' into...
- 05:35 PM Revision 46434a3c (iof-bird-daemon): Merge commit '7b2c5f3d2826e3175bf31b1c36056c9efc587a2b' into...
- 04:41 PM Revision 4ff15a75 (iof-bird-daemon): Merge commit '98bb80a243b58c43453e9be69d19d0350286549c' into...
- 01:21 PM Revision cd80c9b0 (iof-bird-daemon): BSD: Fix in the last commit
- 12:54 PM Revision a6f79ca5 (iof-bird-daemon): Timers: Revert temporary names and remove old timer.h
- 12:53 PM Revision f00221fa (iof-bird-daemon): Babel: Fix unicast seqno requests
- 12:53 PM Revision 3e405fb1 (iof-bird-daemon): Nest: Update to new timers
- 12:53 PM Revision 6b5cd7c0 (iof-bird-daemon): Sysdep: Remove old timer code
- 12:53 PM Revision 8b58f565 (iof-bird-daemon): Babel: Update to new timers
- 12:53 PM Revision 5ee69d11 (iof-bird-daemon): Babel: Fix Hello and IHU expiration
- 12:53 PM Revision 38f47210 (iof-bird-daemon): Babel: Avoid batch seqno updates
- 12:53 PM Revision c521b3ac (iof-bird-daemon): RAdv: Update to new timers
- 12:53 PM Revision 92cc1e74 (iof-bird-daemon): RIP: Update to new timers
- 12:53 PM Revision 738a57b6 (iof-bird-daemon): Babel: Fix hello timeout for short hello intervals
- 12:53 PM Revision 268dc7c8 (iof-bird-daemon): Babel: Remove babel_proto ptr from babel_entry
- 12:53 PM Revision 672fb78e (iof-bird-daemon): Babel: Fix handling of IPv4 retractions
- Babel TLV parsing code rejected IPv4 retractions without next-hop,
although next-hop is needed just for regular updates. - 12:53 PM Revision dbf1ed26 (iof-bird-daemon): Babel: Fix handling of seqno requests
- Old behavior has several deficiencies compared to standard behavior
(no triggered updates for replies, no retransmiss... - 12:53 PM Revision b47eaefe (iof-bird-daemon): Babel: Revamp cost computation and run route selection when ...
- Also fix several minor bugs and add 'limit' option for k-out-of-j
link sensing strategy. Change default from 8-of-16 ... - 12:53 PM Revision 574b2324 (iof-bird-daemon): Timers: Fix TBF and some last remains
- 12:53 PM Revision ee528fbd (iof-bird-daemon): Timers: Add typecast to unit-converting macros
- 12:53 PM Revision b32d557a (iof-bird-daemon): OSPF: Update to new timers
- Note that recurrent timers are currently limited to ~1 hour.
- 12:53 PM Revision cc881bd1 (iof-bird-daemon): BGP: Update to new timers
- 12:53 PM Revision 3b3b0910 (iof-bird-daemon): Babel: More changes and bugfixes
- Several changes and bugfixes in Babel, namely:
- Exported route parameters stored directly in route table entry
- Ex... - 12:52 PM Revision d59c1a29 (iof-bird-daemon): RPKI: Update to new timers
- 12:52 PM Revision 21f4f0f4 (iof-bird-daemon): Kernel: Update to new timers
- 12:49 PM Revision d3fa9e84 (iof-bird-daemon): Timers: Show sub-second times in some protocol outputs
- 12:49 PM Revision 212eda07 (iof-bird-daemon): Timers: Fix tests after timer change
- 12:49 PM Revision 49fc0213 (iof-bird-daemon): Printf: Add support for microsecond times
- Use '%t' in bsnprintf() for microsecond times (in btime) with variable
sub-second precision. - 12:49 PM Revision f047271c (iof-bird-daemon): Timers: Parse and format functions for microsecond times
- Date/time output (e.g. in logs, show commands) can use %f to specify
subsecond time. By default, millisecond precisio... - 12:49 PM Revision 02552526 (iof-bird-daemon): Timers: Replace old timers with microsecond timers
- The old timer interface is still kept, but implemented by new timers. The
plan is to switch from the old inteface to ... - 12:46 PM Revision 28a7d394 (iof-bird-daemon): Timers: Integrate microsecond timers to the main loop
- 12:46 PM Revision 534215a1 (iof-bird-daemon): Timers: Split microsecond timers from BFD code to lib
- 12:44 PM Revision 7c454d91 (iof-bird-daemon): BSD: Minor fix of penultimate commit
- 12:28 PM Revision abae1cc5 (iof-bird-daemon): KRT: Minor fix of last commit
- 12:06 PM Revision 153f02da (iof-bird-daemon): Nest: Maintain separate IPv4, IPv6 and LLv6 preferred addresses
- Also redesign preferred address selection and update protocols to use
appropriate preferred address.
Based on a prev...
11/28/2017
- 06:33 PM Revision 1e8721e2 (iof-bird-daemon): Babel: Parse flags in Hello TLV
- RFC6126bis introduces a flags field for the Hello TLV, and adds a unicast flag
that is used to signify that a hello w...
Also available in: Atom