better MTU support...

From: John-Mark Gurney (gurney_j_at_resnet.uoregon.edu)
Date: 09/06/04

  • Next message: Luigi Rizzo: "Re: bridge callbacks in if_ed.c?"
    Date: Sun, 5 Sep 2004 22:04:35 -0700
    To: freebsd-net@FreeBSD.org, freebsd-arch@FreeBSD.org
    
    

    In a recent experiment w/ Jumbo frames, I found out that sending ip
    frames completely ignores the MTU set on host routes. This makes it
    difficult (or next to impossible) to support a network that has both
    regular and jumbo frames on it as you can't restrict some hosts to the
    smaller frames.

    I now have a patch to ip_output that makes it obay the MTU set on the
    route instead of that of the interface.

    Please review: http://people.FreeBSD.org/~jmg/ip_mtu.diff

    Thanks.

    -- 
      John-Mark Gurney				Voice: +1 415 225 5579
         "All that I will do, has been done, All that I have, has not."
    _______________________________________________
    freebsd-net@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-net
    To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"
    

  • Next message: Luigi Rizzo: "Re: bridge callbacks in if_ed.c?"