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-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
2007-09-12
Another parser.y that switches to parse numbers directly in the lexer.
Claudio Jeker
2007-09-12
tweak previous;
Jason McIntyre
2007-09-11
Switch some more baudrates to 64 bit and initialize iface->baudrate.
Claudio Jeker
2007-09-11
Improve the ospfd(8) manpage.
Esben Norby
2007-08-06
Fix two issues in the RIB calculation. First rt_nexthop_add() should not
Claudio Jeker
2007-07-25
Don't fatal if the imsg pipe is closed, this is often triggered in the parent
Claudio Jeker
2007-07-24
make imsg_create use dynamic buffers.
Pierre-Yves Ritschard
2007-07-23
when multipath routes exist, display them in ospfctl sh fib output.
Pierre-Yves Ritschard
2007-07-11
make the demote count argument optional as advertised in the man page.
Pierre-Yves Ritschard
2007-06-19
add support for mapping route labels to AS-external route tags.
Reyk Floeter
2007-06-19
Allow ospfd reconfiguration through SIGHUP, add SIGHUP handlers in
Pierre-Yves Ritschard
2007-06-13
NBR_ACT_HELLO_CHK was missing in the nbr_action_names list.
Claudio Jeker
2007-06-13
Don't RB_REMOVE() vertices in area_del() this will be done by vertex_free().
Claudio Jeker
2007-06-13
Ingnore updates that did not change the route. This enhances the signal to
Claudio Jeker
2007-06-12
When calculating as_ext routes only respect the connected flag for rt_nodes
Claudio Jeker
2007-06-12
When removeing as-ext LSA initialise the metric to some sane default else
Claudio Jeker
[next]