#384998 rp-pppoe plugin and MLPPP don't play well together - tiny fragments are sent

Package:
ppp
Source:
ppp
Description:
Point-to-Point Protocol (PPP) - daemon
Submitter:
James Harper
Date:
2023-11-04 00:03:04 UTC
Severity:
normal
#384998#5
Date:
2006-08-28 11:28:46 UTC
From:
To:
When using the rp-pppoe plugin and pppoe, the fragments used are tiny (8 bytes of ppp data), and consequently the link behaves really really poorly. The correct behaviour is that MLPPP fragments should be (packet size) / (number of links), but less than MTU. When using /usr/sbin/pppoe, it works fine.

Looking through the kernel code, the only way I can see that this would happen is if rp-pppoe didn't correctly pass through the MTU and instead passed it through as zero. A zero MTU would cause the above behaviour. A quick look at rp-pppoe hasn't told me anything useful though.

#384998#10
Date:
2023-11-03 23:58:58 UTC
From:
To:
Are you still able to reproduce this issue?