Accepts phases with its name instead of a number

This commit is contained in:
Felipe Zimmerle
2015-09-02 15:17:47 -03:00
parent 035040cd13
commit ea4cd53221
5 changed files with 116 additions and 4 deletions

View File

@@ -324,6 +324,7 @@ expression:
/* variables */ $3,
/* actions */ $8
);
if (driver.addSecRule(rule) == false) {
YYERROR;
}