Re: [PATCHv2 net] geneve: fix fill_info when link down

2017-11-15 Thread David Miller
From: Hangbin Liu Date: Wed, 15 Nov 2017 09:43:09 +0800 > 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_metada

[PATCHv2 net] geneve: fix fill_info when link down

2017-11-14 Thread Hangbin Liu
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