Skip to content

Commit

Permalink
zclient: Drop NextHop Tracking dampening feature
Browse files Browse the repository at this point in the history
The dampening feature was implemented to delay the update of nexthop
states in order to avoid the states are "extremely" frequent updated.
But with this implementation, if a path is withdrawn by peer or via API
which the dampening feature delaying the update of that path, the
withdrawn path can be restored unexpectedly again.

And currently Quagga and FRRouting does not support the dampening, this
path drops the dampening feature to avoid this problem.

Signed-off-by: IWASE Yusuke <iwase.yusuke0@gmail.com>
  • Loading branch information
iwaseyusuke authored and fujita committed May 29, 2018
1 parent 4ab7612 commit 055eb89
Show file tree
Hide file tree
Showing 2 changed files with 156 additions and 282 deletions.
Loading

0 comments on commit 055eb89

Please sign in to comment.