17 #ifndef __LINUX_ROUTING_FILTER_ACTION_HPP__ 18 #define __LINUX_ROUTING_FILTER_ACTION_HPP__ 56 explicit Mirror(
const std::set<std::string>& _links)
71 #endif // __LINUX_ROUTING_FILTER_ACTION_HPP__ virtual ~Action()
Definition: action.hpp:30
Action()
Definition: action.hpp:34
std::set< std::string > links
Definition: action.hpp:60
Definition: action.hpp:66
Definition: action.hpp:41
Try< std::set< std::string > > links()
Definition: net.hpp:135
Mirror(const std::set< std::string > &_links)
Definition: action.hpp:56
Redirect(const std::string &_link)
Definition: action.hpp:43
Definition: action.hpp:27
Definition: diagnosis.hpp:30
Definition: action.hpp:54
std::string link
Definition: action.hpp:47