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
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
2005-11-04
Make "interface em0 { }" work again. Reported and OK stevesk@
Claudio Jeker
2005-10-30
remove some unneeded #includes and correct keyword in error string;
Kevin Steves
2005-10-28
clean auth error messages; ok claudio@ msf@
Kevin Steves
2005-09-17
- add get_rtr_id() based on bgpd's get_bgpid()
Mathieu Sauve-Frankel
2005-09-15
auth-md-keyid 0 is valid but is not allowed on Cis^H^Hrap routers.
Claudio Jeker
2005-06-28
Make it possible to specify interfaces just by using "interface em0" without
Claudio Jeker
2005-05-26
Support dumping the configuration the way bgpd(8) does it.
Esben Norby
2005-05-23
Make the rfc1583compat flag changable in ospfd.conf(5).
Esben Norby
2005-04-12
Support for self originated AS-external LSA.
Claudio Jeker
2005-04-06
Add check for key lengths. Based on diff from Jason Ackley.
Esben Norby
[next]