17 #ifndef __LINUX_ROUTING_LINK_LINK_HPP__ 18 #define __LINUX_ROUTING_LINK_LINK_HPP__ 55 Try<bool> remove(
const std::string& link);
104 #endif // __LINUX_ROUTING_LINK_LINK_HPP__
Result< hashmap< std::string, uint64_t > > statistics(const std::string &link)
Try< bool > setUp(const std::string &link)
Result< unsigned int > mtu(const std::string &link)
Result< int > index(const std::string &link)
process::Future< Nothing > removed(const std::string &link)
Result< bool > isUp(const std::string &link)
Result< MAC > mac(const std::string &name)
Definition: mac.hpp:33
Result< std::string > name(int index)
Try< bool > setMTU(const std::string &link, unsigned int mtu)
Try< bool > exists(const std::string &link)
Definition: exists.hpp:26
Definition: diagnosis.hpp:30
Try< bool > setMAC(const std::string &link, const net::MAC &mac)
Result< std::string > lo()
Result< std::string > eth0()