Commit de148876 authored by Kunihiro Ishiguro's avatar Kunihiro Ishiguro Committed by Sridhar Samudrala

[XFRM]: Add family member to xfrm_usersa_id.

parent a37663ea
......@@ -163,6 +163,7 @@ struct xfrm_usersa_info {
struct xfrm_usersa_id {
xfrm_address_t saddr;
__u32 spi;
__u16 family;
__u8 proto;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment