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