forked from cilium/cilium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
datapath: Move NodeAddressing out from tables
NodeAddressing doesn't make sense to live in the tables package as it isn't about defining a common StateDB table. It also introduces dependency on the datapath types package which makes it impossible to use the tables package types in datapath types. Eventually whole NodeAddressing will be removed as it is just a wrapper around LocalNodeStore and Table[Device], and a harmful one at that as it hides the fact that the underlying data may change over time. Signed-off-by: Jussi Maki <jussi@isovalent.com>
- Loading branch information
Showing
3 changed files
with
8 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters