aboutsummaryrefslogtreecommitdiffstats
path: root/net/openbgpd
Commit message (Collapse)AuthorAgeFilesLines
* Update to 20091022 snapshot.hrs2009-11-0223-447/+1416
|
* Mark BROKEN on 6.x: does not builderwin2009-08-161-0/+4
|
* Update to 4.5.20090709 (from snapshot as of 2009/7/9).hrs2009-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)).
* Fix a few "bad example" problems in the rc.d scripts that have beendougb2009-07-161-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.
* Fix default CONFFILE. Bump PORTREVISION.hrs2009-07-032-5/+5
| | | | Spotted by: Andrey Groshev
* Fix a typo in bgpd.8 (s/openbgpd_flags="YES"/openbgpd_enable="YES"/).hrs2009-07-012-4/+5
| | | | Spotted by: Jason J. Hellenthal
* Simplify Makefile. No change of the resultant package.hrs2009-06-3031-241/+1635
|
* Update to 4.4.1. Take maintainership.hrs2009-06-247-47/+79
|
* Fix build on -CURRENT.trasz2009-04-252-28/+5
|
* - Reset farrokhi@freebsd.org due to long period of inactivity.miwi2009-03-101-1/+1
| | | | Approved by: portmgr (linimon)
* Mark BROKEN on 8: does not build after the arp-v2 import.erwin2009-01-091-1/+7
| | | | Submitted by: pointyhat
* - Remove conditional checks for FreeBSD 5.x and olderpav2009-01-071-11/+1
|
* - Update to 4.2.stefan2008-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)
* - Mark IGNORE on 5.X: requires strtonum in libcpav2007-09-251-0/+4
| | | | Reported by: pointyhat
* - Pass maintainership to farrokhimiwi2007-08-021-1/+1
| | | | Approved by: flz (maintainer)
* - Update net/openbgpd to 4.0.flz2007-07-1915-90/+369
| | | | - Add some information about the configuration file and its permissions.
* Update openbgpd to 3.9.flz2006-05-255-8/+98
| | | | Reminded by: osa
* Fix build.flz2006-05-251-1/+1
| | | | Reported by: BugMagnet
* - Update openbgpd-devel to today's snapshot (20060516).flz2006-05-172-5/+6
|
* - Make it a master port for upcoming openbgpd-devel port.flz2006-03-204-42/+60
| | | | | | - Add an install script to create _bgpd user. - De-capitalize IGNORE. - Style fixes.
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.dougb2006-02-211-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.
* - Add SHA256 checksums.flz2005-11-091-0/+3
|
* Add CONFLICTS with quagga and zebra.osa2005-11-031-1/+3
| | | | | | Bump PORTREVISION. Approved by: flz (maintainer)
* Use real prefix path instead of %%PREFIX%% macro for bgpctl(8).osa2005-10-311-1/+3
| | | | | | Bump PORTREVISION. Approved by: flz (maintainer)
* - Update to 3.7.flz2005-07-133-3/+19
| | | | | PR: ports/83301 Submitted by: Babak Farrokhi <babak@farrokhi.net>
* - Set IGNORE for OSVERSION < 500037.flz2005-05-221-0/+4
| | | | Reported by: pointyhat via krisbot via krismail
* - Add main distfile in :freebsd group.flz2005-05-201-1/+1
| | | | Noticed by: pointyhat via kris
* - Add openbgpd 3.6, a free implementation of the Border Gateway Protocol.flz2005-05-1711-0/+252
Credits to: Lukasz Bromirski <lukasz@bromirski.net>