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