[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[6bone] zebra/bgpd/kernel sync



I've seen this happen occasionally, too, on its own.  But a sure way to
cause this problem seems to be restarting bgpd without restarting zebra.
Now I always make sure to

    kill bgpd
    kill zebra
    start zebra
    start bgpd

This problem did not exist with the earliest zebra version I've run...

Regards,
+ Kim


| From:    Pim van Pelt <[email protected]>
| Date:    Wed, 18 Dec 2002 09:00:02 +0100
|
| Coming back to the original post, I too have seen Zebra forget to write
| routing updates to the kernel, so that the bgpd's view on the FIB was
| different to the kernel's view on the FIB. That sucked, and only an
| entire restart of bgpd solved this. I consider it a bug in zebra, but
| a rare one which only surfaced like, once in the last two years.