Re: Always call bridge_iflist `bif'

2018-09-17 Thread Alexander Bluhm
On Mon, Sep 17, 2018 at 10:20:51AM -0300, Martin Pieuchot wrote: > I'd like to always use the same name of `bridge_iflist', it helps me > deal with the different data structures and their relation with `ifp'. > > Diff below use `bif' everywhere, ok? Yes, p was a very unspecific name. OK bluhm@

Always call bridge_iflist `bif'

2018-09-17 Thread Martin Pieuchot
I'd like to always use the same name of `bridge_iflist', it helps me deal with the different data structures and their relation with `ifp'. Diff below use `bif' everywhere, ok? No intentional functional change. Index: net/if_bridge.c