On Wed, Jul 25, 2018 at 01:45:29PM -0700, Benedict Wong wrote: > Currently all failure modes of xfrm interface creation return EEXIST. > This change improves the granularity of errnos provided by also > returning ENODEV or EINVAL if failures happen in looking up the > underlying interface, or a required parameter is not provided. > > This change has been tested against the Android Kernel Networking Tests, > with additional xfrmi_newlink tests here: > > https://android-review.googlesource.com/c/kernel/tests/+/715755 > > Signed-off-by: Benedict Wong <benedictw...@google.com>
Applied to ipsec-next, thanks Benedict!