-
Notifications
You must be signed in to change notification settings - Fork 2.1k
gnrc/netif: various problems after resetting interface a second time #9656
Copy link
Copy link
Closed
Labels
Area: networkArea: NetworkingArea: NetworkingType: bugThe issue reports a bug / The PR fixes a bug (including spelling errors)The issue reports a bug / The PR fixes a bug (including spelling errors)
Milestone
Description
Description
After resetting the network interface more than once, a node is not able to receive packets anymore.
Steps to reproduce the issue
Flash examples/gnrc_networking on two nodes A and B. Ping from node A to B via
ping6 <node B link-local IPv6 address> .
Reset the network interface on node A via
ifconfig 7 set state reset.
Ping should still work. Reset the network interface of node A again. Ping fails.
Please also follow observations in #9616.
Expected results
Ping should always work no matter how often we reset the network interface.
Related PRs/issues
Versions
Operating system: Ubuntu 18.04
Build environment: Docker
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Area: networkArea: NetworkingArea: NetworkingType: bugThe issue reports a bug / The PR fixes a bug (including spelling errors)The issue reports a bug / The PR fixes a bug (including spelling errors)