Skip to content

kernel accel fixes

asmadeus requested to merge asmadeus/l2tpns:kernel into kernel
  • fix log statement for tunnel IP change
  • fix tunn_local initialization / allow 0 as fd

Happy to remove the 'allow 0 as fd' as it's a bit more churn, but we should at least do the initial memset even if it's likely not our problem as linux hands out zeroed pages on first alloc

Merge request reports