Hi,
I want to create an ATM interface on linux. I can
create ethernet interface using alloc_etherdev() and
then registering this device. Can I use the same
function to create atm interface ? Or there is other
way to do this? Can you please give some light on this
issue?
Regards,
Mano
Manomugdha Biswas
__________________________________________________________
Yahoo! India Matrimony: Find your partner online. Go to http://yahoo.shaadi.com
On Tue, Sep 06, 2005 at 02:43:35PM +0100, manomugdha biswas wrote:
> Date: Tue, 6 Sep 2005 14:43:35 +0100 (BST)
> From: manomugdha biswas <[email protected]>
> Subject: how to create atm interface in linux
> To: [email protected]
> Cc: [email protected]
>
> Hi,
> I want to create an ATM interface on linux. I can
> create ethernet interface using alloc_etherdev() and
> then registering this device. Can I use the same
> function to create atm interface ? Or there is other
> way to do this? Can you please give some light on this
> issue?
How about asking that at the Linux-ATM -list ?
I can tell you only, that it isn't hosted at VGER.
> Regards,
> Mano
>
> Manomugdha Biswas
/Matti Aarnio
Le Tue, 06 Sep 2005 14:43:35 +0100, manomugdha biswas a ?crit?:
> Hi,
> I want to create an ATM interface on linux. I can
> create ethernet interface using alloc_etherdev() and
> then registering this device. Can I use the same
> function to create atm interface ? Or there is other
> way to do this? Can you please give some light on this
> issue?
>
look how it is done in net/atm driver
Hint : use alloc_netdev
Matthieu