aboutsummaryrefslogtreecommitdiffstats
path: root/net/bird
Commit message (Collapse)AuthorAgeFilesLines
* Finally, bump net/bird revision to account patches added in r420203.melifaro2016-08-151-0/+1
| | | | Approved by: az(implicit)
* Fix net/bird r420176 update: really add bugfixes from git.melifaro2016-08-152-0/+142
| | | | Approved by: az(implicit)
* Update net/bird,net/bird6 to 1.6.0melifaro2016-08-146-2764/+18
| | | | | | | | | 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)
* Conver to @sample keywordbapt2016-04-101-3/+1
|
* Finally delete files/patch-conf-cf-lex.l.melifaro2015-05-042-11/+1
| | | | Pointed by: az
* Bump version to 1.5.0 (changelog below).melifaro2015-05-045-337/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* Add several experimental patches to the port.melifaro2015-01-224-2/+333
| | | | | | Add special 'EXP' option (off by default) to use these patches. Reviewed by: az
* Increase max symbol length: 32->64melifaro2014-12-062-0/+12
| | | | Approved by: az(implicit)
* Update to 1.4.5.melifaro2014-12-062-4/+3
| | | | | | | | | | 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)
* Fix raw sockets operation for bird on -current.melifaro2014-09-272-0/+24
| | | | | | PR: 193245 Submitted by: olivier Approved by: az (implicit)
* 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
1-02-19 20:34:56 +0800'>2001-02-192-21/+54 * Updated Slovenian translationAndraz Tori2001-02-191-11/+11 * Updated Japanese translation.Akira TAGOH2001-02-172-2432/+2876 * Updated Slovenian translationAndraz Tori2001-02-171-211/+444 * Updated German translationMatthias Warkus2001-02-172-3603/+4318 * Updated Slovak translationStano Visnovsky2001-02-162-133/+160 * Updated italian translation from Clara Tattoni <clara.tattoni@libero.it>Christopher R. Gabriel2001-02-162-1626/+2039 * Updated Slovak translationStano Visnovsky2001-02-142-81/+280 * Updated Slovenian translationAndraz Tori2001-02-131-1292/+1400 * Updated French translation.Christophe Merlet2001-02-132-1280/+1576 * Remove dead glade file that was not being distedJP Rosevear2001-02-132-1/+4 * Updated Norwegian translation. Added *.oaf.in files.Kjartan Maraas2001-02-133-1382/+1945 * Updated Slovak translationStano Visnovsky2001-02-122-461/+614 * removed e-contact-editor-strings.hJeffrey Stedfast2001-02-112-1/+4 * Getting almost full and proper use of xml-i18n-tools.Gediminas Paulauskas2001-02-1119-867/+307 * Stable->HEAd commitFatih Demir2001-02-102-2030/+4694 * Add \n to fix a compile error.Anders Carlsson2001-02-102-1/+5 * Updated Slovenian translationAndraz Tori2001-02-101-1609/+1992 * Updated French translation.Christophe Merlet2001-02-102-2584/+3894 * Updated Slovak translationStano Visnovsky2001-02-092-1715/+2002 * Updated Spanish translation.Hector Garcia2001-02-092-1167/+1119 * Updated Swedish translation.Christian Rose2001-02-082-1949/+2332 * updateKenneth Christiansen2001-02-081-167/+158 * Updated tr.po from Goerkem CetinFatih Demir2001-02-082-4335/+2204 * Updated italian translation from Clara Tattoni <clara.tattoni@libero.it>Christopher R. Gabriel2001-02-072-2648/+3632 * updateKenneth Christiansen2001-02-071-2087/+2386 * Updated Spanish translationHector Garcia2001-02-062-314/+344 * Updated russian translation.Valek Frob2001-02-032-876/+1182 * Terminology fixesSzabolcs Ban2001-02-012-44/+47 * Updated Spanish translationHector Garcia2001-01-312-1083/+1199 * Updated Norwegian translation.Kjartan Maraas2001-01-303-1277/+1413 * Added initial Slovak translationStano Visnovsky2001-01-302-0/+7253 * Updated russian translation.Valek Frob2001-01-292-560/+362 * Updated Spanish translationHector Garcia2001-01-282-475/+446 * Someone forgot to update this when removing a file it uses. This wasJulian Missig2001-01-282-1/+5 * Updated brazilian portuguese translationGustavo Maciel Dias Vieira2001-01-272-4049/+4541 * Updated Spanish translationHector Garcia2001-01-272-232/+253 * Updated russian translation.Valek Frob2001-01-262-282/+314 * Updated Slovenian translationAndraz Tori2001-01-261-1/+0 * Updated Slovenian translationAndraz Tori2001-01-261-293/+328 * Updated Spanish translationHector Garcia2001-01-252-2289/+3065 * Tons of fixes by Andras and Emese (spelling, terminology, headers)Szabolcs Ban2001-01-242-27/+32 * Updated svMartin Norback2001-01-242-2198/+2863 * Updated russian translation.Valek Frob2001-01-232-318/+264 * compile new stuffJP Rosevear2001-01-231-0/+1 * Updated Slovenian translationAndraz Tori2001-01-231-260/+313 * Updated Slovenian translationAndraz Tori2001-01-231-45/+45 * Updated Slovenian translationAndraz Tori2001-01-231-3288/+4567 * Update for filter code movesDan Winship2001-01-232-2/+5 * Updates evolution/po/da.po gal/po/da.po galeon/po/da.po gconf/po/da.poKenneth Christiansen2001-01-221-816/+948 * Updated Slovenian translationAndraz Tori2001-01-221-4390/+3733 * Updated Japanese translation.Akira Tagoh2001-01-211-323/+2697 * updateKenneth Christiansen2001-01-201-1979/+2716 * Updated Japanese translation.Akira Tagoh2001-01-202-353/+277 * Updated russian translation.Valek Frob2001-01-192-2005/+2774 * Updated Norwegian (bokmål) translation. Removed old script.Kjartan Maraas2001-01-183-2195/+3031 * Removed addressbook/gui/widgets/test-minicard-view.c,Dave Camp2001-01-1827-71839/+55549 * Updated russian translation.Valek Frob2001-01-182-1421/+2061 * updateMartin Norback2001-01-181-131/+129 * Updated sv.poMartin Norback2001-01-172-671/+962 * updateKenneth Christiansen2001-01-171-1202/+1399 * 2001-01.16 Kenneth Christiansen <kenneth@gnu.org>Kenneth Christiansen2001-01-173-0/+36 * Updates bonobo/po/da.po evolution/po/da.po gal/po/da.po gimp/po/da.poKenneth Christiansen2001-01-171-922/+930 * Moved ESearchBar from filter/ to widgets/misc/, a more appropriate home.Jacob Leach2001-01-171-1/+1 * UpdateMartin Norback2001-01-172-743/+691 * UpdateMartin Norback2001-01-162-213/+206 * Updated italian translation from Clara Tattoni <clara.tattoni@libero.it>Christopher R. Gabriel2001-01-162-403/+370 * Updated Spanish translationHector Garcia2001-01-161-10/+12 * Updated Spanish translationHector Garcia2001-01-162-421/+609 * Updated italian translation from Clara Tattoni <clara.tattoni@libero.it>Christopher R. Gabriel2001-01-152-1822/+1511 * updaKenneth Christiansen2001-01-151-1442/+1732 * Updated Swedish translation.Richard Hult2001-01-152-1558/+1684 * Updated Spanish translationHector Garcia2001-01-112-1152/+1310 * Updated Japanese translation.Akira Tagoh2001-01-112-3572/+877 * Updated French translation.Christophe Merlet2001-01-102-647/+768 * Added all the new source files and removed the old ones, yadda yadda.Jeffrey Stedfast2001-01-102-2/+9 * Removed .oaf.in files until the whole of Evolution uses the xml-i18n-toolsFederico Mena Quintero2001-01-102-3/+5 * Updated Spanish translation.Hector Garcia2001-01-102-2024/+1461 * Updated russian translation.Valek Frob2001-01-092-1468/+899 * Updated Norwegian (bokmål) translation.Kjartan Maraas2001-01-0922-31164/+42827 * Updates evolution/po/da.po gtranslator/po/da.po pong/po/da.poKenneth Christiansen2001-01-081-63/+64 * Updated some stringsBenedikt Roth2001-01-072-1472/+1842 * Updated French translation.Christophe Merlet2001-01-072-1729/+2157 * Updates eog/po/da.po evolution/po/da.po gal/po/da.po gernel/po/da.poKenneth Christiansen2001-01-071-309/+523 * Committed updated ko.poFatih Demir2001-01-062-1843/+1758 * Updated Finnish translation (fi.po).jjranta2001-01-06