RE: [PATCH iproute2] bridge: add support for dynamic fdb entries

2016-02-20 Thread Rosen, Rami
+1 Rami Rosen Intel Corporation

[PATCH iproute2] bridge: add support for dynamic fdb entries

2016-02-19 Thread Roopa Prabhu
From: Roopa Prabhu This patch is a follow up to the recently added 'static' fdb option. It introduces a new option 'dynamic' which adds dynamic fdb entries with NUD_REACHABLE. $bridge fdb add 00:01:02:03:04:06 dev eth0 master dynamic $bridge fdb show 00:01:02:03:04:06 dev eth0 This patch also