[IPSEC]: Sync series - user
Add xfrm as the user of the core changes Signed-off-by: Jamal Hadi Salim <hadi@cyberus.ca> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
9500e8a81f
commit
d51d081d65
@ -2651,6 +2651,8 @@ static int pfkey_send_notify(struct xfrm_state *x, struct km_event *c)
|
||||
return key_notify_sa(x, c);
|
||||
case XFRM_MSG_FLUSHSA:
|
||||
return key_notify_sa_flush(c);
|
||||
case XFRM_MSG_NEWAE: /* not yet supported */
|
||||
break;
|
||||
default:
|
||||
printk("pfkey: Unknown SA event %d\n", c->event);
|
||||
break;
|
||||
|
Reference in New Issue
Block a user