commit | 3f34ff6a92d7ce42642fb2b0a2524cdf8b2e74d3 | [log] [tgz] |
---|---|---|
author | Jeremy Kerr <jk@codeconstruct.com.au> | Thu Sep 12 13:00:27 2024 +0800 |
committer | Jeremy Kerr <jk@codeconstruct.com.au> | Mon Feb 24 11:09:44 2025 +0000 |
tree | 09205dbccb70b3508e8349fdb54e20790ba9f90f | |
parent | 147086d031c4c5e1312b74e47d7d9d690afda1f9 [diff] |
ncsi_util: rename Command to NetlinkCommand The Command class represents an operation to be performed over the netlink interface, rather than an NSCI command. We'll want to introduce a representation for NCSI commands soon, so rename to clarify. In doing so, split the command constructors from the applyCmd invocations. Change-Id: Ida9efefbd155468cb7722783dec1fbfeb6a4d1bb Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au>