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
/
parse.y
Age
Commit message (
Expand
)
Author
2010-03-24
options must be sorted.
Joerg Goltermann
2010-02-16
implement support for fast hello packets.
David Gwynne
2010-02-16
allow spf-delay and spf-holdtime to be specified in msec so ospfd can
David Gwynne
2009-11-25
add support for include
David Gwynne
2009-06-05
Preliminary rdomain support, all hacked up by reyk@
Claudio Jeker
2009-03-31
Fixed memory leaks which would occur if the second of two memory
Tobias Stoeckmann
2009-01-26
First convert IP addresses to host-byte-order before checking which one is
Claudio Jeker
2009-01-07
Full stub area support. This allows ABRs to announce a default network
Claudio Jeker
2008-11-24
Initial support for stub areas. The bit still missing is the redistribution
Claudio Jeker
2008-10-17
bring in the findeol() fix from pfctl. list of affected parsers by sthen
Henning Brauer
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
2007-11-12
Remove space/tab compression function from lgetc() and replace
Marco Pfatschbacher
2007-10-20
forgot about ospfd in last commit.
Pierre-Yves Ritschard
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-13
in all these programs using the same pfctl-derived parse.y, re-unify the
Theo de Raadt
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-01
fix alot of whitespace problems...
Esben Norby
2007-09-12
Another parser.y that switches to parse numbers directly in the lexer.
Claudio Jeker
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-05-29
Demote support for ospfd. It is possible to specify a demote group on
Claudio Jeker
2007-03-28
Remove unused variable found by lint.
Claudio Jeker
2007-03-22
Somehow I forgot how to correctly sort in alphabetical order.
Claudio Jeker
2007-03-21
Add support for RFC 3137: OSPF Stub Router Advertisement
Claudio Jeker
2007-03-16
Make sure that the metric on redistributed prefixes is always != 0.
Claudio Jeker
2007-02-01
whitespace cleanup, no binary change.
Claudio Jeker
2007-01-14
typo
Michele Marchetto
2007-01-11
Join two lines.
Claudio Jeker
2006-12-21
Unbreak redistribute default and make it possible to specify a metric for
Claudio Jeker
2006-12-07
Make it possible to set the metric and LSA type for redistributed routes.
Claudio Jeker
2006-11-17
Support for multiple networks on one interface. Until now only the main
Claudio Jeker
2006-10-29
Allow braces to fit on a single line if only one or no argument is used.
Claudio Jeker
2006-10-25
Remove a parser debug functionality that was never used in ospfd.
Claudio Jeker
2006-10-25
Use strtonum(3) instead of the hand made atoul. This solves an issue with
Claudio Jeker
2006-05-31
Support for "[no] redistribute 10.6/16", all routes that match into this
Claudio Jeker
2006-05-31
More redistribute fun. Add a possibility to deny redistribution of specified
Claudio Jeker
2006-05-31
Plug memory leak; ok claudio@
Patrick Latifi
2006-05-30
Now that rtlabels are accessable via sysctl we can use route lables to
Claudio Jeker
2006-05-26
\<char> is <char> except for \<newline> -- no exceptions. much like how
Theo de Raadt
2006-04-24
Fix parser to match current behaviour and make auth-type et al. part of the
Claudio Jeker
2006-04-20
Simplify the defaults handling. This is long overdue and necessary to add
Claudio Jeker
2006-03-15
There is no need to check iface != NULL. These parser rules are only allowed
Claudio Jeker
2006-03-15
Looks like auth-type simple was busted since a long time. We bcmp() a
Claudio Jeker
2006-03-08
Spaces and other minor cleanup.
Claudio Jeker
2006-01-20
Explicitly include limits.h if we are going to use its contents.
Todd C. Miller
2006-01-05
Make ospfd respect carp(4) interfaces and their weird behaviour. They will
Claudio Jeker
2005-12-15
Fix memory leaks in the parser. Make the string passed with area more strict.
Claudio Jeker
[next]