Re: allow if_output to be specialised on ethernet interfaces

2018-12-11 Thread Claudio Jeker
On Wed, Dec 12, 2018 at 11:54:39AM +1000, David Gwynne wrote: > this makes it nicer to set up a custom output routine on ethernet > interfaces. rather than overwriting it after ether_ifattach is called, > you can set it up with the rest of the callbacks and the ether layer > will respect it. > >

allow if_output to be specialised on ethernet interfaces

2018-12-11 Thread David Gwynne
this makes it nicer to set up a custom output routine on ethernet interfaces. rather than overwriting it after ether_ifattach is called, you can set it up with the rest of the callbacks and the ether layer will respect it. ok? Index: if_ethersubr.c