Skip to content
Commit af74e53e authored by Aws Ismail's avatar Aws Ismail Committed by Joe MacDonald
Browse files

Quagga: sync zebra routing table with the kernel one

When interface goes down, and there are some static routes that are
made with ip route, they are going to be deleted from kernel fib.
That's what kernel does by default. But they are not going to be
deleted from zebra's fib. They will be declared inactive.

This issue was originally discussed in [1] and a patch was proposed.

[1] http://www.gossamer-threads.com/lists/quagga/dev/22609



Signed-off-by: default avatarAws Ismail <aws.ismail@windriver.com>
Signed-off-by: default avatarJoe MacDonald <joe.macdonald@windriver.com>
parent a8b96b69
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment