Re: do we support non contiguous netmasks ?

From: Anders Lowinger (anders.lowinger_at_packetfront.com)
Date: 04/05/04

  • Next message: Andre Oppermann: "Re: do we support non contiguous netmasks ?"
    Date: Mon, 05 Apr 2004 11:44:47 +0200
    To: Luigi Rizzo <rizzo@icir.org>
    
    

    Luigi Rizzo wrote:
    > Hi,
    > i was wondering if anyone knows what kind of support we have
    > in FreeBSD networking code, for non contiguous netmasks.
    > While it is trivial to support them for interface addresses,
    > managing them in the routing table is probably far from trivial
    > and I believe also mostly useless... and anyways, i have no
    > idea how our kernel code deals with them

    Not sure why you wonder? Do you need it?

    If we implement a mtrie for faster routing-lookups,
    non-contiguous masks need to go.

    Not even Cisco implements anything else than contiguous masks,
    and I have a very hard time to understand why they are needed.

    /Anders
    _______________________________________________
    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: Andre Oppermann: "Re: do we support non contiguous netmasks ?"

    Relevant Pages

    • Re: do we support non contiguous netmasks ?
      ... > i was wondering if anyone knows what kind of support we have ... > in FreeBSD networking code, for non contiguous netmasks. ... our generic routing code that uses PATRICIA trees supports ...
      (freebsd-net)
    • do we support non contiguous netmasks ?
      ... in FreeBSD networking code, for non contiguous netmasks. ... While it is trivial to support them for interface addresses, ... To unsubscribe, ...
      (freebsd-net)
    • Re: do we support non contiguous netmasks ?
      ... >> i was wondering if anyone knows what kind of support we have ... >> in FreeBSD networking code, ... I played around with non-contiguous netmasks when working on Demon's ... servers gave an uneven distribution of load. ...
      (freebsd-net)