Problem/Opportunity
In the RedRat Python RAFT file, the variable network_id is incorrectly referenced as network_ip.
This results in a Python “variable unknown / not defined” error during execution.
Steps to reproduce
https://github.com/rdkcentral/python_raft/blob/develop/framework/core/remoteControllerModules/redrat.py#L64
Expected Behavior
The script should correctly reference network_id and execute without variable resolution errors.
Actual Behavior
The script fails at runtime due to an undefined network_ip variable.
Notes (Optional)
No response