[PATCH 0/1] net: pppoe: use correct channel MTU when using Multilink PPP
From: Christoph Schulz <hidden> Date: 2014-07-12 22:53:12
Hello,
when computing the PPPoE channel MTU, we have to subtract two bytes, as
ppp_mp_explode() expects the channel MTU to exclude the size of the PPP
protocol field, which is correct according to RFC 1661.
See patch 1 for details.
Best regards,
Christoph
Christoph Schulz (1):
net: pppoe: use correct channel MTU when using Multilink PPP
drivers/net/ppp/pppoe.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)