aboutsummaryrefslogtreecommitdiff
path: root/net/openbgpd
Commit message (Collapse)AuthorAgeFilesLines
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-052-1/+1
| | | | | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op Notes: svn path=/head/; revision=302141
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-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. Notes: svn path=/head/; revision=289156
* Fix a bug that can lead to 100% CPU-time consuming.Hiroki Sato2011-07-033-54/+60
| | | | Notes: svn path=/head/; revision=276969
* - Update to a 4.9 snapshot as of 2011.06.12.Hiroki Sato2011-07-0341-967/+8906
| | | | | | | - Use USERS and GROUPS. Notes: svn path=/head/; revision=276958
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Update to 4.7.20100410.Hiroki Sato2010-04-1017-321/+813
| | | | Notes: svn path=/head/; revision=252520
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* Update to 4.6.20100227. A small fix for 127/8 interfaceHiroki Sato2010-03-023-9/+39
| | | | | | | | | handling. Feature safe: yes Notes: svn path=/head/; revision=250493
* Fix an issue that openbgpd does not recognize any connected routes.Hiroki Sato2010-02-192-14/+76
| | | | | | | | | Spotted by: Alexander Zagrebin PR: ports/144054 Feature safe: yes Notes: svn path=/head/; revision=250058
* Update to 4.6.20100215.Hiroki Sato2010-02-1651-8013/+6735
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=249966
* Update to 20091022 snapshot.Hiroki Sato2009-11-0223-447/+1416
| | | | Notes: svn path=/head/; revision=243629
* Mark BROKEN on 6.x: does not buildErwin Lansing2009-08-161-0/+4
| | | | Notes: svn path=/head/; revision=239647
* Update to 4.5.20090709 (from snapshot as of 2009/7/9).Hiroki Sato2009-07-1938-114/+8485
| | | | | | | | Add support for nexthop with an IPv6 link-local address. To enable this, specify "interface" in bgpd.conf (see bgpd.conf(5)). Notes: svn path=/head/; revision=238040
* Fix a few "bad example" problems in the rc.d scripts that have beenDoug Barton2009-07-151-3/+2
| | | | | | | | | | | | | | | | | | | | | | | propogated by copy and paste. 1. Primarily the "empty variable" default assignment, which is mostly ${name}_flags="", but fix a few others as well. 2. Where they are not already documented, add the existence of the _flags (or other deleted empties) option to the comments, and in some cases add comments from scratch. 3. Replace things that look like: prefix=%%PREFIX%% command=${prefix}/sbin/foo to just use %%PREFIX%%. In many cases the $prefix variable is only used once, and in some cases it is not used at all. 4. In a few cases remove ${name}_flags from command_args 5. Remove a long-stale comment about putting the port's rc.d script in /etc/rc.d (which is no longer necessary). No PORTREVISION bumps because all of these changes are noops. Notes: svn path=/head/; revision=237892
* Fix default CONFFILE. Bump PORTREVISION.Hiroki Sato2009-07-032-5/+5
| | | | | | | Spotted by: Andrey Groshev Notes: svn path=/head/; revision=237014
* Fix a typo in bgpd.8 (s/openbgpd_flags="YES"/openbgpd_enable="YES"/).Hiroki Sato2009-06-302-4/+5
| | | | | | | Spotted by: Jason J. Hellenthal Notes: svn path=/head/; revision=236825
* Simplify Makefile. No change of the resultant package.Hiroki Sato2009-06-3031-241/+1635
| | | | Notes: svn path=/head/; revision=236799
* Update to 4.4.1. Take maintainership.Hiroki Sato2009-06-237-47/+79
| | | | Notes: svn path=/head/; revision=236531
* Fix build on -CURRENT.Edward Tomasz Napierala2009-04-242-28/+5
| | | | Notes: svn path=/head/; revision=232673
* - Reset farrokhi@freebsd.org due to long period of inactivity.Martin Wilke2009-03-091-1/+1
| | | | | | | Approved by: portmgr (linimon) Notes: svn path=/head/; revision=229780
* Mark BROKEN on 8: does not build after the arp-v2 import.Erwin Lansing2009-01-081-1/+7
| | | | | | | Submitted by: pointyhat Notes: svn path=/head/; revision=225509
* - Remove conditional checks for FreeBSD 5.x and olderPav Lucistnik2009-01-061-11/+1
| | | | Notes: svn path=/head/; revision=225335
* - Update to 4.2.Stefan Walter2008-12-1718-113/+521
| | | | | | | | | | | | | | | - Provide LINK_STATE_IS_UP macros that is missing in FreeBSD. - Disable CARP demotion: FreeBSD has no support for it. - Disable check for the routing table number: FreeBSD has single routing table now. - Disable route labeling: FreeBSD has no support for it. PR: 121831 Submitted by: Matthieu Guegan <matthieu@virtua.ch> Approved by: maintainer timeout (9 months) Notes: svn path=/head/; revision=224336
* - Mark IGNORE on 5.X: requires strtonum in libcPav Lucistnik2007-09-241-0/+4
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=200057
* - Pass maintainership to farrokhiMartin Wilke2007-08-021-1/+1
| | | | | | | Approved by: flz (maintainer) Notes: svn path=/head/; revision=196968
* - Update net/openbgpd to 4.0.Florent Thoumie2007-07-1915-90/+369
| | | | | | | - Add some information about the configuration file and its permissions. Notes: svn path=/head/; revision=195889
* Update openbgpd to 3.9.Florent Thoumie2006-05-255-8/+98
| | | | | | | Reminded by: osa Notes: svn path=/head/; revision=163357
* Fix build.Florent Thoumie2006-05-251-1/+1
| | | | | | | Reported by: BugMagnet Notes: svn path=/head/; revision=163356
* - Update openbgpd-devel to today's snapshot (20060516).Florent Thoumie2006-05-162-5/+6
| | | | Notes: svn path=/head/; revision=162586
* - Make it a master port for upcoming openbgpd-devel port.Florent Thoumie2006-03-204-42/+60
| | | | | | | | | - Add an install script to create _bgpd user. - De-capitalize IGNORE. - Style fixes. Notes: svn path=/head/; revision=157728
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.Doug Barton2006-02-201-1/+1
| | | | | | | | | | We have not checked for this KEYWORD for a long time now, so this is a complete noop, and thus no PORTREVISION bump. Removing it at this point is mostly for pedantic reasons, and partly to avoid perpetuating this anachronism by copy and paste to future scripts. Notes: svn path=/head/; revision=156534
* - Add SHA256 checksums.Florent Thoumie2005-11-091-0/+3
| | | | Notes: svn path=/head/; revision=147688
* Add CONFLICTS with quagga and zebra.Sergey A. Osokin2005-11-031-1/+3
| | | | | | | | | Bump PORTREVISION. Approved by: flz (maintainer) Notes: svn path=/head/; revision=147126
* Use real prefix path instead of %%PREFIX%% macro for bgpctl(8).Sergey A. Osokin2005-10-311-1/+3
| | | | | | | | | Bump PORTREVISION. Approved by: flz (maintainer) Notes: svn path=/head/; revision=146819
* - Update to 3.7.Florent Thoumie2005-07-133-3/+19
| | | | | | | | PR: ports/83301 Submitted by: Babak Farrokhi <babak@farrokhi.net> Notes: svn path=/head/; revision=139027
* - Set IGNORE for OSVERSION < 500037.Florent Thoumie2005-05-211-0/+4
| | | | | | | Reported by: pointyhat via krisbot via krismail Notes: svn path=/head/; revision=135805
* - Add main distfile in :freebsd group.Florent Thoumie2005-05-191-1/+1
| | | | | | | Noticed by: pointyhat via kris Notes: svn path=/head/; revision=135645
* - Add openbgpd 3.6, a free implementation of the Border Gateway Protocol.Florent Thoumie2005-05-1711-0/+252
Credits to: Lukasz Bromirski <lukasz@bromirski.net> Notes: svn path=/head/; revision=135476