summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ospf6d/parse.y (follow)
Commit message (Expand)AuthorAgeFilesLines
* getifaddrs() can return entries where ifa_addr is NULL. Check for thisbenno2020-12-291-2/+3
* 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-12-261-2/+7
* Area is now part of struct ifacedenis2019-12-231-2/+2
* Rework route priority filter.denis2019-12-161-2/+6
* Introduce conf_clear_redist_list() (from ospfd) and use it in all 3 procs.remi2019-06-111-1/+13
* Allow specifying area by number as well as id. No changes to outputs.remi2019-05-261-10/+22
* Check that depend on interfaces are in the same rdomain. If they are notremi2019-04-291-5/+28
* (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 ospf6dremi2018-12-291-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
* Add support for rdomains.remi2018-07-121-2/+33
* With the "depend on" option routes are sent out with a metric of 65535 ifremi2018-07-121-4/+46
* remove wrong commentremi2018-07-111-2/+1
* Do for most running out of memory err() what was done for most runningkrw2018-07-111-5/+5
* 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
* 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
* 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
* bring include support for config files in from ospfd.dlg2011-06-271-1/+19
* Do not use a carp address as ospf router id because it is not unique.bluhm2010-12-131-1/+3
* Redistributing the default route with ospf6d did not work correctly.bluhm2010-08-221-52/+47
* fix linecount bug with comments spanning multiple lineshenning2010-08-031-3/+4
* Fix all white space bugs in ospf6d at once. No binary change.bluhm2010-07-011-2/+2
* Fixed memory leaks which would occur if the second of two memorytobias2009-03-311-3/+7
* Same fix as just committed to ospfd:stsp2009-01-261-2/+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
* Monster commit of stuff I did mostly last month. What it does:claudio2007-12-131-32/+6
* Remove space/tab compression function from lgetc() and replacempf2007-11-121-10/+2
* Sync parse.y with recent enhancements in hoststated.pyr2007-10-201-3/+5
* Allow '=' to end a number in all lexers.mpf2007-10-161-2/+2
* First step at making kroute IPv6 aware. This resulted in many additionalclaudio2007-10-161-37/+52
* 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/+148
* There is no need to support interface em0:<IP> anymore. Remove most of theclaudio2007-10-111-21/+3
* From ospfd:claudio2007-10-111-2/+1
* next step in the yylex unification: handle quoted strings in a nicer fashionderaadt2007-10-111-20/+32
* The router dead_interval switched from 32bit to a 16bit value in OSPFv3.claudio2007-10-091-2/+2
* Welcome ospf6dnorby2007-10-081-0/+1061