IP Spoofing增加配置导入功能.

This commit is contained in:
zhangwenqing
2019-01-15 14:12:33 +08:00
parent c78edb4d50
commit d70f53301e
10 changed files with 285 additions and 3 deletions

View File

@@ -0,0 +1,3 @@
-- IP Spoofing Import
UPDATE function_region_dict SET is_import = 1,config_protocol = '6,17' WHERE function_id = 214;
UPDATE function_service_dict SET is_import = 1 WHERE function_id = 214;