Hi,

On Wed, Sep 18, 2019 at 04:05:39PM -0400, Ted Lemon wrote:
> On Sep 18, 2019, at 3:39 PM, Juliusz Chroboczek <j...@irif.fr> wrote:
> > Is that not a bug?
> The problem is, how???d the packet get so big that it was fragmented?

If you have a discontinuous L2 MTU, you do not need fragmented packets
to see packets disappear.

Host A has an ethernet MTU of 1500.  Sends a packet with 1400 bytes, no
fragmentation needed.

Somewhere in between is an ethernet bridge that only handles 1350 payload
("L2TPv3 with an outer max packet size capped to something too small to
transport 1518 byte packets inside, and not doing outer fragmentation")

Packet gone.

No fragmentation of any sort involved, just incorrectly set up L2 segments.

(Rule #1 for real world operation: ensure that end system L3 MTU is 
always <= the smallest L2 MTU that the packet might encounter in your 
L2 fabric)


Gert Doering
        -- NetMaster
-- 
have you enabled IPv6 on something today...?

SpaceNet AG                      Vorstand: Sebastian v. Bomhard, Michael Emmer
Joseph-Dollinger-Bogen 14        Aufsichtsratsvors.: A. Grundner-Culemann
D-80807 Muenchen                 HRB: 136055 (AG Muenchen)
Tel: +49 (0)89/32356-444         USt-IdNr.: DE813185279

_______________________________________________
homenet mailing list
homenet@ietf.org
https://www.ietf.org/mailman/listinfo/homenet

Reply via email to