summaryrefslogtreecommitdiff
path: root/usr.sbin/ospf6d/parse.y
AgeCommit message (Expand)Author
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