diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2016-12-20 13:20:16 +0100 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2016-12-20 13:33:19 +0100 |
commit | e3b9212110528217c2477f588ebccc0d76ee31e1 (patch) | |
tree | e3a07f3669004981b73adab263cff691680cb222 /v3po/api/src | |
parent | b5a20de3a2047c736e0141adb3aa233093e40fb6 (diff) |
HONEYCOMB-324: fix config reconciliation for classify tables
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 <mgradzki@cisco.com>
Diffstat (limited to 'v3po/api/src')
-rw-r--r-- | v3po/api/src/main/yang/vpp-classifier.yang | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/v3po/api/src/main/yang/vpp-classifier.yang b/v3po/api/src/main/yang/vpp-classifier.yang index ea2788289..beb4def85 100644 --- a/v3po/api/src/main/yang/vpp-classifier.yang +++ b/v3po/api/src/main/yang/vpp-classifier.yang @@ -157,11 +157,11 @@ module vpp-classifier { "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."; } |