Skip to content
  • Ondřej Zajíček's avatar
    9f24fef5
    Conf: Fix crash during shutdown · 9f24fef5
    Ondřej Zajíček authored
    BIRD implements shutdown by reconfiguring to fake empty configuration.
    Such fake config structure is created from the last running config and
    shares some data, including symbol table. This allows access to (removed)
    routing tables and causes crash when 'show route' command is used during
    shutdown.
    
    Clean up symbol table, table list and links to default tables, so removed
    routing tables cannot be accessed during shutdown.
    9f24fef5
    Conf: Fix crash during shutdown
    Ondřej Zajíček authored
    BIRD implements shutdown by reconfiguring to fake empty configuration.
    Such fake config structure is created from the last running config and
    shares some data, including symbol table. This allows access to (removed)
    routing tables and causes crash when 'show route' command is used during
    shutdown.
    
    Clean up symbol table, table list and links to default tables, so removed
    routing tables cannot be accessed during shutdown.
Loading