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
2005-04-18
Print mrt config after the main and network config. Main and network config
Claudio Jeker
2005-04-12
Introduce a per prefix weight. The weight is used to tip prefixes with equal
Claudio Jeker
2005-04-07
nicer output
Henning Brauer
2005-03-14
Allow to modify the metrics in a relative way by prepending the number with
Claudio Jeker
2005-03-11
Finally commit the transparent-as and nexthop no-modify stuff I wrote on the
Claudio Jeker
2004-11-23
Switch from a single filter_set to a linked list of sets. With this change
Claudio Jeker
2004-11-18
add an instance of struct capabilities to peer_conf, and inherit
Henning Brauer
2004-11-11
New config statement "rde route-age [evaluate|ignore]". If set to evaluate
Claudio Jeker
2004-10-19
fix printing of groups - instead of surrounding each neighbor statement
Henning Brauer
2004-10-19
allow neighbor definitions to depend on interface state.
Henning Brauer
2004-09-28
Add prepend-neighbor feature. Prepend the remote-as n times similar to
Claudio Jeker
2004-08-24
Add missing config statements -- route-reflector and enforce neighbor-as.
Claudio Jeker
2004-08-24
Forgot to update printconf.c once again. foobar-AS is now foobar-as.
Claudio Jeker
2004-08-13
Fix minor issues with IPv6 dumps and add a function for dumping the RIB table
Claudio Jeker
2004-08-10
switch nexthop in struct filter_set form struct in_addr to struct bgpd_addr
Claudio Jeker
2004-08-02
Forgot to add "anounce default-route" here. OK henning@
Claudio Jeker
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