diff options
author | Hangbin Liu <liuhangbin@gmail.com> | 2017-11-15 09:43:09 +0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-11-15 19:47:11 +0900 |
commit | fd7eafd02121d6ef501ef1a4a891e6061366c952 (patch) | |
tree | ac2067caaf6b41aaee8005c6bd04e3f8e56b37f2 /net/core | |
parent | 89ad2fa3f043a1e8daae193bcb5fe34d5f8caf28 (diff) | |
download | linux-fd7eafd02121d6ef501ef1a4a891e6061366c952.tar.bz2 |
geneve: fix fill_info when link down
geneve->sock4/6 were added with geneve_open and released with geneve_stop.
So when geneve link down, we will not able to show remote address and
checksum info after commit 11387fe4a98 ("geneve: fix fill_info when using
collect_metadata").
Fix this by avoid passing *_REMOTE{,6} for COLLECT_METADATA since they are
mutually exclusive, and always show UDP_ZERO_CSUM6_RX info.
Fixes: 11387fe4a98 ("geneve: fix fill_info when using collect_metadata")
Signed-off-by: Hangbin Liu <liuhangbin@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/core')
0 files changed, 0 insertions, 0 deletions