CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/09/28 02:24:53
Modified files:
sys/net : if_var.h if_trunk.c
Log message:
Remove "if_tp" from the "struct ifnet".
Instead of violating a layer of abstraction by keeping per pseudo-driver
informations in "struct ifnet", the port trunk is now passed as a cookie
to the interface input handler (ifih).
The time of per pseudo-driver hack in the network stack is over!
ok mikeb@
