allow batch gets of actions

Attached.

cheers,
jamal
commit c5f30cabef14c951596210b96bc9b423b0d39592
Author: Jamal Hadi Salim <hadi@mojatatu.com>
Date:   Sun Dec 22 10:24:17 2013 -0500

    Allow batching of action gets
    Example:
    ----
    tc actions get \
    action gact index 100 \
    action gact index 4
    ----

    Signed-off-by: Jamal Hadi Salim <jhs@mojatatu.com>
This commit is contained in:
Jamal Hadi Salim 2013-12-22 10:33:13 -05:00 committed by Stephen Hemminger
parent 352f6f97be
commit b159a7f1ae
1 changed files with 1 additions and 0 deletions

View File

@ -144,6 +144,7 @@ new_cmd(char **argv)
if ((matches(*argv, "change") == 0) ||
(matches(*argv, "replace") == 0)||
(matches(*argv, "delete") == 0)||
(matches(*argv, "get") == 0)||
(matches(*argv, "add") == 0))
return 1;