]> git.puffer.fish Git - matthieu/frr.git/commit
frr-reload: ignore-case in the es-id and es-sys-mac config comparisons
authorAnuradha Karuppiah <anuradhak@cumulusnetworks.com>
Thu, 19 Nov 2020 22:15:44 +0000 (14:15 -0800)
committerIgor Ryzhov <iryzhov@nfware.com>
Wed, 9 Dec 2020 20:36:33 +0000 (23:36 +0300)
commitb386a70c04680aace01c14b6fddf04c504010aec
tree704f443263ae476b9518c07bfbc43c786be5eb14
parentfe5ca221c21f47f0e789c6bbdede32ab0dc42fde
frr-reload: ignore-case in the es-id and es-sys-mac config comparisons

MAC address can be configured as lower/upper hex characters but is
always rendered as lower case in "show run". Avoid incorrect "change
detection" by ignoring case.

Ticket: CM-32235

Signed-off-by: Anuradha Karuppiah <anuradhak@nvidia.com>
tools/frr-reload.py