July 31, 2018
12:35 p.m.
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