bridge: bridge_dump_info: add dumping of bridge attributes staging/ynezz/fixes-bridge-inspect
authorPetr Štetiar <ynezz@true.cz>
Thu, 9 Mar 2023 13:57:51 +0000 (14:57 +0100)
committerPetr Štetiar <ynezz@true.cz>
Wed, 31 May 2023 16:43:09 +0000 (18:43 +0200)
commit38cbdc1c8cbbe2e30d62227d74565bd3fa21a36b
tree4074702dbbbaea117412f70d06b0b9cdb9eb4334
parent9ba422908a2f5fc119193b3b89ad88fe9f8daee6
bridge: bridge_dump_info: add dumping of bridge attributes

There are internal decisions being made using several bridge attributes
like for example in bridge_reload(), but those attributes are not
available for the outside inspection, thus hard to follow.

So lets make inspection easier and simply just add dumping of those
bridge attributes as well.

Signed-off-by: Petr Štetiar <ynezz@true.cz>
bridge.c