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
/
bgpd
/
printconf.c
Age
Commit message (
Expand
)
Author
2004-07-05
implement "set nexthop blackhole" and "set nexthop reject"
Henning Brauer
2004-07-03
Switch mrt dumping to fd passing. This gives some speed up when extensive
Claudio Jeker
2004-06-20
at least somewhat consistently name the TAILQ_ENTRYs... this confused me
Henning Brauer
2004-06-06
rework bgpd's handling of listening sockets. instead of one for each
Henning Brauer
2004-05-08
KNF
Henning Brauer
2004-05-08
do not omit the IPv6 listening address
Henning Brauer
2004-05-08
add support for ipsec ah with manual keys, pfkey part already does so, and
Henning Brauer
2004-04-28
allow ah/esp spec with IKE, markus ok
Henning Brauer
2004-04-28
prefix the auth related defines by AUTH_, we had a name clash, markus ok
Henning Brauer
2004-04-27
teach printconf about all this shiny new ipsec stuff
Henning Brauer
2004-04-27
rename the ipsec struct to auth, move all tcpmd5 related fields in there, and
Henning Brauer
2004-04-26
fix printing template neighbors
Henning Brauer
2004-03-17
Add missing space for sets in network statements.
Claudio Jeker
2004-03-12
print that capabilities stuff
Henning Brauer
2004-03-11
KNF
Henning Brauer
2004-03-11
Add basic support for communities. Currently it is only possible to filter
Claudio Jeker
2004-03-01
don't print empty descr
Henning Brauer
2004-03-01
KNF
Henning Brauer
2004-03-01
Sync printconfig.c with parse.y. OK henning@
Claudio Jeker
2004-02-24
Enhance filters. prefixlen knows now 8-24 and 8><24. It is possible to use
Claudio Jeker
2004-02-09
print networks too
Henning Brauer
2004-02-09
make max_prefix an u_int32_t instead of an u_long and change its
Henning Brauer
2004-02-09
print more fluff
Henning Brauer
2004-02-08
factor out functions to print the configuration (rules only for now)
Henning Brauer