The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Special Forums > IP Networking
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 01-26-2008
samuncle samuncle is offline
Registered User
 

Join Date: Jan 2008
Posts: 1
How to activate a network interface?

What are the steps between "ifconfig eth0 UP" and "net_device->open"?

ifconfig eth0 UP =>

ioctl(skfd, SIOCSIFFLAGS, &ifr) (ifr.ifr_flags = IFF_UP | IFF_RUNNING) =>

????? => what are these steps?

net_device->open

Thanks!
Reply With Quote
Forum Sponsor