Commit graph

16 commits

Author SHA1 Message Date
Hiroki Sato
dfb37f5194 Update to 20091022 snapshot. 2009-11-02 07:09:37 +00:00
Hiroki Sato
e06614b276 Update to 4.5.20090709 (from snapshot as of 2009/7/9).
Add support for nexthop with an IPv6 link-local address.  To
enable this, specify "interface" in bgpd.conf (see bgpd.conf(5)).
2009-07-19 07:31:04 +00:00
Doug Barton
0175383f0a Fix a few "bad example" problems in the rc.d scripts that have been
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.
2009-07-15 16:56:10 +00:00
Hiroki Sato
8b45b21d48 Fix default CONFFILE. Bump PORTREVISION.
Spotted by:	Andrey Groshev
2009-07-03 15:40:29 +00:00
Hiroki Sato
7a6ac518ea Fix a typo in bgpd.8 (s/openbgpd_flags="YES"/openbgpd_enable="YES"/).
Spotted by:	Jason J. Hellenthal
2009-06-30 18:54:59 +00:00
Hiroki Sato
7f31ff4f93 Simplify Makefile. No change of the resultant package. 2009-06-30 07:35:13 +00:00
Hiroki Sato
b8ade4ca2a Update to 4.4.1. Take maintainership. 2009-06-23 16:44:19 +00:00
Edward Tomasz Napierala
7ff1f59cf0 Fix build on -CURRENT. 2009-04-24 18:23:02 +00:00
Stefan Walter
073943d1f3 - Update to 4.2.
- 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)
2008-12-17 15:58:32 +00:00
Florent Thoumie
b5ed954f0f - Update net/openbgpd to 4.0.
- Add some information about the configuration file and its permissions.
2007-07-19 11:58:59 +00:00
Florent Thoumie
a18d1d540b Update openbgpd to 3.9.
Reminded by:	osa
2006-05-25 11:09:27 +00:00
Florent Thoumie
6a8c4ab921 - Update openbgpd-devel to today's snapshot (20060516). 2006-05-16 16:26:40 +00:00
Florent Thoumie
19d5d3e54d - Make it a master port for upcoming openbgpd-devel port.
- Add an install script to create _bgpd user.
- De-capitalize IGNORE.
- Style fixes.
2006-03-20 12:24:59 +00:00
Doug Barton
c49d1a3273 Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
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.
2006-02-20 20:47:50 +00:00
Florent Thoumie
152646c1f9 - Update to 3.7.
PR:		ports/83301
Submitted by:	Babak Farrokhi <babak@farrokhi.net>
2005-07-13 05:29:48 +00:00
Florent Thoumie
10863a75b8 - Add openbgpd 3.6, a free implementation of the Border Gateway Protocol.
Credits to:	Lukasz Bromirski <lukasz@bromirski.net>
2005-05-17 14:46:42 +00:00