Skip to content
New issue

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

The ping example is currently broken. #37

Closed
batonius opened this issue Aug 31, 2017 · 1 comment
Closed

The ping example is currently broken. #37

batonius opened this issue Aug 31, 2017 · 1 comment
Labels

Comments

@batonius
Copy link
Contributor

Right now the ping example panics on iface.poll(&mut sockets, timestamp).expect("poll error") because of Error::Unaddressable "thrown" in EthernetInterface::lookup_hardware_addr, which "unrolls" all the way up to main.

The problem was introduced in 1ece71a when socket_egress stopped ignoring the error.

@whitequark
Copy link
Contributor

Fixed.

Sorry, something went wrong.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants