Actions
Feature #3352
openSet transport state UP/DOWN based on the state of the underlying network interface
Status:
In Progress
Priority:
Normal
Assignee:
-
Category:
Faces
Target version:
-
Start date:
Due date:
% Done:
10%
Estimated time:
12.00 h
Description
#2989 implemented a minimal permanent UDP face that is always UP, i.e. does not perform any UP/DOWN transitions. We'd like to implement these state transitions based on the state of the "lower layer", for example:
wlan0
goes down or is unplugged -> set all faces usingwlan0
to DOWN.eth0
loses an IP address -> set face using that address as its local endpoint to DOWN.eth0
reacquires an IP address -> set face back UP.
The implementation should rely on ndn::net::NetworkMonitor
signals to detect changes in the host network configuration.
Updated by Junxiao Shi over 9 years ago
- Blocked by Feature #3353: NetworkMonitor: emit fine-grained signals when the state of a network interface changes added
Updated by Davide Pesavento about 9 years ago
- Subject changed from Setting transport state UP/DOWN based on the state of the underlying network interface to Set transport state UP/DOWN based on the state of the underlying network interface
Updated by Davide Pesavento almost 9 years ago
- Status changed from In Progress to Feedback
- Assignee deleted (
Andrea Tosatto)
Updated by Junxiao Shi over 7 years ago
- Blocked by Feature #4021: FaceSystem: use NetworkMonitor::listNetworkInterfaces() added
Updated by Junxiao Shi over 7 years ago
- Blocks Feature #3420: best-route: return Nack if nexthops are DOWN added
Updated by Ashlesh Gawande almost 7 years ago
- Blocks Task #3937: NLSR should react to Face event notifications added
Updated by Junxiao Shi over 6 years ago
- Status changed from Feedback to In Progress
- Assignee set to Junxiao Shi
- Estimated time set to 12.00 h
Updated by Junxiao Shi about 6 years ago
- Blocks deleted (Feature #3420: best-route: return Nack if nexthops are DOWN)
Updated by Junxiao Shi about 6 years ago
- Related to Feature #3420: best-route: return Nack if nexthops are DOWN added
Actions