2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-31 06:15:47 +00:00

Add mirror/ovs-tcpdump support for slow protocols' Rx path.

Problem:
========
Received LACP/CFM/BFD/STP/LLDP slow protocols' packets are not captured in
ovs-tcpdump.

Fix:
====
Add mirror support for slow protocols.

Signed-off-by: Manohar K C <manohar.krishnappa.chidambaraswamy@ericsson.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
This commit is contained in:
Manohar Krishnappa Chidambaraswamy
2018-05-10 06:56:22 +00:00
committed by Ben Pfaff
parent d0485f488f
commit 27a9c0e303

View File

@@ -7212,6 +7212,7 @@ xlate_actions(struct xlate_in *xin, struct xlate_out *xout)
*
* We do not perform special processing on thawed packets, since that
* was done before they were frozen and should not be redone. */
mirror_ingress_packet(&ctx);
} else if (in_port && in_port->xbundle
&& xbundle_mirror_out(xbridge, in_port->xbundle)) {
xlate_report_error(&ctx, "dropping packet received on port "