> Giorgos Keramidas writes:
> > Is there some way to ifconfig up a dummy ethernet interface, one that
> > will work like the loopback one (lo0) on FreeBSD?
>
> If you want an interface that loops back, you can have more than
> one loopback interface (lo0, lo1, lo2, ...).
>
> If you want an inter
On Fri, Feb 11, 2000 at 03:24:15PM +0100, Alexander Leidinger wrote:
> On 10 Feb, Archie Cobbs wrote:
>
> > If you want an interface that discards everthing, you can create
> > a netgraph interface ("ngctl mkpeer iface foo inet") and leave it
> > unconnected.
>
> Or just add "pseude-device disc"
On 10 Feb, Archie Cobbs wrote:
> If you want an interface that discards everthing, you can create
> a netgraph interface ("ngctl mkpeer iface foo inet") and leave it
> unconnected.
Or just add "pseude-device disc" to your kernel.
Bye,
Alexander.
--
Everything you know is wrong. But some of i
Giorgos Keramidas writes:
> Is there some way to ifconfig up a dummy ethernet interface, one that
> will work like the loopback one (lo0) on FreeBSD?
If you want an interface that loops back, you can have more than
one loopback interface (lo0, lo1, lo2, ...).
If you want an interface that discar