Commit 4aaf5188 by Bach Dániel

firewall: remove unused regexp

parent fcf2367e
......@@ -26,7 +26,6 @@ from netaddr import (IPAddress, IPNetwork, AddrFormatError, ZEROFILL,
import re
mac_re = re.compile(r'^([0-9a-fA-F]{2}(:|$)){6}$')
alfanum_re = re.compile(r'^[A-Za-z0-9_-]+$')
domain_re = re.compile(r'^([A-Za-z0-9_-]\.?)+$')
ipv4_re = re.compile('^([0-9]+)\.([0-9]+)\.([0-9]+)\.([0-9]+)$')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment