disable use of mac by default.

This commit is contained in:
Stefan Midjich 2016-12-08 11:22:49 +01:00
parent 3f4aa5245b
commit 18e6ea66a7
2 changed files with 2 additions and 2 deletions

View file

@ -71,7 +71,7 @@ def run(arg):
pass
# If HW address was found, use it now.
if client_mac:
if client_mac and config.getboolean('iptables', 'use_mac'):
l.debug('Found client HW address: {hw}'.format(
hw=client_mac
))