mirror of
https://github.com/xcat2/xcat-core.git
synced 2026-05-06 00:59:13 +00:00
The verification logic in rspconfig_response uses a mutually exclusive if/else to check for the old IP (origin_type) and new IP (check_result). When setting the same IP, both match the same entry but only origin_type gets set — check_result stays 0 and the command reports "Config IP failed". Make the two checks independent so both can match the same IP object. Fixes #5121