NfMarkConfig.h
bool matches(const nfmark_t m) const
whether the 'm' matches the configured mark/mask
Definition: NfMarkConfig.h:31
static NfMarkConfig Parse(const SBuf &token)
parses a token and returns an object, expects a "mark[/mask]" format
Definition: NfMarkConfig.cc:32
std::ostream & operator<<(std::ostream &os, const Ip::NfMarkConfig connmark)
Definition: NfMarkConfig.cc:52
Definition: client_db.h:23
NfMarkConfig(nfmark_t mark_val, nfmark_t mask_val)
creates an object with specified mark and mask
Definition: NfMarkConfig.h:26