9#ifndef SQUID_SRC_ACL_CONNMARK_H
10#define SQUID_SRC_ACL_CONNMARK_H
28 void parse()
override;
31 bool empty()
const override;
34 std::vector<Ip::NfMarkConfig>
marks;
void parse() override
parses node representation in squid.conf; dies on failures
SBufList dump() const override
std::vector< Ip::NfMarkConfig > marks
marks/masks in configured order
char const * typeString() const override
bool empty() const override
int match(ACLChecklist *checklist) override
Matches the actual data in checklist against this Acl::Node.
std::list< SBuf > SBufList