Picking up that we have a few of our simple queues that were mistakenly left on defaults or not changed to "wireless default"
Is there a nice and easy way to find and replace?
Wrong entry with bad human input:
Code: Select all
add max-limit=10M/10M name="MJane Smith" target=192.168.10.123/32 total-queue=default-small
But it should read:
Code: Select all
add max-limit=10M/10M name="John Doe" target=192.168.10.10/32 total-queue=wireless-default
Any suggestions for a script or command one can run to fix this?
My ideas / plans / efforts were all greeted with errors and I'm sure this is such an easy question for those who can code, its like 20 keystrokes and there is a solution
Thanks!