net/sched: act_tunnel_key: Don't dump dst port if it wasn't set
authorAdi Nissim <[email protected]>
Sun, 2 Dec 2018 12:55:21 +0000 (14:55 +0200)
committerDavid S. Miller <[email protected]>
Wed, 5 Dec 2018 04:53:37 +0000 (20:53 -0800)
commit1c25324caf8292573b2b519fa4957baefd0c9657
tree7aec40872e97462a29f78bd46dec8e7ee01e0eb4
parent80ef0f22ceda1804cc572836722df7a33dec71c9
net/sched: act_tunnel_key: Don't dump dst port if it wasn't set

It's possible to set a tunnel without a destination port. However,
on dump(), a zero dst port is returned to user space even if it was not
set, fix that.

Note that so far it wasn't required, b/c key less tunnels were not
supported and the UDP tunnels do require destination port.

Signed-off-by: Adi Nissim <[email protected]>
Reviewed-by: Oz Shlomo <[email protected]>
Acked-by: Jiri Pirko <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
net/sched/act_tunnel_key.c