Date: Wed, 17 Dec 2008 15:58:32 +0000 (UTC) From: Stefan Walter <stefan@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/openbgpd Makefile distinfo ports/net/openbgpd/files patch-bgpctl_Makefile patch-bgpctl_bgpctl.8 patch-bgpctl_bgpctl.c patch-bgpctl_fmt_scaled.c patch-bgpctl_util.h patch-bgpd_bgpd.8 patch-bgpd_bgpd.conf.5 patch-bgpd_carp.c ... Message-ID: <200812171558.mBHFwWa3098960@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
stefan 2008-12-17 15:58:32 UTC FreeBSD ports repository Modified files: net/openbgpd Makefile distinfo net/openbgpd/files patch-bgpctl_Makefile patch-bgpctl_bgpctl.8 patch-bgpctl_bgpctl.c patch-bgpctl_fmt_scaled.c patch-bgpctl_util.h patch-bgpd_bgpd.8 patch-bgpd_bgpd.conf.5 patch-bgpd_carp.c patch-bgpd_kroute.c Added files: net/openbgpd/files patch-bgpd_parse.y patch-bgpd_printconf.c patch-bgpd_rde_attr.c patch-bgpd_rde_rib.c patch-bgpd_rde_update.c patch-bgpd_session.c patch-bgpd_util.c Log: - 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) Revision Changes Path 1.14 +5 -2 ports/net/openbgpd/Makefile 1.6 +3 -6 ports/net/openbgpd/distinfo 1.2 +5 -10 ports/net/openbgpd/files/patch-bgpctl_Makefile 1.2 +4 -9 ports/net/openbgpd/files/patch-bgpctl_bgpctl.8 1.5 +17 -7 ports/net/openbgpd/files/patch-bgpctl_bgpctl.c 1.2 +119 -7 ports/net/openbgpd/files/patch-bgpctl_fmt_scaled.c 1.2 +117 -6 ports/net/openbgpd/files/patch-bgpctl_util.h 1.4 +4 -4 ports/net/openbgpd/files/patch-bgpd_bgpd.8 1.2 +5 -8 ports/net/openbgpd/files/patch-bgpd_bgpd.conf.5 1.2 +7 -14 ports/net/openbgpd/files/patch-bgpd_carp.c 1.3 +126 -40 ports/net/openbgpd/files/patch-bgpd_kroute.c 1.1 +19 -0 ports/net/openbgpd/files/patch-bgpd_parse.y (new) 1.1 +11 -0 ports/net/openbgpd/files/patch-bgpd_printconf.c (new) 1.1 +20 -0 ports/net/openbgpd/files/patch-bgpd_rde_attr.c (new) 1.1 +17 -0 ports/net/openbgpd/files/patch-bgpd_rde_rib.c (new) 1.1 +19 -0 ports/net/openbgpd/files/patch-bgpd_rde_update.c (new) 1.3 +13 -0 ports/net/openbgpd/files/patch-bgpd_session.c (new) 1.1 +10 -0 ports/net/openbgpd/files/patch-bgpd_util.c (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812171558.mBHFwWa3098960>