summaryrefslogtreecommitdiff
path: root/usr.sbin/ospfd/parse.y
AgeCommit message (Expand)Author
2010-03-24options must be sorted.Joerg Goltermann
2010-02-16implement support for fast hello packets.David Gwynne
2010-02-16allow spf-delay and spf-holdtime to be specified in msec so ospfd canDavid Gwynne
2009-11-25add support for includeDavid Gwynne
2009-06-05Preliminary rdomain support, all hacked up by reyk@Claudio Jeker
2009-03-31Fixed memory leaks which would occur if the second of two memoryTobias Stoeckmann
2009-01-26First convert IP addresses to host-byte-order before checking which one isClaudio Jeker
2009-01-07Full stub area support. This allows ABRs to announce a default networkClaudio Jeker
2008-11-24Initial support for stub areas. The bit still missing is the redistributionClaudio Jeker
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
2008-02-22remove comma from type list, add missing semicolon for consistencySimon Bertrang
2007-11-12Remove space/tab compression function from lgetc() and replaceMarco Pfatschbacher
2007-10-20forgot about ospfd in last commit.Pierre-Yves Ritschard
2007-10-16Allow '=' to end a number in all lexers.Marco Pfatschbacher
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-11next step in the yylex unification: handle quoted strings in a nicer fashionTheo de Raadt
2007-10-11Bye bye global ospf options. OSPF options are per area (at least the oneClaudio Jeker
2007-10-01fix alot of whitespace problems...Esben Norby
2007-09-12Another parser.y that switches to parse numbers directly in the lexer.Claudio Jeker
2007-07-11make the demote count argument optional as advertised in the man page.Pierre-Yves Ritschard
2007-06-19add support for mapping route labels to AS-external route tags.Reyk Floeter
2007-05-29Demote support for ospfd. It is possible to specify a demote group onClaudio Jeker
2007-03-28Remove unused variable found by lint.Claudio Jeker
2007-03-22Somehow I forgot how to correctly sort in alphabetical order.Claudio Jeker
2007-03-21Add support for RFC 3137: OSPF Stub Router AdvertisementClaudio Jeker
2007-03-16Make sure that the metric on redistributed prefixes is always != 0.Claudio Jeker
2007-02-01whitespace cleanup, no binary change.Claudio Jeker
2007-01-14typoMichele Marchetto
2007-01-11Join two lines.Claudio Jeker
2006-12-21Unbreak redistribute default and make it possible to specify a metric forClaudio Jeker
2006-12-07Make it possible to set the metric and LSA type for redistributed routes.Claudio Jeker
2006-11-17Support for multiple networks on one interface. Until now only the mainClaudio Jeker
2006-10-29Allow braces to fit on a single line if only one or no argument is used.Claudio Jeker
2006-10-25Remove a parser debug functionality that was never used in ospfd.Claudio Jeker
2006-10-25Use strtonum(3) instead of the hand made atoul. This solves an issue withClaudio Jeker
2006-05-31Support for "[no] redistribute 10.6/16", all routes that match into thisClaudio Jeker
2006-05-31More redistribute fun. Add a possibility to deny redistribution of specifiedClaudio Jeker
2006-05-31Plug memory leak; ok claudio@Patrick Latifi
2006-05-30Now that rtlabels are accessable via sysctl we can use route lables toClaudio Jeker
2006-05-26\<char> is <char> except for \<newline> -- no exceptions. much like howTheo de Raadt
2006-04-24Fix parser to match current behaviour and make auth-type et al. part of theClaudio Jeker
2006-04-20Simplify the defaults handling. This is long overdue and necessary to addClaudio Jeker
2006-03-15There is no need to check iface != NULL. These parser rules are only allowedClaudio Jeker
2006-03-15Looks like auth-type simple was busted since a long time. We bcmp() aClaudio Jeker
2006-03-08Spaces and other minor cleanup.Claudio Jeker
2006-01-20Explicitly include limits.h if we are going to use its contents.Todd C. Miller
2006-01-05Make ospfd respect carp(4) interfaces and their weird behaviour. They willClaudio Jeker
2005-12-15Fix memory leaks in the parser. Make the string passed with area more strict.Claudio Jeker