summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@orbis-terrarum.net>2010-12-11 12:26:31 -0800
committerRobin H. Johnson <robbat2@orbis-terrarum.net>2010-12-11 12:26:38 -0800
commitdbb5af2023910c43b4780852fada099cb94cae96 (patch)
tree8ee09bb1b3fa26b8164c484d4a8aa2753e026f70 /TODO
parent900d54b0fcb3510dfa8fe63eb496e2a198c5c6b9 (diff)
downloadopenrc-dbb5af2023910c43b4780852fada099cb94cae96.tar.gz
openrc-dbb5af2023910c43b4780852fada099cb94cae96.tar.bz2
openrc-dbb5af2023910c43b4780852fada099cb94cae96.tar.xz
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.
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 2 insertions, 0 deletions
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