Re: running out of mbufs?

From: Andre Oppermann (andre_at_freebsd.org)
Date: 08/08/05

  • Next message: Dave+Seddon: "Re: running out of mbufs?"
    Date: Mon, 08 Aug 2005 23:31:44 +0200
    To: Jeremie Le Hen <jeremie@le-hen.org>
    
    

    Jeremie Le Hen wrote:
    >
    > Hi Andre,
    >
    > > > By "interface groups", do you mean the same ones as OpenBSD ?
    > >
    > > I don't know. What is the definition of an OpenBSD interface group?
    >
    > >From ifconfig(8) manual page :
    > %%%
    > group group-name
    > Assign the interface to a ``group''. Any interface can
    > be in multiple groups.
    >
    > Cloned interfaces are members of their interface family
    > group by default. For example, a PPP interface such as
    > ppp0 is a member of the PPP interface family group, ppp.
    > The interface(s) the default route(s) point to are mem-
    > bers of the egress interface group.
    > %%%
    >
    > This article [1] explains better what interface groups are, see the
    > "Interface group" section (according to w3m: line 182/422 (43%))
    >
    > [1] http://kerneltrap.org/node/5190

    Yea, I guess we're going to support that. If just to make the pf porters
    happy. For routing tables work and such I'd rather compare a pointer or
    int than a string but I'm sure we manage to find a clean way to get both.

    -- 
    Andre
    _______________________________________________
    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: Dave+Seddon: "Re: running out of mbufs?"