From: Tobias Brunner Date: Thu, 19 Jun 2014 12:04:33 +0000 (+0200) Subject: Merge branch 'ipsec.conf-parser' X-Git-Tag: 5.2.0rc1~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6364219281371eb1cd942c97f07e859431bdcde2;p=thirdparty%2Fstrongswan.git Merge branch 'ipsec.conf-parser' Replaces the ipsec.conf parser in starter. The new parser is also based on flex/bison but it simply returns key/value collections 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. Fixes #423. Fixes #560. --- 6364219281371eb1cd942c97f07e859431bdcde2