]> git.proxmox.com Git - mirror_iproute2.git/blobdiff - tc/f_flow.c
tc: m_action: introduce support for hw stats type
[mirror_iproute2.git] / tc / f_flow.c
index badeaa2907285db2ad55c7e8639ec06b304cc124..9dd50df2e49212277a8f5fc9bc3609dc17d83b63 100644 (file)
 static void explain(void)
 {
        fprintf(stderr,
-"Usage: ... flow ...\n"
-"\n"
-" [mapping mode]: map key KEY [ OPS ] ...\n"
-" [hashing mode]: hash keys KEY-LIST ... [ perturb SECS ]\n"
-"\n"
-"                 [ divisor NUM ] [ baseclass ID ] [ match EMATCH_TREE ]\n"
-"                 [ action ACTION_SPEC ]\n"
-"\n"
-"KEY-LIST := [ KEY-LIST , ] KEY\n"
-"KEY      := [ src | dst | proto | proto-src | proto-dst | iif | priority |\n"
-"              mark | nfct | nfct-src | nfct-dst | nfct-proto-src |\n"
-"              nfct-proto-dst | rt-classid | sk-uid | sk-gid |\n"
-"              vlan-tag | rxhash ]\n"
-"OPS      := [ or NUM | and NUM | xor NUM | rshift NUM | addend NUM ]\n"
-"ID       := X:Y\n"
+               "Usage: ... flow ...\n"
+               "\n"
+               " [mapping mode]: map key KEY [ OPS ] ...\n"
+               " [hashing mode]: hash keys KEY-LIST ... [ perturb SECS ]\n"
+               "\n"
+               "                 [ divisor NUM ] [ baseclass ID ] [ match EMATCH_TREE ]\n"
+               "                 [ action ACTION_SPEC ]\n"
+               "\n"
+               "KEY-LIST := [ KEY-LIST , ] KEY\n"
+               "KEY      := [ src | dst | proto | proto-src | proto-dst | iif | priority |\n"
+               "              mark | nfct | nfct-src | nfct-dst | nfct-proto-src |\n"
+               "              nfct-proto-dst | rt-classid | sk-uid | sk-gid |\n"
+               "              vlan-tag | rxhash ]\n"
+               "OPS      := [ or NUM | and NUM | xor NUM | rshift NUM | addend NUM ]\n"
+               "ID       := X:Y\n"
        );
 }