that were defined outside HC. As a workaround for VPP-208,
memory_size leaf was made non-mandatory.
Change-Id: I456727d9f80c054694bf4f43db3da0b273a29510
Signed-off-by: Marek Gradzki <[email protected]>
"Defines classify table config only attributes (present in classify_add_del_table message
but not in classify_table_info_reply).";
- // FIXME move to classify-table-base-attributes
+ // TODO(HC2VPP-10): move to classify-table-base-attributes
// after https://jira.fd.io/browse/VPP-208 is fixed
leaf memory_size {
type uint32;
- mandatory true;
+ // mandatory true; // TODO(HC2VPP-10): uncomment
description
"Memory size for classify table and its entries.";
}