DMTF / Redfish-Mockup-Server

A simple Python 3.4 program that can be copied into a folder at the top of any Redfish mockup and can serve Redfish requests on the specified IP/port.
Other
83 stars 37 forks source link

SSDP server interface binding fixes #95

Closed mraineri closed 1 year ago

mraineri commented 1 year ago

Fix #94 (pending confirmation)

Made changes to bind to all interfaces, as well as enable listening on the loopback address.

@andremarcondesteixeira would you be able to test this out on your system with your SSDP client code? The changes work for me with other SSDP utilities, and I was able to reproduce your issue with the rf_discover.py tool:

C:\Users\rainem1>rf_discover.py
Redfish services:
92384634-2938-2342-8820-489239905423: http://127.0.0.1:8000/redfish/v1
mraineri commented 1 year ago

5/12: Will hold off on merging until the submitter verifies the fix before merging

andremarcondesteixeira commented 1 year ago

Cool, I'll check it out and let you know

andremarcondesteixeira commented 1 year ago

It works!

mraineri commented 1 year ago

Awesome, glad to hear! Merging now and making a new release...