aboutsummaryrefslogtreecommitdiffstats
path: root/src/starter/parser/parser.y
Commit message (Collapse)AuthorAgeFilesLines
* starter: Add support for multi-line strings in ipsec.confTobias Brunner2015-07-281-1/+1
|
* starter: Add new bison/flex based parser for ipsec.confTobias Brunner2014-06-191-0/+254
The parser simply returns key/value pairs of all sections, it already resolves also= and allows overriding options in all included sections (not only %default), options set in included section can also be cleared again (key=). It provides other improvements too, like quoted strings (with escape sequences), unlimited includes and better whitespace/comment handling.