diff options
author | Martin Mares <mj@ucw.cz> | 2000-05-06 23:21:19 +0200 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-05-06 23:21:19 +0200 |
commit | 67be5b23cd80646c2aa5a9c6a3d373ceecb275b6 (patch) | |
tree | 23de235cdd950f3ef3e2c2d1965ffe19d47fa3e2 /TODO | |
parent | ab1129c1bdea41ff06fd21390cde5667d07f6e65 (diff) | |
download | bird-67be5b23cd80646c2aa5a9c6a3d373ceecb275b6.tar bird-67be5b23cd80646c2aa5a9c6a3d373ceecb275b6.zip |
When rte_update is called for an identical route, don't announce anything.
Please implement the rte_same hook in your protocols. It should just
compare your metrics stored directly in rte, the rest is done by the core.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -9,9 +9,6 @@ Core - tagging of external routes? -- when an identical route is received, don't trigger updates - -- configure: --enable-ipv6 - configure: IPv6 on glibc 2.0? - Makefile: install target? |