Bugzilla – Attachment #55090: patch in get_priority for bug #129648
eval `getcfg -d . -f ifcfg- "$1"`
local IFPLUGD_PRIORITY=0
declare -i IFPLUGD_PRIORITY
eval `grep IFPLUGD_PRIORITY ifcfg-$HWD_CONFIG_0 2>/dev/null`
eval `grep '^[[:space:]]*IFPLUGD_PRIORITY' ifcfg-$HWD_CONFIG_0 2>/dev/null`
echo "$IFPLUGD_PRIORITY"
}