]> git.proxmox.com Git - mirror_frr.git/commit
ospf6d: Handle lsupdate upto max ospf6 payload
authorChirag Shah <chirag@cumulusnetworks.com>
Thu, 12 Oct 2017 22:10:50 +0000 (15:10 -0700)
committerChirag Shah <chirag@cumulusnetworks.com>
Tue, 17 Oct 2017 05:37:02 +0000 (22:37 -0700)
commit1ba43456a4e338217b7aaad0277cc87af406fdde
tree4b2739e1498d9f73f341fd552c5c2e0632c48e71
parent2c38ed7789d4e8874b7a18cbc05114b0dccf247c
ospf6d: Handle lsupdate upto max ospf6 payload

While traversing LSUpdate list, if LSUpdate message
fills up (w/ LSAs) to the interface MTU size,
Send the existing filled LSUpdate message if max
payload exceeds max ospf6 payload,
reset sendbuf (buffer) to fill rest of
the remaining LSAs.

Add relevant fields to debugs.

Ticket:CM-18069

Signed-off-by: Chirag Shah <chirag@cumulusnetworks.com>
ospf6d/ospf6_message.c
ospf6d/ospf6_spf.c