summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ospfd/parse.y (follow)
Commit message (Expand)AuthorAgeFilesLines
* Allow the interface setting "type p2p" to be configured globallz or perremi2020-01-211-5/+8
* Add point-to-point support for broadcast interfaces.remi2019-11-191-2/+7
* Allow specifying area by number as well as id. No change to outputs.dlg2019-06-071-10/+22
* Do not change router-id on reload if unspecified.denis2019-05-161-5/+1
* Check that depend on interfaces are in the same rdomain. If they are notremi2019-04-291-5/+32
* (unsigned) means (unsigned int) which on ptrdiff_t or size_t or otherderaadt2019-02-131-3/+3
* Add config option fib-priority to set a custom prio for routes ospfdremi2018-12-281-3/+13
* - odd condition/test in PF lexersashan2018-11-011-2/+3
* replace malloc()+strlcpy() with strndup() in cmdline_symset().miko2018-09-071-9/+4
* Do for most running out of memory err() what was done for most runningkrw2018-07-111-4/+4
* No need to mention which memory allocation entry point failed (malloc,krw2018-07-091-5/+5
* Be consistent in warn() and log_warn() usage whenkrw2018-07-081-3/+3
* Fix an off-by-one line count when using include statements.denis2018-06-111-49/+82
* Plug leak in error case of the common 'varset' implementations.krw2018-04-261-1/+3
* Use the new route filter ROUTE_PRIOFILTER in ospfd. Usually we onlybenno2018-02-111-3/+8
* Style tweaksjca2018-02-091-5/+5
* Introduce "depend on". This allows ospfd to set the metric dependentremi2018-02-051-8/+74
* Replace hand-rolled for(;;) emptying of 'symhead' TAILQ with morekrw2017-01-051-3/+2
* Replace symset()'s hand-rolled for(;;) traversal of 'symhead' TAILQkrw2017-01-051-5/+7
* do not allow whitespace in macro names, i.e. "this is" = "a variable".benno2016-06-211-1/+9
* Pledge ospfd SE ("stdio inet mcast") and RDE ("stdio") move some codeclaudio2015-12-051-1/+24
* Don't allow embedded nul characters in strings.jsg2014-11-201-1/+4
* Convert the logic in yyerror(). Instead of creating a temporarybluhm2014-11-031-6/+6
* Add gcc format attributes to parse.y for ospf{6,}d.doug2014-11-021-4/+8
* relax the cfg file secrecy check slightly to allow group readabilityhenning2014-01-221-3/+3
* use u_char for buffers in yylex, for ctype callsbenno2013-11-251-7/+7
* sync yyerror() with version in bgpd so that it logs to syslog when daemonized.sthen2013-03-061-5/+8
* Do not use a carp address as ospf router id because it is not unique.bluhm2010-12-131-1/+3
* fix linecount bug with comments spanning multiple lineshenning2010-08-031-3/+4
* options must be sorted.gollo2010-03-241-2/+2
* implement support for fast hello packets.dlg2010-02-161-10/+36
* allow spf-delay and spf-holdtime to be specified in msec so ospfd candlg2010-02-161-4/+14
* add support for includedlg2009-11-251-1/+19
* Preliminary rdomain support, all hacked up by reyk@claudio2009-06-051-2/+10
* Fixed memory leaks which would occur if the second of two memorytobias2009-03-311-3/+7
* First convert IP addresses to host-byte-order before checking which one isclaudio2009-01-261-2/+2
* Full stub area support. This allows ABRs to announce a default networkclaudio2009-01-071-74/+82
* Initial support for stub areas. The bit still missing is the redistributionclaudio2008-11-241-1/+2
* bring in the findeol() fix from pfctl. list of affected parsers by sthenhenning2008-10-171-3/+5
* Have popfile() also close the main config file,mpf2008-02-261-14/+15
* remove comma from type list, add missing semicolon for consistencysimon2008-02-221-2/+3
* Remove space/tab compression function from lgetc() and replacempf2007-11-121-10/+2
* forgot about ospfd in last commit.pyr2007-10-201-3/+5
* Allow '=' to end a number in all lexers.mpf2007-10-161-2/+2
* in the lex... even inside quotes, a \ followed by space or tab shouldderaadt2007-10-161-2/+4
* in all these programs using the same pfctl-derived parse.y, re-unify thederaadt2007-10-131-76/+147
* next step in the yylex unification: handle quoted strings in a nicer fashionderaadt2007-10-111-20/+32
* Bye bye global ospf options. OSPF options are per area (at least the oneclaudio2007-10-111-2/+1
* fix alot of whitespace problems...norby2007-10-011-3/+5
* Another parser.y that switches to parse numbers directly in the lexer.claudio2007-09-121-36/+77