Dobby 3.0
Dobby “Docker based Thingy” is a tool for managing and running OCI containers using crun
|
Wrapper around the rtnl_link object. More...
Public Member Functions | |
NlLink (struct rtnl_link *link) | |
NlLink (struct nl_sock *nl, const std::string &name) | |
operator bool () const noexcept | |
operator struct rtnl_link * () const noexcept | |
Static Private Member Functions | |
static struct rtnl_link * | fromName (struct nl_sock *nl, const std::string &name) |
Private Attributes | |
struct rtnl_link *const | mLink |
Wrapper around the rtnl_link object.
Simple wrapper used to handle construction and safe destruction of a rtnl link object.