From dbb5af2023910c43b4780852fada099cb94cae96 Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 11 Dec 2010 12:26:31 -0800 Subject: Revamp of bridging code. - Use sysfs to read bridge information from the system instead of parsing the brctl outputs. - Allow setting of all bridge configuration parameters using new sysfs methods, modelled after bonding configuration. Also works for per-port bridge interface parameters. - Document pre-starting an empty bridge for dynamic add. - Check for interface existence before adding to bridge. - Should fix bug #293046, #309185. --- TODO | 2 ++ 1 file changed, 2 insertions(+) (limited to 'TODO') diff --git a/TODO b/TODO index d04785b..e008fca 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,5 @@ - ensure all forks block, restore and unblock signals. needs review - add support somehow for optional translations + +- oldnet[bridging]: Review setting of bridge configuration on dynamic interface add -- cgit v1.2.3