mirror of
https://git.proxmox.com/git/mirror_iproute2
synced 2026-01-07 04:54:44 +00:00
tc: skbmod style cleanup
break long lines
This commit is contained in:
parent
46871dc9c6
commit
557b705445
@ -29,11 +29,10 @@
|
||||
static void skbmod_explain(void)
|
||||
{
|
||||
fprintf(stderr,
|
||||
"Usage:... skbmod {[set <SETTABLE>] [swap <SWAPABLE>]} [CONTROL] [index INDEX]\n");
|
||||
fprintf(stderr, "where SETTABLE is: [dmac DMAC] [smac SMAC] [etype ETYPE] \n");
|
||||
fprintf(stderr, "where SWAPABLE is: \"mac\" to swap mac addresses\n");
|
||||
fprintf(stderr, "note: \"swap mac\" is done after any outstanding D/SMAC change\n");
|
||||
fprintf(stderr,
|
||||
"Usage:... skbmod {[set <SETTABLE>] [swap <SWAPABLE>]} [CONTROL] [index INDEX]\n"
|
||||
"where SETTABLE is: [dmac DMAC] [smac SMAC] [etype ETYPE]\n"
|
||||
"where SWAPABLE is: \"mac\" to swap mac addresses\n"
|
||||
"note: \"swap mac\" is done after any outstanding D/SMAC change\n"
|
||||
"\tDMAC := 6 byte Destination MAC address\n"
|
||||
"\tSMAC := optional 6 byte Source MAC address\n"
|
||||
"\tETYPE := optional 16 bit ethertype\n"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user