Comment 6 for bug 1480963

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

Reviewed: https://review.opencontrail.org/13202
Committed: http://github.org/Juniper/contrail-web-controller/commit/8900e0f8c0af77e98c53ac4b73fd68eeec288bed
Submitter: Zuul
Branch: R2.20

commit 8900e0f8c0af77e98c53ac4b73fd68eeec288bed
Author: Balaji Kumar AS <email address hidden>
Date: Wed Aug 19 16:54:50 2015 +0530

1480963 - Issue seen only when the cookie 'bm_clear_vmi' is set to empty string.
1486679 - VxLanIdentifier max range changed to 16777215
Closes-Bug: #1480963
Closes-Bug: #1486679

JSON.parse is not supposed to be used to parse string, but object.
Hence using simple string comparators as getCookie() returns string.

Also changed max range of vxlan_identifer to 16777215 as per request in the bug 1486679

Change-Id: I3f78b319262a274ffeaa70ed6c1fe197f6fd5ed9