https://github.com/cilium/cilium
Revision 7ad5c9f60ae2ea40e4de058dba67dbd2b2f9c3ae authored by David Bimmler on 15 May 2023, 09:38:33 UTC, committed by Michi Mutsuzaki on 12 June 2023, 21:41:23 UTC
[ upstream commit 8294624839da166c8d6c5bbf473895607f56fd62 ]

[ backporter notes:
1. conflicts due to moved files
2. had to mildly reshuffle fake datapath to hold a ptr to struct instead
of interface, due to the splitting of the NodeHandler interface. ]

The NodeHandler interface is too large, as can be seen in various
implementations which are only implementing a subset of methods. This
patch splits off the NodeID handling part, and removes the stub methods
from noop implementations.

Signed-off-by: David Bimmler <david.bimmler@isovalent.com>
1 parent 9e191f4
Raw File
Tip revision: 7ad5c9f60ae2ea40e4de058dba67dbd2b2f9c3ae authored by David Bimmler on 15 May 2023, 09:38:33 UTC
dp/types: move nodeIDs out of NodeHandler iface
Tip revision: 7ad5c9f
.authors.aux

The following additional people are mentioned in commit logs as having provided
helpful bug reports, suggestions or have otherwise provided value to the
project:

Brenden Blanco                          bblanco@plumgrid.com
Jakub Kicinski                          jakub.kicinski@netronome.com
Salvatore Orlando                       salv.orlando@gmail.com
Tomás Senart                            tsenart@gmail.com
back to top