Add support for string values with white spaces for ifconfig(8)

parameters accepting them (such as description, group).

Changes discussed on freebsd-rc.

PR:		conf/156675
Reported by:	"Alexander V. Chernikov" <melifaro att ipfw ru>
Suggested by:	hrs
Analyzed with:	Alexander V. Chernikov via IRC
MFC after:	2 weeks
This commit is contained in:
Sergey Kandaurov 2011-06-24 14:56:38 +00:00
parent 5e26234ff1
commit f253603f0c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=223506

View File

@ -94,7 +94,7 @@ ifconfig_up()
# ifconfig_IF
ifconfig_args=`ifconfig_getargs $1`
if [ -n "${ifconfig_args}" ]; then
ifconfig $1 ${ifconfig_args}
eval ifconfig $1 ${ifconfig_args}
_cfg=0
fi