diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-03-03 23:18:20 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-03-03 23:18:20 +0000 |
commit | 1e8431bdd01c834428323887d37677379401f1c5 (patch) | |
tree | 3155af6c5f7ebfc374997a595739f9dad21803cb /usr.sbin/bgpctl/bgpctl.8 | |
parent | 4b1d3591e3dbad733022b0bb810e22f749508a73 (diff) |
sort; ok henning
Diffstat (limited to 'usr.sbin/bgpctl/bgpctl.8')
-rw-r--r-- | usr.sbin/bgpctl/bgpctl.8 | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/usr.sbin/bgpctl/bgpctl.8 b/usr.sbin/bgpctl/bgpctl.8 index 72d7dcf2c0f..023fa4268b5 100644 --- a/usr.sbin/bgpctl/bgpctl.8 +++ b/usr.sbin/bgpctl/bgpctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bgpctl.8,v 1.40 2007/03/03 14:49:55 henning Exp $ +.\" $OpenBSD: bgpctl.8,v 1.41 2007/03/03 23:18:19 jmc Exp $ .\" .\" Copyright (c) 2003 Henning Brauer <henning@openbsd.org> .\" @@ -64,6 +64,18 @@ a.k.a. the kernel routing table. .It Cm fib decouple Remove the learned routes from the Forwarding Information Base a.k.a. the kernel routing table. +.It Xo +.Cm irrfilter +.Ar as +.Op Ar options +.Xc +Get the +.Em aut-num +object from the +.Em Internet Routing Registry +and generate bgpd filters from the policy specified therein. +The aut-num object as well as the associated as-set and route objects +have to be in RPSL format. .It Cm neighbor Ar peer Cm up Take the BGP session to the specified neighbor up. .Ar peer @@ -209,18 +221,6 @@ filter can be combined with other filters. .It Cm show summary Show a list of all neighbors, including information about the session state and message counters. -.It Xo -.Cm irrfilter -.Ar as -.Op Ar options -.Xc -Get the -.Em aut-num -object from the -.Em Internet Routing Registry -and generate bgpd filters from the policy specified therein. -The aut-num object as well as the associated as-set and route objects -have to be in RPSL format. .El .Sh FILES .Bl -tag -width "/var/run/bgpd.sockXXX" -compact |