commit | 8addd5e7d3a5c118a214a7794ae299787198aa25 | [log] [tgz] |
---|---|---|
author | Nikolay Aleksandrov <nikolay@cumulusnetworks.com> | Wed Aug 31 15:36:51 2016 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Sep 01 22:48:33 2016 -0700 |
tree | 37adf8325e89d0b8548e0cfa9053a69acee2740f | |
parent | d297653dd6f07afbe7e6c702a4bcd7615680002e [diff] |
net: bridge: change unicast boolean to exact pkt_type Remove the unicast flag and introduce an exact pkt_type. That would help us for the upcoming per-port multicast flood flag and also slightly reduce the tests in the input fast path. Signed-off-by: Nikolay Aleksandrov <nikolay@cumulusnetworks.com> Signed-off-by: David S. Miller <davem@davemloft.net>