NfMarkConfig.h
Go to the documentation of this file.
NfMarkConfig(nfmark_t mark_val, nfmark_t mask_val)
creates an object with specified mark and mask
Definition: NfMarkConfig.h:28
static NfMarkConfig Parse(const SBuf &token)
parses a token and returns an object, expects a "mark[/mask]" format
Definition: NfMarkConfig.cc:32
bool matches(const nfmark_t m) const
whether the 'm' matches the configured mark/mask
Definition: NfMarkConfig.h:33
Definition: Xaction.cc:139
std::ostream & operator<<(std::ostream &os, const std::optional< Address > &optional)
Definition: Xaction.cc:142