]> git.puffer.fish Git - matthieu/frr.git/commit
[ospfd] Add support for oversized LSAs.
authorpaul <paul>
Wed, 18 Jan 2006 15:07:38 +0000 (15:07 +0000)
committerpaul <paul>
Wed, 18 Jan 2006 15:07:38 +0000 (15:07 +0000)
commit779adb0147cfff1a831b08853976342ad2110fcd
tree76ec1993a7a429d24bda595254348dbd7dc4bebc
parentaf887b5111ada0e8cd961e9479aa9d39796a80c8
[ospfd] Add support for oversized LSAs.

2006-01-18 Juergen Kammer <j.kammer@eurodata.de>

* ospf_lsa.c: (ospf_router_lsa_new) dont take reference to the
  stream data until it is constructed, data reference is
  volatile due to the potential resize in link_info_set

2006-01-18 Paul Jakma <paul.jakma@sun.com>

* ospf_lsa.c: (link_info_set) Resize the stream if required and
  possible. Return number of links added.
  (lsa_link_*_set) use return value from previous.
* ospf_lsa.h: Add OSPF_ROUTER_LSA_LINK_SIZE define.
ospfd/ChangeLog
ospfd/ospf_lsa.c
ospfd/ospf_lsa.h