mbox series

[iproute2,v2,0/2] ip xfrm: policy: support policies with IF_ID in get/delete/deleteall

Message ID 20200709062948.1762006-1-eyal.birger@gmail.com
Headers show
Series ip xfrm: policy: support policies with IF_ID in get/delete/deleteall | expand

Message

Eyal Birger July 9, 2020, 6:29 a.m. UTC
Allow getting/deleting policies which contain an xfrm interface ID.

First patch fixes the man page with regards to the original addition
of IF-ID in ip xfrm operations.

---

v1 -> v2: update man page

Eyal Birger (2):
  ip xfrm: update man page on setting/printing XFRMA_IF_ID in
    states/policies
  ip xfrm: policy: support policies with IF_ID in get/delete/deleteall

 ip/xfrm_policy.c   | 17 ++++++++++++++++-
 man/man8/ip-xfrm.8 | 10 ++++++++++
 2 files changed, 26 insertions(+), 1 deletion(-)

Comments

Stephen Hemminger July 13, 2020, 3:52 p.m. UTC | #1
On Thu,  9 Jul 2020 09:29:46 +0300
Eyal Birger <eyal.birger@gmail.com> wrote:

> Allow getting/deleting policies which contain an xfrm interface ID.
> 
> First patch fixes the man page with regards to the original addition
> of IF-ID in ip xfrm operations.
> 
> ---
> 
> v1 -> v2: update man page
> 
> Eyal Birger (2):
>   ip xfrm: update man page on setting/printing XFRMA_IF_ID in
>     states/policies
>   ip xfrm: policy: support policies with IF_ID in get/delete/deleteall
> 
>  ip/xfrm_policy.c   | 17 ++++++++++++++++-
>  man/man8/ip-xfrm.8 | 10 ++++++++++
>  2 files changed, 26 insertions(+), 1 deletion(-)
> 

Applied, thanks