diff options
| author | William Hubbs <w.d.hubbs@gmail.com> | 2014-12-03 10:13:41 -0600 |
|---|---|---|
| committer | William Hubbs <w.d.hubbs@gmail.com> | 2014-12-03 10:13:41 -0600 |
| commit | 1267025fb76af18e31b2c7de16606abbb9b87ea3 (patch) | |
| tree | 8cc3a36b1dd7e1438d05a293cae8eac572126a7c /TODO | |
| parent | 30cc3cdb76a66c7c0f89a52db4e5cff77b570e31 (diff) | |
initial commitorigin/gh-pagesgithub/gh-pages
Diffstat (limited to 'TODO')
| -rw-r--r-- | TODO | 21 |
1 files changed, 0 insertions, 21 deletions
@@ -1,21 +0,0 @@ -- 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 - -- Document rc-depend binary. - -- _ifindex is not a reliable means of calculating metrics: - _ifindex is used for calculating metrics for new devices but has a major - problem: Since it's only the nth entry in /proc/net/dev - And devices may be removed from that file, and reordered, you won't always - get the same result. - If you do: - - add eth0 - _ifindex (eth0=0) - - add vlan1 - _ifindex (eth0=0,vlan1=1) - - add vlan2 - _ifindex (eth0=0,vlan1=1,vlan2=2) - - rem vlan1 - _ifindex (eth0=0,vlan2=1) - - add vlan3 - _ifindex (eth0=0,vlan2=1,vlan3=2) - Now your routing table has entries for both vlan2 and vlan3 with a metric of 2. - |
