On 06/08/2016 09:30 PM, pravin shelar wrote:
On Wed, Jun 8, 2016 at 6:18 PM, William Tu <u9012...@gmail.com> wrote:+struct ovs_action_trunc { + uint32_t max_len; /* Max packet size in bytes. */This could uint16_t. as it is related to packet len.
Is there something limiting MTUs to 65535 bytes? rick jones