|
networkservice
|
A data structure containing firewall-related data. More...
#include <IConfigData.h>
Public Attributes | |
| std::string | name |
| std::vector< std::string > | commands |
A data structure containing firewall-related data.
| std::vector<std::string> service::plugins::config::ConfigData::Rule::commands |
The list of rule commands (E.g: "/sbin/iptables -P INPUT DROP")
| std::string service::plugins::config::ConfigData::Rule::name |
The name of the rule; just for the readability of the config and logs
1.8.13