networkservice
Public Attributes | List of all members
service::plugins::config::ConfigData::Rule Struct Reference

A data structure containing firewall-related data. More...

#include <IConfigData.h>

Public Attributes

std::string name
 
std::vector< std::string > commands
 

Detailed Description

A data structure containing firewall-related data.

Member Data Documentation

◆ commands

std::vector<std::string> service::plugins::config::ConfigData::Rule::commands

The list of rule commands (E.g: "/sbin/iptables -P INPUT DROP")

◆ name

std::string service::plugins::config::ConfigData::Rule::name

The name of the rule; just for the readability of the config and logs


The documentation for this struct was generated from the following file: