https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=103762
Eugene Grosbein <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|[email protected] |[email protected] CC| |[email protected] Status|In Progress |Closed Resolution|--- |Works As Intended --- Comment #3 from Eugene Grosbein <[email protected]> --- It is pretty normal for PPP protocol to negotiate mtu=1500 if both sides are configured so. Even PPPoE over non-jumbo ethernet frames with its own mtu=1500 can, nevertheless, negotiate and run with tunneling mtu=1500 if both peers support LCP multilink extensions over single link. It is just fine for some routers to keep persistent PPPoE connections, too. As ppp(8) manual page says, one should use "maximum" keyword to make hard upper limit on PPP mtu/mru values. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
