Re: [PATCH v3 iproute2] ip: support for xfrm interfaces

2019-04-05 Thread Stephen Hemminger
On Thu, 4 Apr 2019 10:08:45 -0400 Matt Ellison wrote: > Interfaces take a 'if_id' which is an interface id which can be set on > an xfrm policy as its interface lookup key (XFRMA_IF_ID). > > Signed-off-by: Matt Ellison Looks good, applied. Extra credit for making a test.

[PATCH v3 iproute2] ip: support for xfrm interfaces

2019-04-04 Thread Matt Ellison
Interfaces take a 'if_id' which is an interface id which can be set on an xfrm policy as its interface lookup key (XFRMA_IF_ID). Signed-off-by: Matt Ellison --- My apologies for taking so long to get v3 out: v3 Changes: * Only set IF_ID if set on command line. ip/Makefile