Add sk_setup / io loop fixes from git.
Remove agg patch - new version with different syntax is comingTimeout, server noc-myt.yandex.net not responding.
PR: 211413
Submitted by: zeising (original version)
Approved by: az (implicit)
Remove experimental and already included patches.
Add OSPF: Fixes validation of LSA checksums from git.
Remove clang gnu89 constaint.
Version 1.5.0 (2015-04-20)
Major OSPF protocol redesign.
OSPFv2 multi-instance extension (RFC 6549).
BGP AS-wide unique router ID (RFC 6286).
BGP enhanced route refresh (RFC 7313).
Link state support in BGP.
Latency tracking and internal watchdog.
Uses high port range for BFD on BSD.
Increase max symbol length to 64.
Allows to define unnamed protocols from templates.
Fixes two serious bugs in BGP.
Several bugfixes and minor improvements.
Several minor option changes:
- OSPF: Protocol-wide 'instance id' option added.
- BGP: Parameters to option 'neighbor' extended.
- BGP: Separate option 'interface' added.
- BGP: Option 'start delay time' renamed to 'connect delay time'.
- BGP: Option 'route limit' deprecated.
Upgrade notes:
For OSPF, there are deep internal changes, but user-visible changes
are limited to log messages and minor changes in formatting of command
output.
For BGP, version 1.5.0 is essentially a minor release. There are two
deprecated options ('start delay time' and 'route limit') and some
minor formatting changes.
Reviewed by: az(implicit)
o New 'show route noexport' command option.
o Port option for BGP sessions.
o Better constant handling in set literals.
o Better rate filtering of log messages.
o Several minor bugfixes.
Approved by: az(implicit)
New features:
* OSPF stub router option (RFC 3137).
* TTL security for OSPF and RIP.
* Protocol packet priority and traffic class handling.
* Multiple routing tables support for FreeBSD and OpenBSD.
* Extends constants to all filter data types.
* Implements eval command.
* 'bgppath ~ int set' filter operation.
* Several bugfixes.
MFIBS option was removed (gone to upstream, enabled by default)
Approved by: az
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build
it brings bison as a run dependency in case it is set the following way:
USES= bison:run
it brings bison both as a run and build dependency in case it the set the following way:
USES= bison:both
While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
* Bump portrevision for net/bird and net/bird6
* Update net/bird-devel to current version (20130301)
* Add router id fix patch to net/bird
* Add multiple fibs patch to net/bird-devel
Approved by: az (implicit)