]> git.proxmox.com Git - mirror_iproute2.git/commit - ip/ipxfrm.c
ip: xfrm: Fix policy and state flags.
authorMasahide NAKAMURA <nakam@linux-ipv6.org>
Fri, 24 Aug 2007 02:05:18 +0000 (11:05 +0900)
committerStephen Hemminger <shemminger@oldman.(none)>
Wed, 5 Sep 2007 11:56:32 +0000 (12:56 +0100)
commitc1fa2253241f3cddac3519700549f98d7840b864
tree91969871ff23819a51e089516a81c61a7941c4c6
parented01e3906854516188a5d57a31eab2e5e9ba673f
ip: xfrm: Fix policy and state flags.

o Support policy flag with string format.
  Note that kernel defines only one name "localok" for the flag
  and it has not had any effect currently.
o Support state flag value XFRM_STATE_NOPMTUDISC.
o Fix to show detailed flags value when "-s" option is used.
o Fix minor typo.

Signed-off-by: Masahide NAKAMURA <nakam@linux-ipv6.org>
Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org>
ip/ipxfrm.c
ip/xfrm.h
ip/xfrm_policy.c
ip/xfrm_state.c