aboutgitcodebugslistschat
path: root/pif.c
Commit message (Collapse)AuthorAgeFilesLines
* pif: Add helpers to get the name of a pifDavid Gibson2023-12-041-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>