﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
140	PortCheckInterface should take a list as input	rainer	rainer	"Need to allow a list as input to !PortCheckInterface to enable reading in all valid interfaces by expanding a shell macro. E.g. like:

{{{
# Linux
PortCheckInterface = $( /sbin/ifconfig | grep 'inet addr:' | sed 's/.*r:\([0-9.]*\).*/\1 /' | tr -d '\n'; echo )
# FreeBSD, Solaris, OpenBSD
PortCheckInterface = $( /sbin/ifconfig -a| grep 'inet ' | sed 's/.*t \([0-9.]*\) .*/\1 /' | tr -d '\n';echo )
}}}
"	enhancement	closed	major	2.5.3	main		fixed		
