Is there a way to multiply by float number in RoS? How can i get in RoS result of i.e.:
:put (6*1,2)
Currently console gives me this:
6;2
And the result of course should be 7,2. I cannot use dot presentation, due to RoS reading it as ip address.
If somebody wonder what i’m trying to do, i want to apply higher speeds i simple queues by add burst based on current max-limit values.