Commit b159a7f1 authored by Jamal Hadi Salim's avatar Jamal Hadi Salim Committed by Stephen Hemminger

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: default avatarJamal Hadi Salim <jhs@mojatatu.com>
parent 352f6f97
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment