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-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
2007-05-31
convert to new .Dd format;
Jason McIntyre
2007-05-31
Document demotion counters. With help from jmc@
Claudio Jeker
2007-05-31
automaticaly -> automatically
Jason McIntyre
2007-05-29
Demote support for ospfd. It is possible to specify a demote group on
Claudio Jeker
2007-05-22
Rework the way how ospfd fetches and tracks interfaces. Try to merge the
Claudio Jeker
2007-05-10
transposition; ok jmc@
Kevin Steves
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
[next]