GNOME Bugzilla – Bug 765688
On android devices, all packets received on the socket are dropped
Last modified: 2019-02-22 09:29:24 UTC
This is due to the fact that the device index is never filled for android. Recent option to use to use if_nametoindex allow to fix that easily by calling the query_ifindex function in the dedicated android code section. See attached patch.
Created attachment 326881 [details] [review] Patch to fill the device index
Review of attachment 326881 [details] [review]: +1