Fixed a bug we ran into a demo with Andy. Stop on terminal rules ONLY if it has matched.
[sfa.git] / sfatables / globals.py
1 import os.path
2
3 sfatables_config = '/etc/sfatables'
4 match_dir = os.path.join(sfatables_config, "matches")
5 target_dir = os.path.join(sfatables_config, "targets")