datapath: lisp: Relax MTU constraints.
authorJoe Stringer <joe@ovn.org>
Sat, 13 Feb 2016 12:47:13 +0000 (04:47 -0800)
committerJoe Stringer <joe@ovn.org>
Fri, 19 Feb 2016 19:12:03 +0000 (11:12 -0800)
commit4077f060cc835965b9a2ca0ce11779dfcd0f5742
tree6c650fe7c4bb468c76513d26e00ec5a66b20dd07
parent3a9341394c491d44c6bf1adc699ed92a21612929
datapath: lisp: Relax MTU constraints.

Currently, even if the entire path supports jumbo frames, the LISP netdev
limits the path MTU to 1500 bytes, and cannot be configured otherwise.
Relax the constraints on modifying the device MTU, and set it to the
maximum by default.

Signed-off-by: Joe Stringer <joe@ovn.org>
Acked-by: Jesse Gross <jesse@kernel.org>
datapath/linux/compat/lisp.c