]> git.ipfire.org Git - thirdparty/iproute2.git/commit
allow batch gets of actions
authorJamal Hadi Salim <jhs@mojatatu.com>
Sun, 22 Dec 2013 15:33:13 +0000 (10:33 -0500)
committerStephen Hemminger <stephen@networkplumber.org>
Sat, 28 Dec 2013 18:57:34 +0000 (10:57 -0800)
commitb159a7f1aeb4c2fc3a9053d314bbc4d235beac67
treefa5b48a7f7b2a1f21a901fb8fe3dbd5d181b8921
parent352f6f97bef6baefa21d973b914a67e7feac3d8f
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>
tc/m_action.c