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
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
2008-02-11
log_debug error messages report incorrect function names
Esben Norby
2008-01-31
use a hyphen for "interface-specific" as a compound term. this is
Jason McIntyre
2008-01-31
do not leak confd on malloc failure in control_accept()
Henning Brauer
2007-11-12
Remove space/tab compression function from lgetc() and replace
Marco Pfatschbacher
2007-10-25
segement -> segment; from Denis Doroshenko
Jason McIntyre
2007-10-25
Add -D makro=value as well so that all routing daemons are in sync.
Claudio Jeker
2007-10-20
forgot about ospfd in last commit.
Pierre-Yves Ritschard
2007-10-17
From ripd: Add missing RTM_VERSION checks
Claudio Jeker
2007-10-16
Use v->type insead of v->lsa->hdr.type. Idea came while looking at ospf6d.
Claudio Jeker
2007-10-16
Allow '=' to end a number in all lexers.
Marco Pfatschbacher
2007-10-16
in the lex... even inside quotes, a \ followed by space or tab should
Theo de Raadt
2007-10-14
Missing space
Claudio Jeker
2007-10-14
'syncronize' -> 'synchronize'. From Diego Casati.
Kenneth R Westerback
2007-10-13
superceed -> supersede; from Tamas TEVESZ
Jason McIntyre
2007-10-13
in all these programs using the same pfctl-derived parse.y, re-unify the
Theo de Raadt
2007-10-13
Funny typo, it is fib not fip so adjust function name.
Claudio Jeker
2007-10-11
next step in the yylex unification: handle quoted strings in a nicer fashion
Theo de Raadt
2007-10-11
Bye bye global ospf options. OSPF options are per area (at least the one
Claudio Jeker
2007-10-11
Don't check for OSPF_OPTION_E in the parent. OSPF_OPTION_E is per area and
Claudio Jeker
2007-10-11
Do not overload nbr->options with the dd exchange bits. nbr->options is used
Claudio Jeker
2007-10-01
fix alot of whitespace problems...
Esben Norby
2007-09-30
When printing the config always include the interface IP address.
Claudio Jeker
2007-09-28
spaces
Claudio Jeker
2007-09-28
Cleanup some #includes plus some minor other cleanup. OK norby@
Claudio Jeker
2007-09-25
Last missing piece in the equal cost multipath support for ospfd.
Claudio Jeker
2007-09-18
Correctly track the E-bit of router LSA on config reloads. If redistribution
Claudio Jeker
2007-09-16
Change the way nexthops are calculated on the root level. Instead of looking
Claudio Jeker
2007-09-15
[fF]uther -> [fF]urther in comments and man page. First one spotted on
Kenneth R Westerback
[next]