aboutsummaryrefslogtreecommitdiffstats
path: root/net/bird
Commit message (Collapse)AuthorAgeFilesLines
* Fix build on recent head without shared readlinebapt2014-07-141-1/+1
|
* Approved by: azmelifaro2014-07-112-3/+3
|
* Update to 1.4.3 (IPv6 BGP bugfix).melifaro2014-04-152-3/+3
| | | | Approved by: az (implicit)
* Update to 1.4.2melifaro2014-04-053-188/+3
| | | | | | | | | * BFD updates/fixes * BGP ADD-PATH support * Various BGP fixes Approved by: az Sponsored by: Yandex LLC
* Support stagebapt2014-03-251-16/+4
| | | | Use options helpers
* Add reload command.melifaro2013-12-263-1/+5
| | | | | | PR: ports/185180 Submitted by: Radim Kolar <hsn@sendmail.cz> Approved by: az
* * net/bird6 is now slave port for net/birdmelifaro2013-12-054-14/+235
| | | | | | | * Add source address selection fix from upstream * Bump PORTREVISION Reviewed by: timur
* Update net/bird,net/bird6 to 1.4.0melifaro2013-12-0111-516/+26
| | | | | | Fix simultaneous building for firewall/aggregator protocols. Reviewed by: az
* Add some patches from net/bird git repo:melifaro2013-10-227-3/+294
| | | | | | | | | * merge PID support (4+6) * merge correct limit checking (4+6) * merge some OSPF fixes (4+6) * merge BSD P2P masks fix (4) Approved by: az
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | net)
* Fix typobapt2013-08-021-1/+1
|
* Do proper primary IP selection.melifaro2013-08-023-0/+94
| | | | | | | Do not strip binaries explicitly. Bump revision. Approved by: vsevolod
* Update net/bird & net/bird6 to 1.3.11melifaro2013-07-314-389/+5
| | | | | | | | | | | | | | | | 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
* Add forgotten birdcl (lightweight client) to plist.melifaro2013-05-081-0/+1
| | | | Reviewed by: az
* Update net/bird && net/bird6 to 1.3.10.melifaro2013-05-083-33/+3
| | | | Reviewed by: az
* Convert USE_BISON to USES= bisonbapt2013-03-081-3/+2
| | | | | | | | | | | | | | 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
* * Move net/bird, net/bird6 and net/bird-devel socket to /var/runmelifaro2013-03-033-0/+40
| | | | | | | | | * 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)
* Fix building bird with clangmelifaro2013-01-121-1/+1
| | | | | | PR: ports/173942 Submitted by: Olivier Cochard-Labbe <olivier at cochard.me> Approved by: az
* Fix r310237 - remove unused rtrid patchmelifaro2013-01-121-103/+0
| | | | Reviewed by: sem(implicit)
* Update to 1.3.9melifaro2013-01-113-145/+168
| | | | | | | | Update aggregation protocol Use GCC to build (ports/173942) Update to OptionsNG (ports/173523) Reviewed by: sem
* - Add another master sitesem2012-08-171-1/+2
| | | | | | PR: ports/170697 Submitted by: Olivier Cochard-Labbe <olivier at cochard.me> Approved by: maintainer
* - Update to 1.3.8sem2012-08-167-2753/+1226
| | | | Submitted by: maintainer
* - Missed a patch with the last commitsem2012-03-231-0/+4404
| | | | Feature safe: Yes
* - Update to 1.3.7sem2012-03-233-511/+11
| | | | | Submitted by: mainteiner Feature safe: Yes
* - Update to 1.3.6sem2012-01-265-1090/+1498
| | | | | | | - Add all current git patches - for net/bird add beta firewall protocol support Submitted by: mainteiner
* In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-141-1/+1
| | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other.
* - Merge protocol templates patch from headsem2011-11-082-0/+1086
| | | | | Submitted by: mainteiner Feature safe: Yes
* - Update to 1.3.4sem2011-10-103-32/+31
| | | | | Submitted by: maintainer Feature safe: Yes
* - Update to 1.3.3sem2011-09-144-330/+8
| | | | Submitted by: maintainer
* - Update to 1.3.2pav2011-08-085-66/+130
| | | | | | | | | - Update fibs patch (stop bird dumping core on shutdown) - Update include patch (config errors are displayed correctly after SIGHUP or configure) - Remove bgp patch (included in tree now) PR: ports/159330 Submitted by: Alexander V. Chernikov <melifaro@ipfw.ru> (maintainer)
* * Import BGP incorrect attribute patch from gitmiwi2011-06-265-56/+537
| | | | | | | | | | * Improve multiple fibs support with working patch and warning * Add CONFIG_INCLUDES option/patch permitting including other files in config * Remove LEARN_FIX option due to problems with bird restarts * Bump PORTREVISION PR: 157645 Submitted by: "Alexander V. Chernikov" <melifaro@ipfw.ru>
* - Update to 1.3.1pav2011-06-034-5/+155
| | | | | | | | | - Add optional patches (to ipv4 port) to enable multiple fibs support, and to enable a simultaneous operation with other routing software - Sign over a maintainership to an enthusiastic user PR: ports/157001 Submitted by: Alexander V. Chernikov <melifaro@ipfw.ru>
* - Update to 1.3.0pav2011-04-132-3/+3
| | | | | PR: ports/156356, ports/156357 Submitted by: Alexander Hausner <alex@hugo.bmg.gv.at>
* - Update to 1.2.5pav2010-12-283-8/+9
|
* - Update to 1.2.4pav2010-08-042-4/+4
|
* - Fix build on sparc64pav2010-08-041-0/+11
| | | | | PR: ports/149258 Submitted by: Olivier Cochard-Labbe <olivier@cochard.me>
* - Update to 1.2.3pav2010-06-286-24/+50
| | | | | | | - Provide ports for both ipv4 and ipv6 reincarnation Submitted by: Jiri Kubicek <jiri.kubicek@kraxnet.cz> Feature safe: yes
* - Update to 1.2.1pav2010-02-272-11/+5
| | | | Feature safe: yes
* - Update to 1.2.0pav2010-01-162-4/+4
|
* - Update to 1.1.4pav2009-10-052-4/+4
|
* - Update to 1.1.3pav2009-09-174-21/+25
| | | | Feature safe: yes
* - Update to 1.0.15pav2009-06-062-5/+6
|
* Mark BROKEN on 8: does not build after the arp-v2 import.erwin2009-01-091-1/+7
| | | | Submitted by: pointyhat
* Migration from bison 1.x to 2.xade2007-10-171-1/+2
| | | | | PR: 117086 Tested by: -exp runs
* - Add some SHA256spav2005-11-241-0/+1
|
* The BIRD project aims to develop a fully functional dynamic IP routing daemonpav2005-05-136-0/+65
primarily targetted on (but not limited to) UNIX-like systems and distributed under the GNU General Public License. * Both IPv4 and IPv6 (use --enable-ipv6 when configuring) * Multiple routing tables * BGP * RIP * OSPF (IPv4 only) * Static routes * Inter-table protocol