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
2011-03-25
Rewrite the lsack generation. Make it more like the lsupdate code.
Claudio Jeker
2011-03-24
Fix some memory leaks. Mainly better cleanup on shutdown but the v_nexthop
Claudio Jeker
2011-03-08
It was not possible to send out LS updates larger then the MTU.
Claudio Jeker
2011-03-08
Instead of using IBUF_READ_SIZE as upper bound when building various
Claudio Jeker
2011-03-04
Indent block correctly.
Claudio Jeker
2011-02-02
s/microseconds/milliseconds/, from Stijn on bugs@.
Stuart Henderson
2011-01-18
When fixing conflicts make sure the right vertex is passed to lsa_merge()
Claudio Jeker
2011-01-17
Fix redistribution of overlapping routes (e.g 10/8 and 10.0/16).
Claudio Jeker
2011-01-12
Kill struct rroute and move the metric to struct kroute. This
Claudio Jeker
2010-12-13
Do not use a carp address as ospf router id because it is not unique.
Alexander Bluhm
2010-10-14
kr_redistribute() needs to be called with the head node of a multipath
Claudio Jeker
2010-10-01
Reword a comment
Claudio Jeker
2010-09-25
When counting the lsa also build the sum of the ls_checksums. This can be
Claudio Jeker
2010-09-02
remove trailing spaces and tabs from source code; no binary changes
Igor Sobrado
2010-08-03
fix linecount bug with comments spanning multiple lines
Henning Brauer
2010-07-19
When removing an announced prefix inherit the metric and ext_tag from the
Claudio Jeker
2010-07-19
lsa_refresh() was able to resurect dead LSA resulting in zombie anouncements.
Claudio Jeker
2010-07-14
handle RTM_DESYNC. if the kernel says we're out of sync with the kernel
David Gwynne
2010-07-12
Merge duplicate log messages into one log_warn().
Alexander Bluhm
2010-07-09
ospfd is a AF_INET only routing daemon so limit the routing socket to that
Claudio Jeker
2010-07-03
Fix the naming of interfaces and variables for rdomains and rtables
Philip Guenthe
2010-07-01
Fix memory leak by adding a missing free(lsa).
Alexander Bluhm
2010-06-28
Fix IFADDRDEL imsg error message.
Alexander Bluhm
2010-06-27
fix rtmsg_process to return on an error during processing rather than
David Gwynne
2010-06-26
Use offsetof() instead of writing our own version (...which generates
Philip Guenthe
2010-06-23
127/8 is INADDR_LOOPBACK & IN_CLASSA_NET the kroute code does not
Claudio Jeker
2010-06-23
fetchifs and fetchtable return -1 on error, not !0. in fact, they return
David Gwynne
2010-05-26
Move imsg into libutil and add a man page.
Nicholas Marriott
2010-05-26
Rename some imsg bits to make namespace collisions less likely buf to
Nicholas Marriott
2010-05-24
now that we can handle >9 args, put "-D name=value" on one line: it's a bit
Jason McIntyre
2010-05-18
Spacing.
Claudio Jeker
2010-05-17
more then -> more than;
Jason McIntyre
2010-05-14
Use calloc() instead of malloc() to allocate the connection structure. This
Claudio Jeker
2010-05-14
When merging interfaces after a config reload, the fsm state for interfaces
Stuart Henderson
2010-05-13
typo: colision->collision
Stuart Henderson
2010-05-07
When failing to form an adjacency, log the interface name as well
Stuart Henderson
2010-04-27
imsg.h does not need sys/tree.h.
Nicholas Marriott
2010-04-07
Remove XXX comment and just close received fd if calloc() fails.
Nicholas Marriott
2010-04-02
The rtm_errno check which was moved in the last commit should only
Stuart Henderson
2010-04-01
Minor cleanup figured out while syncing kroute with snmpd's.
Claudio Jeker
2010-03-24
options must be sorted.
Joerg Goltermann
2010-03-06
ospfd/ospf6d man page cleanup:
Stefan Sperling
2010-02-23
Fix .Oo .Xo .Oc .Xc mis-nesting by just dropping the .Xo and .Xc which,
Ingo Schwarze
2010-02-23
fetchtable and the kroute dispatch handlers both parse the same messages
David Gwynne
2010-02-22
dedup some code a bit. rather than have the same code in fetchifs and
David Gwynne
2010-02-22
remove the original fetchtable code and replace it with the new
David Gwynne
2010-02-21
Kill double declaration of control_imsg_relay().
Michele Marchetto
2010-02-19
oops, remove dead code.
David Gwynne
2010-02-19
implement ospfctl fib reload.
David Gwynne
2010-02-16
Pick up RTM_DELADDR and issue an internal IFADDRDEL message to the ospfe to
Claudio Jeker
[next]