We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi All,
is it possible to add in transport/eth.py the possibility to bind the socket to concrete IP address defined in config?
For IPv6 when You have multiple IPs assigned to the ETH adapter, sometimes You need to pick up concrete IP. pyxcp_transport_eth_py.zip
Best Regard,
Peter
The text was updated successfully, but these errors were encountered:
Yep, patch accepted, but I changed the names of the configuration parameters to IPV6_BIND_TO_ADDRESS resp. IPV6_BIND_TO_PORT.
IPV6_BIND_TO_ADDRESS
IPV6_BIND_TO_PORT
I will integrate it in the main-line ASAP -- file eth.py is also affected by a comprehensive change not finished yet.
eth.py
Sorry, something went wrong.
No branches or pull requests
Hi All,
is it possible to add in transport/eth.py the possibility to bind the socket to concrete IP address defined in config?
For IPv6 when You have multiple IPs assigned to the ETH adapter, sometimes You need to pick up concrete IP.
pyxcp_transport_eth_py.zip
Best Regard,
Peter
The text was updated successfully, but these errors were encountered: