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
2024-08-22
ospfd: fix whitespace error introduced in previous
Theo Buehler
2024-08-21
An area is either a decimal number or an IPv4 address.
Florian Obser
2021-10-15
Don't declare variables as "unsigned char *" that are passed to
Christian Weisgerber
2021-01-25
r1.102 forgot to tweak the "redistribute rtlabel" part of the grammar.
David Gwynne
2021-01-07
Fix multiple shift/reduce conflicts in the parser because of the dependon
Claudio Jeker
2020-12-29
getifaddrs() can return entries where ifa_addr is NULL. Check for this
Sebastian Benoit
2020-01-21
Allow the interface setting "type p2p" to be configured globallz or per
remi
2019-11-19
Add point-to-point support for broadcast interfaces.
remi
2019-06-07
Allow specifying area by number as well as id. No change to outputs.
David Gwynne
2019-05-16
Do not change router-id on reload if unspecified.
denis
2019-04-29
Check that depend on interfaces are in the same rdomain. If they are not
remi
2019-02-13
(unsigned) means (unsigned int) which on ptrdiff_t or size_t or other
Theo de Raadt
2018-12-28
Add config option fib-priority to set a custom prio for routes ospfd
remi
2018-11-01
- odd condition/test in PF lexer
Alexandr Nedvedicky
2018-09-07
replace malloc()+strlcpy() with strndup() in cmdline_symset().
miko
2018-07-11
Do for most running out of memory err() what was done for most running
Kenneth R Westerback
2018-07-09
No need to mention which memory allocation entry point failed (malloc,
Kenneth R Westerback
2018-07-08
Be consistent in warn() and log_warn() usage when
Kenneth R Westerback
2018-06-11
Fix an off-by-one line count when using include statements.
denis
2018-04-26
Plug leak in error case of the common 'varset' implementations.
Kenneth R Westerback
2018-02-11
Use the new route filter ROUTE_PRIOFILTER in ospfd. Usually we only
Sebastian Benoit
2018-02-09
Style tweaks
Jeremie Courreges-Anglas
2018-02-05
Introduce "depend on". This allows ospfd to set the metric dependent
remi
2017-01-05
Replace hand-rolled for(;;) emptying of 'symhead' TAILQ with more
Kenneth R Westerback
2017-01-05
Replace symset()'s hand-rolled for(;;) traversal of 'symhead' TAILQ
Kenneth R Westerback
2016-06-21
do not allow whitespace in macro names, i.e. "this is" = "a variable".
Sebastian Benoit
2015-12-05
Pledge ospfd SE ("stdio inet mcast") and RDE ("stdio") move some code
Claudio Jeker
2014-11-20
Don't allow embedded nul characters in strings.
Jonathan Gray
2014-11-03
Convert the logic in yyerror(). Instead of creating a temporary
Alexander Bluhm
2014-11-02
Add gcc format attributes to parse.y for ospf{6,}d.
Doug Hogan
2014-01-22
relax the cfg file secrecy check slightly to allow group readability
Henning Brauer
2013-11-25
use u_char for buffers in yylex, for ctype calls
Sebastian Benoit
2013-03-06
sync yyerror() with version in bgpd so that it logs to syslog when daemonized.
Stuart Henderson
2010-12-13
Do not use a carp address as ospf router id because it is not unique.
Alexander Bluhm
2010-08-03
fix linecount bug with comments spanning multiple lines
Henning Brauer
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
[next]