index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
bgpctl
/
parser.c
Age
Commit message (
Expand
)
Author
2005-09-20
allow "show rib" to be limited to an address family too
Henning Brauer
2005-09-20
for consistency, make "show network" and alias for "network show"
Henning Brauer
2005-09-20
allow the "show network" output to be limited to a given address family
Henning Brauer
2005-07-01
fix breakage; if this proves to be wrong, will be fixed later. at least
Federico G. Schwindt
2005-06-16
use prefixlen2mask() instead of doing the bitshifting by hand; fixes the
Henning Brauer
2005-06-07
In case strlcpy() indicates that a string was truncated fail with errx().
Claudio Jeker
2005-06-06
add support for a "family" token, allows to select address families
Henning Brauer
2005-06-05
grr, more whitespace KNF, more carrot for claudio
Henning Brauer
2005-05-23
Make it possible to dynamicaly add networks with attributes like communities
Claudio Jeker
2004-12-23
allo the "bgpctl show neighbor " commands to take the neighbor descr
Henning Brauer
2004-12-23
must only try to match PEERDESC of nothing else matched, it's just a string
Henning Brauer
2004-12-23
allow "bgpctl neighbor" to take the peer's descr as argument as well
Henning Brauer
2004-10-26
ease the parser a bit.
Henning Brauer
2004-08-20
add support for "bgpctl neighbor 1.2.3.4 clear", takes session down & up again
Henning Brauer
2004-06-17
print '<cr>' instead of '(nothing)' when we hit the end token in the
Henning Brauer
2004-05-21
Make it possible to add, delete, flush and show network announcements.
Claudio Jeker
2004-03-11
typo
Henning Brauer
2004-03-02
show rib A.B.C.D and show rib A.B.C.D/N [all] support. Now the most important
Claudio Jeker
2004-02-26
Implement "show rib" and "show rib <astype> <AS>" commands to dump the
Claudio Jeker
2004-01-29
KNF
Henning Brauer
2004-01-21
new parser.
Henning Brauer