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
Age
Commit message (
Expand
)
Author
2009-05-31
Remove redundant imsg_event_add calls; ok claudio@
Jacek Masiulaniec
2009-05-31
The libevent callback function may be called with EV_READ and EV_WRITE
Claudio Jeker
2009-05-15
Do not ignore the route metric for "redistribute default".
Marco Pfatschbacher
2009-04-26
comment typos; no binary change
Stuart Henderson
2009-04-07
allow to specify an alternate control socket instead of /var/run/ospfd.sock.
Reyk Floeter
2009-03-31
Fixed memory leaks which would occur if the second of two memory
Tobias Stoeckmann
2009-03-29
Key-Id 0 is not only not available on Cisco devices but also on other devices.
Claudio Jeker
2009-03-27
Allow the announcement of default route also via redistribute 0.0.0.0/0
Michele Marchetto
2009-03-24
Change the behaviour of redistribute default.
Michele Marchetto
2009-03-13
When commiting the buf_left() change adding len to the check was dropped and
Claudio Jeker
2009-03-04
Introduce and use buf_size(buf) instead of buf->wpos -- at least in the non
Claudio Jeker
2009-03-01
Print the correct function name in log_debug().
Michele Marchetto
2009-02-25
Fix an invalid pointer dereference in control_close(). If control_connbyfd()
Claudio Jeker
2009-01-31
write point-to-point in a consistent way.
Igor Sobrado
2009-01-31
Implement buf_left() to make some some more buffer handling easier.
Claudio Jeker
2009-01-31
Pass the buffer to send_packet() instead of spliting it up. This removes
Claudio Jeker
2009-01-27
No need to check if neighbor exists before adding it
Michele Marchetto
2009-01-26
We acutally use the lowest IP configured as router-id if none is specified.
Claudio Jeker
2009-01-26
First convert IP addresses to host-byte-order before checking which one is
Claudio Jeker
2009-01-16
fix last update
Joerg Goltermann
2009-01-08
Fix use after free of kr. Happend when the first loop removed the head
Claudio Jeker
2009-01-08
Include the neighbor ID in a debug output so that it is clear which router
Claudio Jeker
2009-01-08
tweak previous; feedback/ok claudio
Jason McIntyre
2009-01-07
Full stub area support. This allows ABRs to announce a default network
Claudio Jeker
2009-01-06
Remove workaround added in rev 1.63. The real issue has been found and
Claudio Jeker
2009-01-01
Remove some other useless debug messages that just add unneeded noise.
Claudio Jeker
2009-01-01
Call kr_shutdown() before exit even in config test mode and config parse
Claudio Jeker
2009-01-01
Move initialisation of krt into kif_init so that it is possible to call
Claudio Jeker
2008-12-17
Add a workaround for some crazyness that happens if a cloning route has a
Claudio Jeker
2008-12-12
Make the kroute code routing priority aware. This solves a few issues and
Claudio Jeker
2008-11-24
Initial support for stub areas. The bit still missing is the redistribution
Claudio Jeker
2008-11-21
Kill some old debug messages that are no longer needed.
Claudio Jeker
2008-11-21
imsg_* returns ssize_t
Claudio Jeker
2008-10-17
bring in the findeol() fix from pfctl. list of affected parsers by sthen
Henning Brauer
2008-10-03
Unify code between the various flavors of imsg buffer.c.
Eric Faurot
2008-09-29
Refactor code that handles the kroute interfaces and make it possible to
Claudio Jeker
2008-09-12
Don't be to strict in find_iface() about what we accept on point-to-point
Claudio Jeker
2008-07-24
Use memcpy() and memcmp() like everywhere else in ospfd. OK norby@
Claudio Jeker
2008-06-13
Simplify ROUNDUP() macro, it does not need the additional size argument.
Claudio Jeker
2008-06-10
Fix typo.
Joel Sing
2008-05-12
Error out with usage line if additional arguments are given after the
Pierre-Yves Ritschard
2008-05-09
insert/delete routes w/ prio RTP_OSPF
Henning Brauer
2008-05-07
OSPF uses the highest IP address, not the lowest.
Joel Sing
2008-05-05
Use rtm_hdrlen instead of the static header length. OK norby@
Claudio Jeker
2008-03-24
msg_controllen has to be CMSG_SPACE so that the kernel can account for
Theo de Raadt
2008-03-15
Repair more msg_controllen dealing with structures or arrays of
Theo de Raadt
2008-03-13
Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due to
Theo de Raadt
2008-02-26
Have popfile() also close the main config file,
Marco Pfatschbacher
2008-02-22
remove comma from type list, add missing semicolon for consistency
Simon Bertrang
2008-02-11
Correct the output of several error and debug messages.
Esben Norby
[next]