From 2ad866b22a313fd86188ea91e7ef7e0e98b434f9 Mon Sep 17 00:00:00 2001 From: wanghuaz Date: Thu, 5 Jan 2012 03:30:47 +0000 Subject: [PATCH] Fixing defect 3469422: confighfi cannot reset the running hfx interfaces git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11347 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT/postscripts/confighfi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xCAT/postscripts/confighfi b/xCAT/postscripts/confighfi index b1b2a6fb6..79b34def5 100644 --- a/xCAT/postscripts/confighfi +++ b/xCAT/postscripts/confighfi @@ -49,6 +49,7 @@ NETMASK=255.0.0.0 ONBOOT=yes " >/etc/sysconfig/network-scripts/ifcfg-hf$i +ifdown hf$i ifup hf$i fi @@ -69,6 +70,7 @@ NETMASK=255.0.0.0 ONBOOT=yes " >/etc/sysconfig/network-scripts/ifcfg-hf$i +ifdown hf$i ifup hf$i fi