diff options
author | David Ward <david.ward@ll.mit.edu> | 2010-01-05 02:45:39 +0000 |
---|---|---|
committer | David Lamparter <equinox@diac24.net> | 2010-02-03 16:29:55 +0100 |
commit | 3d13493fa3b771d3a988696414ac154f45cd5819 (patch) | |
tree | 07730700ac05576733fdc13190756ce6c6f58c60 /zebra/kernel_socket.c | |
parent | dca6c883ea6219460efbe3dadde4b8b9cb12c845 (diff) | |
download | quagga-3d13493fa3b771d3a988696414ac154f45cd5819.tar.bz2 quagga-3d13493fa3b771d3a988696414ac154f45cd5819.tar.xz |
ospf6d: Fix crash when '[no] ipv6 ospf6 advertise prefix-list' is in startup-config
* ospf6_interface.c: When '[no] ipv6 ospf6 advertise prefix-list'
appears in the startup configuration for ospf6d, a crash occurs,
because ospf6d attempts to schedule LSAs when the 'oi->area'
structure has not yet been initialized.
Now, when the command above is issued (either in the startup
configuration or at runtime), ospf6d will only schedule LSAs if
the 'oi->area' structure has been initalized. A similar test is
already used when handling the commands 'ipv6 ospf6 priority'
and 'ipv6 ospf6 cost'.
Diffstat (limited to 'zebra/kernel_socket.c')
0 files changed, 0 insertions, 0 deletions