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
2007-04-19
Use iovecs to write routing messages to the socket instead of a static
Claudio Jeker
2007-04-12
Before starting to evaluate the redistributon of a route it helps to set
Claudio Jeker
2007-04-11
Simplify rde_summary_update(). The route entry has a valid/invalid flag
Claudio Jeker
2007-04-10
Next step in equal cost multipath support. Make the SPF calculation multipath
Claudio Jeker
2007-04-05
remove an unused function.
Pierre-Yves Ritschard
2007-04-04
Type 4 (router) summery LSA need to be sent out with an LS ID equal to the
Claudio Jeker
2007-04-04
There is no need to originate inter-area routes to the backbone.
Claudio Jeker
2007-04-02
Use fatal() if calloc fails instead of fatalx().
Claudio Jeker
2007-03-30
Use correct function name in fatalx() message.
Claudio Jeker
2007-03-28
Remove unused variable found by lint.
Claudio Jeker
2007-03-27
First step to make ospfd equal cost multipath aware.
Claudio Jeker
2007-03-25
If the interface metric changes on reload it is necessary to re-originate
Claudio Jeker
2007-03-22
s/%ssredistribute/%sredistribute/. One s is enough and makes -nv output
Claudio Jeker
2007-03-22
Somehow I forgot how to correctly sort in alphabetical order.
Claudio Jeker
2007-03-21
tweak a sentence;
Jason McIntyre
2007-03-21
Add RFC 3137 and remove the caveats section. Ospfd will now automaticaly
Claudio Jeker
2007-03-21
Document "stub router (yes|no)" and how/why it is used.
Claudio Jeker
2007-03-21
Add support for RFC 3137: OSPF Stub Router Advertisement
Claudio Jeker
2007-03-19
when our red/recv/recvmsg in imsg_read gives EINTR or EAGAIN, do not
Henning Brauer
2007-03-17
Exchange a strlcpy() with a strncpy(). A similar change was done in parse.y
Claudio Jeker
2007-03-16
Don't forget to set the metric in the REDIST_LABEL case. OK pyr@
Claudio Jeker
2007-03-16
Make sure that the metric on redistributed prefixes is always != 0.
Claudio Jeker
2007-03-13
Don't call rtlabel_unref() twice on RTM_DELETE. kroute_remove() does it
Claudio Jeker
2007-03-13
rtm_tableid is only valid for RTM_ADD, RTM_CHANGE and RTM_DELETE but not
Claudio Jeker
2007-02-26
Set the metric for loopback interfaces.
Esben Norby
2007-02-25
copy mis-aligned routing socket message into a properly aligned struct, so
Theo de Raadt
2007-02-24
spelling; sthen@spacehopper
Theo de Raadt
2007-02-12
rde_nbr_loading() may be called with area == NULL. Check for this condition
Claudio Jeker
2007-02-09
Remove unneeded statement. The debug code needing it is long gone.
Claudio Jeker
2007-02-01
whitespace cleanup, no binary change.
Claudio Jeker
2007-02-01
If an interface is going down send out an empty OSPF hello packet so that
Claudio Jeker
2007-02-01
Preliminary configuration reload support. Seems to work reasonably well
Claudio Jeker
2007-02-01
kr_reload() -- another helper function for reload support. This one
Claudio Jeker
2007-02-01
There is no need to check if the LSA is matched by an net LSA in
Claudio Jeker
2007-02-01
Implement md_list_send() function to send auth crypt keys to the OSPF engine.
Claudio Jeker
2007-01-29
Remove useless debug message when calculating the SPF tree.
Esben Norby
2007-01-29
Do not link from the LS DB to outside structures that may vanish before
Claudio Jeker
2007-01-24
When deleting a neighbor or a interface make sure that no events are pending.
Claudio Jeker
2007-01-24
Remove most of the spf calculation related log_debug messages.
Claudio Jeker
2007-01-24
Remove some log_debug()s that are no longer needed.
Claudio Jeker
2007-01-23
Typo in fatal() message found by dunceor @ gmail dot com
Claudio Jeker
2007-01-20
Ignore SIGPIPE in the parent and RDE as well.
Claudio Jeker
2007-01-14
typo
Michele Marchetto
2007-01-11
Silently ignore unknown neighbors in the rde and ospfe imsg handler. This
Claudio Jeker
2007-01-11
Join two lines.
Claudio Jeker
2007-01-11
Remove unneeded config stuff when booting up the RDE. This makes the reload
Claudio Jeker
2007-01-08
term 3 here can be dropped too
Theo de Raadt
2006-12-21
Unbreak redistribute default and make it possible to specify a metric for
Claudio Jeker
2006-12-21
order variables by size/type.
Claudio Jeker
2006-12-13
Doh! I forgot the change from kroute to rroute in the deletion case.
Claudio Jeker
[next]