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

skbedit to default to pipe

Allow skbedit to be used as is in an action chain by default
without need to specify pipe
Signed-off-by: default avatarJamal Hadi Salim <jhs@mojatatu.com>
parent 5c0aec93
......@@ -99,6 +99,7 @@ parse_skbedit(struct action_util *a, int *argc_p, char ***argv_p, int tca_id,
argv++;
}
sel.action = TC_ACT_PIPE;
if (argc) {
if (matches(*argv, "reclassify") == 0) {
sel.action = TC_ACT_RECLASSIFY;
......
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