[PATCH net-next v2] bridge: add address and vlan to fdb warning messages

2016-10-11 Thread Roopa Prabhu
From: Roopa Prabhu This patch adds vlan and address to warning messages printed in the bridge fdb code for debuggability. Signed-off-by: Roopa Prabhu --- v2 - address comments from stephen - use %u format specifier for vlan - move print string to a single line net/bridge/br_fd

Re: [PATCH net-next v2] bridge: add address and vlan to fdb warning messages

2016-10-13 Thread David Miller
From: Roopa Prabhu Date: Tue, 11 Oct 2016 16:12:56 -0700 > From: Roopa Prabhu > > This patch adds vlan and address to warning messages printed > in the bridge fdb code for debuggability. > > Signed-off-by: Roopa Prabhu Applied, thanks Roopa.