[email protected] writes:

> From: Lin Huang <[email protected]>
>
> Currently the ovs-tcpdump utility creates a tap port to capture the
> frames of a bond port.
>
> If a user want to capture the packets from the bond port which member
> interface's mtu is more than 1500. By default the utility creates a
> tap port which mtu is 1500, regardless the member interface's mtu config.
> So that user cann't get the bond port frames which mtu is lager than 1500.
>
> This patch fix this issiue by checking the member interface's mtu and
> set maximal mtu value to the tap port.
>
> Signed-off-by: Lin Huang <[email protected]>
> ---

I did some basic testing with this, and it seems to work for me.

patch subject for an update patch is typically v2, but I guess you
started at '0' for this series ;)

Acked-by: Aaron Conole <[email protected]>

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to