diff --git a/igcollect/pf_labels.py b/igcollect/pf_labels.py index e1cce90..1dd00fa 100755 --- a/igcollect/pf_labels.py +++ b/igcollect/pf_labels.py @@ -12,7 +12,7 @@ import re import time -POOL_RE = re.compile('(pool_[0-9]+)_IPv([46]).*') +POOL_RE = re.compile("(pool_[0-9]+)_(IP|ip)v([46]).*") def parse_args():