(1)ip地址协议drop时增加一列ICMP,值为1

This commit is contained in:
wangxin
2018-08-01 14:21:24 +08:00
parent 2c07f0e82d
commit 8e6e27dd99
8 changed files with 209 additions and 11 deletions

View File

@@ -0,0 +1,2 @@
INSERT INTO sys_data_dictionary_item (item_code,item_value,item_desc,item_sort,STATUS,TYPE,dictionary_id) VALUES (5,'ipaddr','ip地址',0,1,1,66)
INSERT INTO sys_data_dictionary_item (item_code,item_value,item_desc,item_sort,STATUS,TYPE,dictionary_id) VALUES (1,'ICMP','ICMP',0,1,1,63)