diff options
author | Martin Mares <mj@ucw.cz> | 1999-03-02 19:37:02 +0100 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1999-03-02 19:37:02 +0100 |
commit | 7972248d5d7f404a65fd630b2af712703aca0746 (patch) | |
tree | b0702802718a6d7adeeff102964568bdbc5629ee /TODO | |
parent | e35ef181a41384446aca614522a7cbb10606dd5b (diff) | |
download | bird-7972248d5d7f404a65fd630b2af712703aca0746.tar bird-7972248d5d7f404a65fd630b2af712703aca0746.zip |
Netlink module supports interface scan on startup. Working on more.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -19,12 +19,12 @@ Core - incoming packets: interface the packet came from? (esp. for multicasts) - broadcast/multicast echoing suppresion -- we need ifindex at least for PtP links - -- kernel: RTM_DELROUTE not announced for device routes [confirmed by Alexey: it's a feature] - netlink: import Linux route attributes to our rta's, so that they can be filtered? +- iface: when seen an invalid broadcast, fix it up or at least report +- iface: we always need ifindex at least for PtP links (OSPF) + Cleanup ~~~~~~~ - right usage of DBG vs. debug |