pkgsrc-wip/openbgpd/patches/patch-an
George Michaelson 8a52299111 This is a port of the FreeBSD port of OpenBGPD. -It may not have the full
functionality due to the non-availability of some kernel-level functions such
as the pfkey MD5 

the FreeBSD descr file 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
2007-01-12 04:28:34 +00:00

11 lines
340 B
Text

--- bgpd/printconf.c.orig 2007-01-11 14:02:33.000000000 +1000
+++ bgpd/printconf.c 2007-01-11 14:04:14.000000000 +1000
@@ -495,7 +495,7 @@
printf("%s%sdump %s %s %d\n", prep, prep2,
mrt_type(m->type),
MRT2MC(m)->name,
- MRT2MC(m)->ReopenTimerInterval);
+ (int)MRT2MC(m)->ReopenTimerInterval);
}
}