Bill Paul writes:
> http://www.freebsd.org/~wpaul/FEC/4.x/fec.tar.gz
> http://www.freebsd.org/~wpaul/FEC/5.x/fec.tar.gz
> 
> This is a call for testers for a netgraph module that can be used to
> aggregate 2 or 4 ethernet interfaces into a single interface. Basically,
> it lets you do things like the following:
> 
> # kldload ./ng_fec.ko
> # ngctl mkpeer fec dummy fec
> # ngctl msg fec0: add_iface '"dc0"'
> # ngctl msg fec0: add_iface '"dc1"'
> # ngctl msg fec0: add_iface '"dc2"'
> # ngctl msg fec0: add_iface '"dc3"'
> # ngctl msg fec0: set_mode_inet

Bill,

Just curious.. did you consider adding this functionality to the
ng_one2many(4) node type?

I suppose the ifmedia would have to be done more indirectly, eg., by
adding a new control message supporting it to ng_ether(4).

-Archie

__________________________________________________________________________
Archie Cobbs     *     Packet Design     *     http://www.packetdesign.com


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to