Go ahead and add flags and invFlags to the Rule table.

This commit is contained in:
Adam Ierymenko 2015-05-25 13:20:10 -07:00
parent d29f2ce858
commit d8ad555b9a
3 changed files with 27 additions and 4 deletions

View file

@ -97,6 +97,8 @@
" ipProtocol integer,\n"\
" ipSourcePort integer,\n"\
" ipDestPort integer,\n"\
" flags integer,\n"\
" invFlags integer,\n"\
" \"action\" varchar(4096) NOT NULL DEFAULT('accept')\n"\
");\n"\
"\n"\