From dc9806c0235358ac1087954cfda0e140fc928c6f Mon Sep 17 00:00:00 2001 From: linggao Date: Tue, 9 Dec 2014 09:57:31 -0500 Subject: [PATCH] add more checking for gateway in configib postscript --- xCAT/postscripts/configib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT/postscripts/configib b/xCAT/postscripts/configib index 2bbc8103a..91a3a4eed 100755 --- a/xCAT/postscripts/configib +++ b/xCAT/postscripts/configib @@ -403,7 +403,7 @@ do fi #there should be only one gateway on a node and that should go through the to the xcat management node and would be set up from the install nic. Anything else should be a route - if [ "$gateway" == "" ]; then + if [ "$gateway" == "" ] || [ "$gateway" == "<xcatmaster>" ]; then gateway='' fi