K 10 svn:author V 7 glebius K 8 svn:date V 27 2015-01-13T09:05:49.312760Z K 7 svn:log V 427 Convert ng_iface(4) to new ifnet API. Since this interface type is somewhat special, it still includes if_var.h. All what ng_iface needs to know is if_transmit() macro and access to if_index, which normal drivers shouldn't need. It is lesser evil to make ng_iface(4) aware of ifnet structure, rather than provide access to these fields to all drivers. Might be rethought however. Committed via: ng0 Sponsored by: Nginx, Inc. END