Vincent Jardin writes:
> It looks like it is not possible to configure any MRU values with MPD, due to
> LCP_MRU_MARGIN (=20).
>
> For example, on the PPPoE links, the values between 1473 to 1491 are not
> possible.
>
> ...
> link.c:
> case SET_MRU:
> case SET_MTU:
> val = atoi(*a
Hi,
It looks like it is not possible to configure any MRU values with MPD, due to
LCP_MRU_MARGIN (=20).
For example, on the PPPoE links, the values between 1473 to 1491 are not
possible.
...
link.c:
case SET_MRU:
case SET_MTU:
val = atoi(*av);
name = ((intptr_t)arg == SET_M