diff options
author | Martin Mares <mj@ucw.cz> | 2000-03-12 21:30:53 +0100 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-03-12 21:30:53 +0100 |
commit | cfd46ee4c5b0d3689f8f9d094a68bc4b732cd0af (patch) | |
tree | f38d0376a0a15be31506b824fa3659f178efa5a6 /TODO | |
parent | c8d5ffafb7c7e644048691221ca9d56ec68925a0 (diff) | |
download | bird-cfd46ee4c5b0d3689f8f9d094a68bc4b732cd0af.tar bird-cfd46ee4c5b0d3689f8f9d094a68bc4b732cd0af.zip |
Added debugging of communication between protocols and routing tables.
Just ask for "debug routes" if you want to see the routes and "debug filters"
if you want even the rejected ones.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -1,7 +1,6 @@ Core ~~~~ - debug: interfaces -- debug: route updates - debug: static - debug: pipe - debug: krt @@ -9,9 +8,6 @@ Core - static: check validity of route destination? - static: allow specifying a per-route filter program for setting route attributes? -- rte_update: check whether all bits not covered by masklen are zero -- rte_update: debug mode - - krt: rescan interfaces when route addition fails? - tagging of external routes? |