51 Filter(
Chain default_chain,
bool accept_by_default =
false);
53 TEST_VIRTUAL
~Filter() =
default;
73 bool accept_by_default_;
Filter(const Filter &other)=default
friend bool operator!=(const Filter &lhs, const Filter &rhs)
Filter & operator=(const Filter &other)=default
TEST_VIRTUAL std::pair< bool, int > will_accept(const Packet &packet, const MAVAddress &address)
bool operator==(const Action &lhs, const Action &rhs)
bool operator!=(const Action &lhs, const Action &rhs)
TEST_VIRTUAL ~Filter()=default
friend bool operator==(const Filter &lhs, const Filter &rhs)