[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <d0383f90801120031r142b2be1taee5efd190768407@mail.gmail.com>
Date: Sat, 12 Jan 2008 10:31:41 +0200
From: "Ian Brown" <ianbrn@...il.com>
To: netdev@...r.kernel.org
Subject: What is XFRM_POLICY_LOCALOK for?
Hello,
I tried to understand what XFRM_POLICY_LOCALOK is for. (include/linux/xfrm.h)
It is defined thus:
#define XFRM_POLICY_LOCALOK 1 /* Allow user to override global policy */
is it part of flags of xfrm_userpolicy_info?? I doubt this, since we have
above flags two defines:
#define XFRM_POLICY_ALLOW 0
#define XFRM_POLICY_BLOCK 1
Moreover, both XFRM_POLICY_BLOCK and XFRM_POLICY_LOCALOK has a vlaue of 1.
I could not see any usage for XFRM_POLICY_LOCALOK in kernel code.
Regards,
Ian B
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists