net/ipv4: swap flow ports when validating source
authorMiao Wang <shankerwangmiao@gmail.com>
Tue, 22 Jun 2021 04:24:50 +0000 (12:24 +0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 22 Jun 2021 17:33:04 +0000 (10:33 -0700)
commitc69f114d09891adfa3e301a35d9e872b8b7b5a50
tree0886e2a99c19f94e8dbc1f6b0810205dbc72d0bc
parent3c9ef511b9fa128a4c62e3aa0aac4c6b190f0d55
net/ipv4: swap flow ports when validating source

When doing source address validation, the flowi4 struct used for
fib_lookup should be in the reverse direction to the given skb.
fl4_dport and fl4_sport returned by fib4_rules_early_flow_dissect
should thus be swapped.

Fixes: 5a847a6e1477 ("net/ipv4: Initialize proto and ports in flow struct")
Signed-off-by: Miao Wang <shankerwangmiao@gmail.com>
Reviewed-by: David Ahern <dsahern@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/fib_frontend.c