]> git.ipfire.org Git - thirdparty/iproute2.git/commit
xfrm: enable to manage default policies
authorNicolas Dichtel <nicolas.dichtel@6wind.com>
Mon, 25 Oct 2021 08:17:06 +0000 (10:17 +0200)
committerDavid Ahern <dsahern@kernel.org>
Thu, 28 Oct 2021 14:58:28 +0000 (08:58 -0600)
commit76b30805f9f6ed644831c7149dd6c30988971a63
tree0a6dafa39cf4af235604887918e66092c25c6ab4
parent2be7d9996016da9fe3a3a75d808a1b62ecf3e8e8
xfrm: enable to manage default policies

Two new commands to manage default policies:
 - ip xfrm policy setdefault
 - ip xfrm policy getdefault

And the corresponding part in 'ip xfrm monitor'.

Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
Signed-off-by: David Ahern <dsahern@kernel.org>
ip/xfrm.h
ip/xfrm_monitor.c
ip/xfrm_policy.c
man/man8/ip-xfrm.8