• Ondřej Zajíček's avatar
    BGP: Fix memory leak in graceful restart code · ed1a908e
    Ondřej Zajíček authored
    Prefix and bucket tables are initialized when entering established state
    but not explicitly freed when leaving it (that is handled by protocol
    restart). With graceful restart, BGP may enter and leave established
    state multiple times without hard protocol restart causing memory leak.
    ed1a908e