16 lines
347 B
Plaintext
16 lines
347 B
Plaintext
# -------------------------------------------
|
|
# - 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=""
|
|
|