commit | b6855b23b9659a2fd911d06308927da8210b0d41 | [log] [tgz] |
---|---|---|
author | Nicolas Pitre <npitre@baylibre.com> | Mon Jun 28 17:18:22 2021 -0400 |
committer | Christopher Friedt <chrisfriedt@gmail.com> | Wed Jul 21 18:20:01 2021 -0400 |
tree | 19fd3362f10ce59052f1f83efe8a6e39decb320a | |
parent | 697f3544a7f373573b61bccbbac4817af06b7be9 [diff] |
net: bridge: Ethernet bridge shell utility This provides a command line interface to query and modify bridge instances, similar to Linux's brctl utility. It can be used to inspect an application's bridge usage, or manage a bridge of its own in a generic way. Signed-off-by: Nicolas Pitre <npitre@baylibre.com>