Dobby 3.0
Dobby “Docker based Thingy” is a tool for managing and running OCI containers using crun
Loading...
Searching...
No Matches
Public Member Functions | Static Private Member Functions | Private Attributes | List of all members
NlLink Class Reference

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
 

Detailed Description

Wrapper around the rtnl_link object.

Simple wrapper used to handle construction and safe destruction of a rtnl link object.


The documentation for this class was generated from the following file: