melifaro de047d9894 Improve "reserved keywords" hack:
we can't easily predict (in current parsing model)
if the keyword is ipfw(8) reserved keyword or port name.
Checking proto database via getprotobyname() consumes a lot of
CPU and leads to tens of seconds for parsing large ruleset.
Use list of reserved keywords and check them as pre-requisite
before doing getprotobyname().

Obtained from:	Yandex LLC
2014-10-06 11:00:47 +00:00
..
2014-07-07 00:27:09 +00:00
2014-08-20 17:04:49 +00:00
2014-07-07 00:27:09 +00:00
2014-09-28 08:23:26 +00:00
2014-10-06 11:00:47 +00:00
2014-09-21 05:03:04 +00:00