Today I noticed an inconsistency of [find] in the script:
When I try to reset counter of "a" user in hotspot, I use:
Code: Select all
/ip hotspot user reset-counters [find name="a"];
According to common thinking, my command line above will look for "a" to reset the counter, if it can't find "a", it won't do anything. But surprisingly, when it can't find "a", it reseted all other users as if to vent its anger. It's so hard for other users, just because a doesn't exist, they are affected by a command that has nothing to do with them. Is this a ROS7 bug?