Go ahead and add flags and invFlags to the Rule table.
This commit is contained in:
parent
d29f2ce858
commit
d8ad555b9a
3 changed files with 27 additions and 4 deletions
|
@ -96,6 +96,8 @@ CREATE TABLE Rule (
|
|||
ipProtocol integer,
|
||||
ipSourcePort integer,
|
||||
ipDestPort integer,
|
||||
flags integer,
|
||||
invFlags integer,
|
||||
"action" varchar(4096) NOT NULL DEFAULT('accept')
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue