Searched refs:REGEX_CMD_IPTABLES (Results 1 – 1 of 1) sorted by relevance
38 const std::regex REGEX_CMD_IPTABLES(std::string(R"(^-[\S]*[\s\S]*)")); variable721 if (!regex_match(cmd, REGEX_CMD_IPTABLES)) { in SetIptablesCommandForRes()