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
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
2005-03-31
Add support for crypt authentication (MD5).
Esben Norby
2005-03-29
The RFC never mentions anything about transfer, this should be transmit.
Esben Norby
2005-03-22
Remove bool cruft.
Esben Norby
2005-03-12
Add "show rib" and "show rib detail" to ospfctl.
Esben Norby
2005-03-12
Small K&F.
Esben Norby
2005-03-07
Track interface state (up/down) and media status. Simplify the code a bit
Claudio Jeker
2005-02-27
SPF and route table calculation.
Esben Norby
2005-02-02
Change keyword fibupdate to fib-update, for consistency with bgpd.conf(5).
Esben Norby
2005-02-02
Typo in constant.
Esben Norby
2005-01-28
Change my email address to the OpenBSD one since Ericsson has nothing to
Esben Norby
2005-01-28
Welcome ospfd
Claudio Jeker