When a packet arrives via bridging, clone it if it is shared.
authorBen Pfaff <blp@nicira.com>
Tue, 11 Nov 2008 21:57:07 +0000 (13:57 -0800)
committerBen Pfaff <blp@nicira.com>
Thu, 13 Nov 2008 20:44:04 +0000 (12:44 -0800)
commitcdbc9a4a817238ae484066d43eb6a0a322e31866
tree90350a5e46563dd96b4c713e5616af5cc5e8e6d6
parentdac4f198616aad869063b1c77266e72d775e4aed
When a packet arrives via bridging, clone it if it is shared.

Otherwise we will mangle the packet for anyone who came before us
(e.g. tcpdump via AF_PACKET).
datapath/datapath.c