Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pif: Add helpers to get the name of a pif | David Gibson | 2023-12-04 | 1 | -0/+21 |
Future debugging will want to identify a specific passt interface. We make a distinction in these helpers between the name of the *type* of pif, and name of the pif itself. For the time being these are always the same thing, since we have at most instance of each type of pif. However, that might change in future. Signed-off-by: David Gibson <david@gibson.dropbear.id.au> Signed-off-by: Stefano Brivio <sbrivio@redhat.com> |