Re: [PATCH ipsec] xfrm: fix disable_xfrm sysctl when used on xfrm interfaces

2021-01-05 Thread Steffen Klassert
On Wed, Dec 23, 2020 at 05:00:46PM +0200, Eyal Birger wrote: > The disable_xfrm flag signals that xfrm should not be performed during > routing towards a device before reaching device xmit. > > For xfrm interfaces this is usually desired as they perform the outbound > policy lookup as part of thei

[PATCH ipsec] xfrm: fix disable_xfrm sysctl when used on xfrm interfaces

2020-12-23 Thread Eyal Birger
The disable_xfrm flag signals that xfrm should not be performed during routing towards a device before reaching device xmit. For xfrm interfaces this is usually desired as they perform the outbound policy lookup as part of their xmit using their if_id. Before this change enabling this flag on xfr