aboutsummaryrefslogtreecommitdiffstats
path: root/sysconfig
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2006-12-07 22:20:59 +0000
committerBill Nottingham <notting@redhat.com>2006-12-07 22:20:59 +0000
commit7235f54c1cf7ca612a404cf62d25ed8b1a6bea24 (patch)
treeeeada8fb14b75890715ad89de523afd960ee85aa /sysconfig
parent092e6f1869ab877b1116acb8083c9e3508b3c195 (diff)
downloadinitscripts-7235f54c1cf7ca612a404cf62d25ed8b1a6bea24.tar
initscripts-7235f54c1cf7ca612a404cf62d25ed8b1a6bea24.tar.gz
initscripts-7235f54c1cf7ca612a404cf62d25ed8b1a6bea24.tar.bz2
initscripts-7235f54c1cf7ca612a404cf62d25ed8b1a6bea24.tar.xz
initscripts-7235f54c1cf7ca612a404cf62d25ed8b1a6bea24.zip
- network-functions: source config before calling configure_ccwgroup_device (#199139)
Diffstat (limited to 'sysconfig')
-rw-r--r--sysconfig/network-scripts/network-functions2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysconfig/network-scripts/network-functions b/sysconfig/network-scripts/network-functions
index 0496cad5..b8ba825c 100644
--- a/sysconfig/network-scripts/network-functions
+++ b/sysconfig/network-scripts/network-functions
@@ -193,6 +193,8 @@ is_available ()
echo "$HOTPLUG" > /proc/sys/kernel/hotplug
# if it is a mainframe ccwgroup device, configure it before
# trying to rename it:
+ need_config ${1}
+ source_config
configure_ccwgroup_device
if [ -n "$HWADDR" ]; then
local curdev=`ip -o link | awk -F ':' -vIGNORECASE=1 "/$HWADDR/ { print \\$2 }"`