From: f...@ikuai8.com Date: Thu, 18 Aug 2016 15:05:19 +0800 > @@ -138,6 +138,8 @@ static const struct ppp_channel_ops pppol2tp_chan_ops = { > > static const struct proto_ops pppol2tp_ops; > > +static const unsigned char fixed_ppphdr[2] = {PPP_ALLSTATIONS, PPP_UI}; > + > /* Helpers to obtain tunnel/session contexts from sockets. > */ > static inline struct l2tp_session *pppol2tp_sock_to_session(struct sock *sk)
Same problem as the pptp patch, I'm not applying this.