]> git.puffer.fish Git - mirror/frr.git/commit
frr-reload: ignore-case in the es-id and es-sys-mac config comparisons 7582/head
authorAnuradha Karuppiah <anuradhak@cumulusnetworks.com>
Thu, 19 Nov 2020 22:15:44 +0000 (14:15 -0800)
committerAnuradha Karuppiah <anuradhak@nvidia.com>
Sun, 22 Nov 2020 02:03:06 +0000 (18:03 -0800)
commit8a63e80c6c301a63ce99ae088f9fbb9a7199b1f9
tree5bbaf2b14c0c02dbbcebf3a54306cde15086996f
parented37777f0370bb1f95c3a3cc6c49a85004913b3d
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