Add script 'clean_up_arp_table.sh'.

This commit is contained in:
2018-11-22 03:01:58 +01:00
parent d9eb235789
commit 8f78b7350a
2 changed files with 235 additions and 0 deletions

View File

@ -0,0 +1,15 @@
# -------------------------------------------
# - Settings for script clean_up_arp_table.sh
# -------------------------------------------
# - DEVICE_LIST
# -
# - Blank separated list of network devices
# -
# - Example:
# - DEVICE_LIST="enp0s20f1"
# -
# - If DEVICE_LIST is not given, script tries to determin devive list.
# -
#DEVICE_LIST=""