Displaying 1 result from an estimated 1 matches for "mkpeer".
Did you mean:
m1peer
2003 Dec 15
6
interface bonding
...nterface, which will have data sent to
it from say fxp0 and fxp1. I also want to make sure that
data from fxp0, fxp1 or $VIRTUAL doesn't get sent out
fxp1 or fxp0 for some reason.
----- End forwarded message -----
I'm sure i checked this before, but a google search turned up this.
ngctl mkpeer fec dummy fec
ngctl msg fec0: add_iface '"sf2"'
ngctl msg fec0: add_iface '"sf3"'
ngctl msg fec0: set_mode_inet
ifconfig sf2 promisc
ifconfig sf3 promisc
ifconfig fec0 promisc
after this fec0 will be the virtual if that gets the frames.
This does depend on the...