]> git.baikalelectronics.ru Git - kernel.git/commit
lwtunnel: remove source and destination UDP port config option
authorJiri Benc <jbenc@redhat.com>
Tue, 22 Sep 2015 16:12:12 +0000 (18:12 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 24 Sep 2015 21:31:37 +0000 (14:31 -0700)
commit895c74dbf5dbc1046fcf9d3716be360f35e50f73
tree39387d9029c12b398d642175db9a09a64973e392
parente54dc68016f4ddcdfb87f05d1b5ed33902bf2956
lwtunnel: remove source and destination UDP port config option

The UDP tunnel config is asymmetric wrt. to the ports used. The source and
destination ports from one direction of the tunnel are not related to the
ports of the other direction. We need to be able to respond to ARP requests
using the correct ports without involving routing.

As the consequence, UDP ports need to be fixed property of the tunnel
interface and cannot be set per route. Remove the ability to set ports per
route. This is still okay to do, as no kernel has been released with these
attributes yet.

Note that the ability to specify source and destination ports is preserved
for other users of the lwtunnel API which don't use routes for tunnel key
specification (like openvswitch).

If in the future we rework ARP handling to allow port specification, the
attributes can be added back.

Signed-off-by: Jiri Benc <jbenc@redhat.com>
Acked-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/uapi/linux/lwtunnel.h
net/ipv4/ip_tunnel_core.c