]> git.proxmox.com Git - mirror_iproute2.git/commit - man/man8/bridge.8
bridge: add support for dynamic fdb entries
authorRoopa Prabhu <roopa@cumulusnetworks.com>
Sat, 20 Feb 2016 05:34:52 +0000 (21:34 -0800)
committerStephen Hemminger <stephen@networkplumber.org>
Sun, 21 Feb 2016 20:00:41 +0000 (12:00 -0800)
commitc6d0cfb54b8b467a57d259f5c9cec91f94f4e59e
treefd428cbdf41de3255593ec1fd6b3a1e7961aabeb
parent467f9fce60ebd66d02b81b4c9c6aa9ca2f5ccdbd
bridge: add support for dynamic fdb entries

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 documents all fdb types. Removes 'temp'
from usage message since it is now replaced by 'static'.
'temp' still works and is synonymous with static.

Signed-off-by: Wilson Kok <wkok@cumulusnetworks.com>
Signed-off-by: Roopa Prabhu <roopa@cumulusnetworks.com>
bridge/fdb.c
man/man8/bridge.8