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:48 +0000 (11:12 -0800)
commit57ed2082a5eb9db26df0f753c0161122f64bd144
tree7eb22273bb8d88db13ccbea4ebb2818746f9f872
parent2d8c2dc603c11913fc0bb58861aa85df70db1838
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