(1)ip地址协议drop时增加一列ICMP,值为1
This commit is contained in:
2
src/main/resources/sql/update_ip_addr.sql
Normal file
2
src/main/resources/sql/update_ip_addr.sql
Normal 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)
|
||||
Reference in New Issue
Block a user