Open ghananigans opened 4 years ago
Note, this is different from #837 as that issue refers to tearing down the whole netstack. This issue refers to changing administrative link states (up/down) during normal netstack operations.
There are TODOs still referencing this issue:
Search TODO
Currently, NICs are assumed to be "UP" from when it is first enabled to program termination.
This is not an accurate way to represent NICs which may be brought down administratively for some valid reason.
The stack should handle such lifecycle events properly (i.e. deleting/initializing any relevant dynamic state)