Go to the source code of this file.
|
Try< bool > | routing::filter::basic::exists (const std::string &link, const Handle &parent, uint16_t protocol) |
|
Try< bool > | routing::filter::basic::create (const std::string &link, const Handle &parent, uint16_t protocol, const Option< Priority > &priority, const Option< Handle > &classid) |
|
Try< bool > | routing::filter::basic::create (const std::string &link, const Handle &parent, uint16_t protocol, const Option< Priority > &priority, const action::Redirect &redirect) |
|
Try< bool > | routing::filter::basic::create (const std::string &link, const Handle &parent, uint16_t protocol, const Option< Priority > &priority, const action::Mirror &mirror) |
|
Try< bool > | routing::filter::basic::remove (const std::string &link, const Handle &parent, uint16_t protocol) |
|
Try< bool > | routing::filter::basic::update (const std::string &link, const Handle &parent, uint16_t protocol, const action::Mirror &mirror) |
|