[PATCH iproute2] ip: support for xfrm interfaces

2019-01-01 Thread Matt Ellison
Support for new (4.19+) xfrm virtual interfaces. 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 --- ip/Makefile | 2 +- ip/iplink.c

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

2018-12-31 Thread Stephen Hemminger
On Fri, 28 Dec 2018 10:32:11 -0500 Matt Ellison wrote: > Support for new (4.19+) xfrm virtual interfaces. > > 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 Wanted to apply this

[PATCH iproute2] ip: support for xfrm interfaces

2018-12-28 Thread Matt Ellison
Support for new (4.19+) xfrm virtual interfaces. 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 --- ip/Makefile| 2 +- ip/iplink.c| 3 +- ip/link_xfrm.c | 90 +