Comment 7 for bug 1466607

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/13786
Committed: http://github.org/Juniper/contrail-vrouter/commit/593f6a93f41f88c51f806985a5b95882d0b1f7a2
Submitter: Zuul
Branch: master

commit 593f6a93f41f88c51f806985a5b95882d0b1f7a2
Author: Anand H Krishnan <email address hidden>
Date: Sun Sep 13 23:54:28 2015 -0700

Limit the number of component nexthops that are dumped

If the number of component nexthops are huge, with the current logic
of allocating memory for the encoding buffer in vrouter, a dump
operation can fail because of insufficient memory. For such a huge list
it doesn't make sense to dump all the component nexthops in a DUMP
operation. We will limit the dump to a smaller number and ask users to
do a GET operation of the parent nexthop to get the complete list.

Closes BUG: 1466607

Change-Id: Ia774eba66364a8aa761d8544fee3911a37e39a79