Re: My planned work on networking stack

From: Andre Oppermann (andre_at_freebsd.org)
Date: 03/02/04

  • Next message: Andre Oppermann: "Re: My planned work on networking stack"
    Date: Tue, 02 Mar 2004 15:29:53 +0100
    To: Gleb Smirnoff <glebius@cell.sick.ru>
    
    

    Gleb Smirnoff wrote:
    >
    > Dear sirs,
    >
    > On Tue, Mar 02, 2004 at 04:29:57AM +0000, Bruce M Simpson wrote:
    > B> > > > add multi-path and policy-routing options. (planned)
    > B> >
    > B> > would the policy-routing optioned table sort of similar to VRF's or
    > B> > different routing instances that could potentially be tied to userlands
    > B> > like Quagga?
    > B>
    > B> That's the plan, I believe, anyway... It would be nice if Quagga could be
    > B> taught about how to add TCP-MD5 keys to both FreeBSD and OpenBSD SADBs.
    >
    > Is there any plans about integration of BGP routing daemon (Zebra or Quagga)
    > into FreeBSD? With BGP routing daemon onboard, FreeBSD will be a strong
    > alternative against expensive commercial routers. I have successfull experience
    > of running FreeBSD STABLE with 2 full BGP views for half a year. Modern i386 PC
    > can route/filter/shape much more traffic than expensive Cisco 36xx. I haven't
    > yet compared with 7000 series...

    No, Zebra/Quagga will not be integrated into FreeBSD but available from
    Ports. There is no reason why a routing daemon needs to be part of the
    base system. FreeBSD will provided the appropriate APIs to a routing
    daemon to make full use of the kernel packet forwarding engine.

    > Currently I'm working on my Netflow implementation, and I have faced the
    > following problem: I've already got global routing in my routing table, but it
    > lacks AS (Autonomous System) information. The routing daemon (zebra in my case)
    > already knows ASes, but this informations is lost when routing information is
    > injected into kernel. It'll be nice to add AS path to struct rtentry.

    The AS path does not belong into the kernel or the FIB.

    If you want to do per-AS accounting a much better solution is simply
    to take a MRT dump and load it into a BPF/PCAP application which is
    collecting statistics.

    > Seems like there is no problem with extending struct rtentry, but injecting
    > this info from userland requires changes to routing API. I see two ways of
    > implementing it:
    >
    > 1) Simply add new field into struct rt_msghdr, and bump RTM_VERSION. I have
    > done this, it works. But I don't like it, since RTM_VERSION has changed.
    > 2) Create new sockaddr, called sockaddr_aspath. Define RTAX_ASPATH, increase
    > RTAX_MAX. Pass this sockaddr_aspath in rti_info[] array of a routing message
    > into kernel. Unparse it in the kernel, fill in new field of struct rtentry.
    >
    > While I haven't yet started working on 2), I'd be very glad to hear comments
    > from FreeBSD developers. Thanks in advance.

    The routing message format needs to be redisigned. That is nothing that
    happens on short notice.

    -- 
    Andre
    _______________________________________________
    freebsd-current@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-current
    To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
    

  • Next message: Andre Oppermann: "Re: My planned work on networking stack"

    Relevant Pages

    • Re: My planned work on networking stack
      ... > Is there any plans about integration of BGP routing daemon ... FreeBSD will be a strong ... daemon to make full use of the kernel packet forwarding engine. ...
      (freebsd-net)
    • Re: Web Server supporting up to 4 WANs/Interfaces
      ... I also have a reasonable grasp of FreeBSD, though I am no where near the expert of many. ... There is NO routing required between networks inside the box and in fact, it CANNOT be allowed to happen because of security. ... The issue is getting traffic back through the same interface it came in on and through the same router gateway. ...
      (freebsd-net)
    • Re: Traffic NOT moving through the correct network interface?
      ... Kernel IP routing table ... loopback interface, but that's not part of this problem. ... Everything is done by the kernel. ... Policy based routing requires you ...
      (alt.os.linux)
    • DSL router when what I need is a bridge; ARP problem?
      ... My only choice for a DSL isp will only do G.lite in routing mode, ... the freebsd box handling routing and other duties for hosts connected ... to a hub on another ethernet card. ... From the arp man page, it seems like an arp -s entry should be ...
      (freebsd-questions)
    • Re: routing problem
      ... I even don't know ipfilter yet. ... it to static and cloned routing, but taking it out of the mix might help ... I tried to set static routes. ... Possibly just a little confusion re how freebsd routing tables are ...
      (freebsd-questions)