RE: [PATCH iproute2] bridge: add support for dynamic fdb entries
+1 Rami Rosen Intel Corporation
[PATCH iproute2] bridge: add support for dynamic fdb entries
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