Re: [Bridge] [PATCH net-next 2/4] bridge: Allow an ability to designate an uplink port
On Wed, 2013-03-13 at 22:33 +0200, Michael S. Tsirkin wrote: > On Tue, Mar 12, 2013 at 09:45:24PM -0400, Vlad Yasevich wrote: > > Allow a ports to be designated as uplink. Multiple ports > > may be designated as uplinks and they will be kept in a > > list. > > > > Signed-off-by: Vlad Yasevich >
Re: [Bridge] [PATCH] bridge: netfilter: use PTR_RET instead of IS_ERR + PTR_ERR
On Tue, Mar 12, 2013 at 08:11:33PM +0200, Silviu-Mihai Popescu wrote: > This uses PTR_RET instead of IS_ERR and PTR_ERR in order to increase > readability. Also applied, thanks.