what network driver routines are invoked via "ifup" and "ifdown"?

rpjday at crashcourse.ca rpjday at crashcourse.ca
Tue Jul 31 08:35:46 EDT 2018


   first time poking around network drivers, and i'm wondering what
platform driver routines are called when invoking ifup/ifdown from
user space (if any). i'm *assuming* (possibly incorrectly) that the
probe() and remove() routines are invoked only on loading and
unloading the driver, not simple ifup and ifdown.

   guidance, anyone?

rday




More information about the Kernelnewbies mailing list