Problem/Opportunity
root@raspberrypi4-64-rdke:~# curl -s -X POST 'http://127.0.0.1:9998/jsonrpc' -d '{"jsonrpc":"2.0", "id":3, "method":"org.rdk.NetworkManager.1.SetPrimaryInterface","params": {"interface": "wlan0"}}';echo
{"jsonrpc":"2.0","id":3,"result":{"success":false}}
Steps to reproduce
Run the curl command and it always return false
Expected Behavior
Run the curl command and it always return false
Actual Behavior
status should be true if successful
Notes (Optional)
No response
Problem/Opportunity
root@raspberrypi4-64-rdke:~# curl -s -X POST 'http://127.0.0.1:9998/jsonrpc' -d '{"jsonrpc":"2.0", "id":3, "method":"org.rdk.NetworkManager.1.SetPrimaryInterface","params": {"interface": "wlan0"}}';echo
{"jsonrpc":"2.0","id":3,"result":{"success":false}}
Steps to reproduce
Run the curl command and it always return false
Expected Behavior
Run the curl command and it always return false
Actual Behavior
status should be true if successful
Notes (Optional)
No response