summaryrefslogtreecommitdiff
path: root/arper.py
diff options
context:
space:
mode:
Diffstat (limited to 'arper.py')
-rw-r--r--arper.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/arper.py b/arper.py
index 29a8a12..a5b1de4 100644
--- a/arper.py
+++ b/arper.py
@@ -2,6 +2,9 @@
"""A caching layer around the kernel's network mapping between IPs and MACs"""
+
+
+
import datetime
import logging
import os
@@ -22,8 +25,7 @@ import site_config
logger = logging.getLogger(__name__)
cfg = config.add_commandline_args(
- f'MAC <--> IP Address mapping table cache ({__file__})',
- 'Commandline args related to MAC <--> IP Address mapping',
+ f'MAC <--> IP Address mapping table cache ({__file__})', 'Commandline args related to MAC <--> IP Address mapping',
)
cfg.add_argument(
'--arper_cache_location',