Closed kalebris closed 3 years ago
We have a usecase where values are actually ints presented in float64 (remote-as) and valuelabel wasn't working as it is only working on strings currently. Changing the logic to force valuelabel even on non strings and treat them as integers.
resolved in https://github.com/aristanetworks/goarista/commit/5051269002d8d1bd096a3bcaccee35eaa50a8b35
We have a usecase where values are actually ints presented in float64 (remote-as) and valuelabel wasn't working as it is only working on strings currently. Changing the logic to force valuelabel even on non strings and treat them as integers.