Re: Kill NTRUNK

2015-05-13 Thread Reyk Floeter
On Tue, May 12, 2015 at 01:34:20PM +0200, Martin Pieuchot wrote: There's only one #if NTRUNK left in the tree, this diff gets rid of it by overwriting trunk ports' if_output(). ok? OK, very nice. One style nit comment below. Index: net/if_ethersubr.c

Kill NTRUNK

2015-05-12 Thread Martin Pieuchot
There's only one #if NTRUNK left in the tree, this diff gets rid of it by overwriting trunk ports' if_output(). ok? Index: net/if_ethersubr.c === RCS file: /cvs/src/sys/net/if_ethersubr.c,v retrieving revision 1.196 diff -u -p

Re: Kill NTRUNK

2015-05-12 Thread Claudio Jeker
On Tue, May 12, 2015 at 01:34:20PM +0200, Martin Pieuchot wrote: There's only one #if NTRUNK left in the tree, this diff gets rid of it by overwriting trunk ports' if_output(). ok? Looks good to me. Lets try to layer stuff properly. OK claudio@ Index: net/if_ethersubr.c