From: Guillaume Nault <g.na...@alphalink.fr> Date: Wed, 5 Apr 2017 16:52:35 +0200
> Userspace needs SOL_PPPOL2TP to be defined for using PPPOL2TP_SO_* > socket options. > > Signed-off-by: Guillaume Nault <g.na...@alphalink.fr> We really can't do this, there is no precedence for defining the SOL_* values in the kernel headers, it needs to come from the libc headers just like the other SOL_* values do for applications. Thank you.