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
/
ospfd
/
ospfd.h
Age
Commit message (
Expand
)
Author
2005-05-27
Preparations for virtual link support.
Esben Norby
2005-05-26
Support dumping the configuration the way bgpd(8) does it.
Esben Norby
2005-05-26
Remove unused variable.
Esben Norby
2005-05-24
Only redistribute networks if the interface they depend on is actually
Claudio Jeker
2005-05-22
Handle cost2 for AS-external, and prepare for handling flags in
Esben Norby
2005-05-12
Add "show database asbr/external/network/router/self-originate/summary"
Esben Norby
2005-05-12
If activly connected to more than one area set B flag in the self-originated
Claudio Jeker
2005-04-27
Sort struct msgbuf by size. From Alexander von Gernler via henning@
Claudio Jeker
2005-04-12
Support for self originated AS-external LSA.
Claudio Jeker
2005-04-05
Use the dynamic buffer API for packet generation and sending.
Claudio Jeker
2005-03-31
Add support for crypt authentication (MD5).
Esben Norby
2005-03-29
The RFC never mentions anything about transfer, this should be transmit.
Esben Norby
2005-03-26
Implement the IMSG_CTL_IFINFO bits correctly. This is needed for
Claudio Jeker
2005-03-26
kroute.c cleanup, simplify code and remove unused functions.
Claudio Jeker
2005-03-23
prefixlen2mask() should return a network byte order result as it does imply
Claudio Jeker
2005-03-23
grow receive buffer on the routing socket, from bgpd
Henning Brauer
2005-03-23
ssize_t -> size_t, from ntpd, there from Alexander von Gernler
Henning Brauer
2005-03-22
Remove bool cruft.
Esben Norby
2005-03-15
Add control messages for the show fib commands.
Claudio Jeker
2005-03-14
Add "show summary" to ospfctl.
Esben Norby
2005-03-12
Add "show rib" and "show rib detail" to ospfctl.
Esben Norby
2005-03-08
Remove no longer valid route entries.
Esben Norby
2005-03-07
Track interface state (up/down) and media status. Simplify the code a bit
Claudio Jeker
2005-02-27
SPF and route table calculation.
Esben Norby
2005-02-24
Remove the kroute nexthop specific code as there is no need for this in
Claudio Jeker
2005-02-16
Support point to point links.
Esben Norby
2005-02-10
Work around a timing issue in the db exchange phase. The DB description
Claudio Jeker
2005-02-09
Fix interface fsm by inserting dummy events and actions as placeholder
Claudio Jeker
2005-02-09
Add buf_seek() as buf_reserve() fails if a buf_add()/buf_reserve() is
Claudio Jeker
2005-02-07
spelling fixes
David Krause
2005-02-02
KNF
Henning Brauer
2005-02-01
Introduce dynmaic buffers. Dynamic buffers are realloced() until max is
Claudio Jeker
2005-01-28
Change my email address to the OpenBSD one since Ericsson has nothing to
Esben Norby
2005-01-28
Welcome ospfd
Claudio Jeker