
#-----------------------------------------------------------------------
# MODULE CONFIGURATION
#-----------------------------------------------------------------------
#
#m# 123
#a# accept
#i# cluster novirtual
#n# tracepath
#t# servers
#
#   |--------------------------------------------------------------------|
#d# tracepath (Remote ports 44444:44534 UDP)
#d# Allow to tracepath to UDP ports 44444:44534. The tracepath
#d# is usually preferred instead of the traceroute.
#   |--------------------------------------------------------------------|
#
#-----------------------------------------------------------------------
# START OF MODULE CODE
#-----------------------------------------------------------------------

for host in `Option_Value accept $INTOPT tracepath servers`
do
	Hostports accept remote udp "Tracepath" $host 44444:44534
done
unset host

