This pkg includes modifications to implement 4byte (32bit) AS number extensions to BGP. the original FreeBSD port descr is appended below. -george OpenBGPD is a FREE implementation of the Border Gateway Protocol, Version 4. It allows ordinary machines to be used as routers exchanging routes with other systems speaking the BGP protocol. WWW: http://www.openbgp.org/ - Florent Thoumie flz@xbsd.org
16 lines
434 B
Text
16 lines
434 B
Text
$NetBSD: patch-ae,v 1.1.1.1 2007/01/12 04:32:48 geeohgeegeeoh Exp $
|
|
|
|
|
|
$FreeBSD: ports/net/openbgpd/files/patch-bgpd_bgpd.h,v 1.1 2005/05/17 14:46:42 flz Exp $
|
|
|
|
--- bgpd/bgpd.h.orig
|
|
+++ bgpd/bgpd.h
|
|
@@ -31,7 +31,7 @@
|
|
|
|
#define BGP_VERSION 4
|
|
#define BGP_PORT 179
|
|
-#define CONFFILE "/etc/bgpd.conf"
|
|
+#define CONFFILE "%%PREFIX%%/etc/bgpd.conf"
|
|
#define BGPD_USER "_bgpd"
|
|
#define PEER_DESCR_LEN 32
|
|
#define PFTABLE_LEN 16
|