summaryrefslogtreecommitdiffstats
path: root/src/parser.y
Commit message (Expand)AuthorAgeFilesLines
* src: Better error reporting if chain type is invalidTomasz Bursztyka2013-09-051-3/+13
* src: Add priority keyword on base chain descriptionTomasz Bursztyka2013-09-041-4/+4
* src: Wrap netfilter hooks around human readable stringsTomasz Bursztyka2013-09-041-5/+16
* src: allow to specify the base chain typePablo Neira Ayuso2013-08-271-6/+8
* src: Add icmpv6 supportEric Leblond2013-07-311-3/+30
* src: Add support for insertion inside rule listEric Leblond2013-07-191-2/+15
* src: fix counter restorationEric Leblond2013-06-121-3/+25
* parser: fix size of internet protocol expressions matching keywordsPatrick McHardy2013-04-231-9/+9
* parser: include leading '.' in concat subexpression locationPatrick McHardy2013-04-221-0/+6
* cmd/netlink: make sure we always have a location in netlink operationsPatrick McHardy2013-04-181-24/+24
* rule: allow to list of existing tablesPablo Neira Ayuso2013-04-181-2/+15
* rule: add rule insertion (prepend) supportPatrick McHardy2012-12-141-2/+10
* chains: add chain rename supportPatrick McHardy2012-12-141-3/+12
* parser: fix parsing protocol names for protocols which are also keywordsPatrick McHardy2012-12-051-0/+63
* netlink: fix creation of base chains with hooknum and priority 0Patrick McHardy2010-07-061-0/+2
* debug: properly parse debug levelsPatrick McHardy2010-07-061-3/+5
* parser: support bison >= 2.4Patrick McHardy2010-07-061-1/+19
* payload: add DCCP packet type definitionsPatrick McHardy2009-07-281-0/+1
* add support for new set API and standalone setsPatrick McHardy2009-07-281-98/+193
* ct: resync netlink header and properly add ct l3protocol supportPatrick McHardy2009-03-311-2/+4
* Fix some memory leaksPatrick McHardy2009-03-201-0/+1
* Add support for user-defined symbolic constantsPatrick McHardy2009-03-201-7/+20
* Add support for scoping and symbol bindingPatrick McHardy2009-03-201-2/+30
* parser: consistently use $@ for location of entire groupingPatrick McHardy2009-03-201-15/+15
* parser: fix common_block usage in chain and table blocksPatrick McHardy2009-03-201-2/+2
* Allow newlines in regular mapsPatrick McHardy2009-03-181-3/+5
* Allow newlines in sets and mapsPatrick McHardy2009-03-181-11/+29
* Initial commitv0.01-alpha1Patrick McHardy2009-03-181-0/+1386