# -*- Mode: shell-script -*-

# INTERFACE
# 
# The interface on which arpd listen.
# If not specified, it will take the first one being up, exept
# loopback.
#
# INTERFACE=
#
INTERFACE=


# IP
#
# This can be a IP adresse ( 10.1.1.1 )
#             a network adresse ( 10.1.1.1/8 )
#             a range ( 10.1.1.1-10.1.1.5 )
# These IPs will be claim.
# If unspecified, every ARP adress will be claimed.
# Multiple adress allowed.
#
# IP=
#
IP=


