diff options
author | Stefan Walter <stefan@FreeBSD.org> | 2008-12-17 15:58:32 +0000 |
---|---|---|
committer | Stefan Walter <stefan@FreeBSD.org> | 2008-12-17 15:58:32 +0000 |
commit | 073943d1f3f2c04207ec379472ca1706d3dda456 (patch) | |
tree | dc44970c08bfca82825739873773caf8ca19acea /net/openbgpd/files/patch-bgpctl_bgpctl.8 | |
parent | - Update to 2.6.12 (diff) |
- 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)
Notes
Notes:
svn path=/head/; revision=224336
Diffstat (limited to 'net/openbgpd/files/patch-bgpctl_bgpctl.8')
-rw-r--r-- | net/openbgpd/files/patch-bgpctl_bgpctl.8 | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/net/openbgpd/files/patch-bgpctl_bgpctl.8 b/net/openbgpd/files/patch-bgpctl_bgpctl.8 index 9000ace56664..1cdd3fec17fc 100644 --- a/net/openbgpd/files/patch-bgpctl_bgpctl.8 +++ b/net/openbgpd/files/patch-bgpctl_bgpctl.8 @@ -1,15 +1,10 @@ - -$FreeBSD$ - ---- bgpctl/bgpctl.8.orig -+++ bgpctl/bgpctl.8 -@@ -138,8 +138,8 @@ - and message counters. +--- bgpctl/bgpctl.8 2007-05-31 21:20:22.000000000 +0200 ++++ bgpctl/bgpctl.8 2008-03-18 14:51:41.000000000 +0100 +@@ -240,7 +240,7 @@ .El .Sh FILES --.Bl -tag -width "/etc/bgpd.conf" -compact + .Bl -tag -width "/var/run/bgpd.sockXXX" -compact -.It Pa /etc/bgpd.conf -+.Bl -tag -width "%%PREFIX%%/etc/bgpd.conf" -compact +.It Pa %%PREFIX%%/etc/bgpd.conf default .Xr bgpd 8 |