commit | bc22f81cb4f86c445a9cd7f59e7067969b418e7c | [log] [tgz] |
---|---|---|
author | Jeremy Kerr <jk@codeconstruct.com.au> | Mon Jul 29 17:43:35 2024 +0800 |
committer | Jeremy Kerr <jk@codeconstruct.com.au> | Mon Feb 24 11:09:44 2025 +0000 |
tree | e065f1cd44150ee774f78273ba49b105f56e6a07 | |
parent | 8a76d89dee8517e445155a1725a050e228f4eaef [diff] |
ncsi: move ncsi operations to Interface class The existing NCSI operations are quite Interface-specific (ie., rely on netlink-specific constructs), so move these to methods on the Interface class. We'll add alternative implementations in a future change. Change-Id: I3ea5fcd64969a2c164503057e35881010ad141a0 Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au>