mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-08-13 06:50:16 +00:00
add more checking for gateway in configib postscript
This commit is contained in:
@@ -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" == "<xcatmaster>" ]; then
|
||||
if [ "$gateway" == "<xcatmaster>" ] || [ "$gateway" == "<xcatmaster>" ]; then
|
||||
gateway=''
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user