feat: support list of MAC addresses for Firewall Zone Policy (#56)
This commit is contained in:
committed by
GitHub
parent
1def1e4ec4
commit
12bf4bae30
@@ -44,6 +44,7 @@
|
||||
"client_macs": ["^([0-9A-Fa-f]{2}:){5}([0-9A-Fa-f]{2})$"],
|
||||
"ip_group_id": "",
|
||||
"ips": ["^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])$|^$"],
|
||||
"macs": ["^([0-9A-Fa-f]{2}:){5}([0-9A-Fa-f]{2})$"],
|
||||
"mac": "^([0-9A-Fa-f]{2}:){5}([0-9A-Fa-f]{2})$",
|
||||
"match_mac": "true|false",
|
||||
"match_opposite_ports": "true|false",
|
||||
|
||||
Reference in New Issue
Block a user