summaryrefslogtreecommitdiff
path: root/usr.sbin/ospf6d/parse.y
AgeCommit message (Expand)Author
2019-12-26Add point-to-point support for broadcast interfaces.remi
2019-12-23Area is now part of struct ifacedenis
2019-12-16Rework route priority filter.denis
2019-06-11Introduce conf_clear_redist_list() (from ospfd) and use it in all 3 procs.remi
2019-05-26Allow specifying area by number as well as id. No changes to outputs.remi
2019-04-29Check that depend on interfaces are in the same rdomain. If they are notremi
2019-02-13(unsigned) means (unsigned int) which on ptrdiff_t or size_t or otherTheo de Raadt
2018-12-29Add config option fib-priority to set a custom prio for routes ospf6dremi
2018-11-01- odd condition/test in PF lexerAlexandr Nedvedicky
2018-09-07replace malloc()+strlcpy() with strndup() in cmdline_symset().miko
2018-07-12Add support for rdomains.remi
2018-07-12With the "depend on" option routes are sent out with a metric of 65535 ifremi
2018-07-11remove wrong commentremi
2018-07-11Do for most running out of memory err() what was done for most runningKenneth R Westerback
2018-07-09No need to mention which memory allocation entry point failed (malloc,Kenneth R Westerback
2018-07-08Be consistent in warn() and log_warn() usage whenKenneth R Westerback
2018-06-11Fix an off-by-one line count when using include statements.denis
2018-04-26Plug leak in error case of the common 'varset' implementations.Kenneth R Westerback
2017-01-05Replace hand-rolled for(;;) emptying of 'symhead' TAILQ with moreKenneth R Westerback
2017-01-05Replace symset()'s hand-rolled for(;;) traversal of 'symhead' TAILQKenneth R Westerback
2016-06-21do not allow whitespace in macro names, i.e. "this is" = "a variable".Sebastian Benoit
2014-11-20Don't allow embedded nul characters in strings.Jonathan Gray
2014-11-03Convert the logic in yyerror(). Instead of creating a temporaryAlexander Bluhm
2014-11-02Add gcc format attributes to parse.y for ospf{6,}d.Doug Hogan
2014-01-22relax the cfg file secrecy check slightly to allow group readabilityHenning Brauer
2013-11-25use u_char for buffers in yylex, for ctype callsSebastian Benoit
2013-03-06sync yyerror() with version in bgpd so that it logs to syslog when daemonized.Stuart Henderson
2011-06-27bring include support for config files in from ospfd.David Gwynne
2010-12-13Do not use a carp address as ospf router id because it is not unique.Alexander Bluhm
2010-08-22Redistributing the default route with ospf6d did not work correctly.Alexander Bluhm
2010-08-03fix linecount bug with comments spanning multiple linesHenning Brauer
2010-07-01Fix all white space bugs in ospf6d at once. No binary change.Alexander Bluhm
2009-03-31Fixed memory leaks which would occur if the second of two memoryTobias Stoeckmann
2009-01-26Same fix as just committed to ospfd:Stefan Sperling
2008-10-17bring in the findeol() fix from pfctl. list of affected parsers by sthenHenning Brauer
2008-02-26Have popfile() also close the main config file,Marco Pfatschbacher
2007-12-13Monster commit of stuff I did mostly last month. What it does:Claudio Jeker
2007-11-12Remove space/tab compression function from lgetc() and replaceMarco Pfatschbacher
2007-10-20Sync parse.y with recent enhancements in hoststated.Pierre-Yves Ritschard
2007-10-16Allow '=' to end a number in all lexers.Marco Pfatschbacher
2007-10-16First step at making kroute IPv6 aware. This resulted in many additionalClaudio Jeker
2007-10-16in the lex... even inside quotes, a \ followed by space or tab shouldTheo de Raadt
2007-10-13in all these programs using the same pfctl-derived parse.y, re-unify theTheo de Raadt
2007-10-11There is no need to support interface em0:<IP> anymore. Remove most of theClaudio Jeker
2007-10-11From ospfd:Claudio Jeker
2007-10-11next step in the yylex unification: handle quoted strings in a nicer fashionTheo de Raadt
2007-10-09The router dead_interval switched from 32bit to a 16bit value in OSPFv3.Claudio Jeker
2007-10-08Welcome ospf6dEsben Norby