skbmod action in tc - Online Linux Manual PageSection : 8
Updated : 21 Sep 2016
Source : iproute2
Note : Linux
NAMEskbmod - user-friendly packet editor action
SYNOPSIStc ... action skbmod { set SETTABLE | swap SWAPPABLE | ecn } [ CONTROL ] [ index INDEX ] SETTABLE := [ dmac DMAC ] [ smac SMAC ] [ etype ETYPE ] SWAPPABLE := mac CONTROL := { reclassify | pipe | drop | shot | continue | pass }
DESCRIPTIONThe skbmod action is intended as a usability upgrade to the existing pedit action. Instead of having to manually edit 8-, 16-, or 32-bit chunks of an ethernet header, skbmod allows complete substitution of supported elements. Action must be one of set, swap and ecn. set and swap only affect Ethernet packets, while ecn only affects IP packets.
OPTIONSdmac DMAC Change the destination mac to the specified address. smac SMAC Change the source mac to the specified address. etype ETYPE Change the ethertype to the specified value. mac Used to swap mac addresses. ecn Used to mark ECN Capable Transport (ECT) IP packets as Congestion Encountered (CE). Does not affect Non ECN-Capable Transport (Non-ECT) packets. CONTROL The following keywords allow one to control how the tree of qdisc, classes, filters and actions is further traversed after this action. reclassify Restart with the first filter in the current list. pipe Continue with the next action attached to the same filter. drop
shot Drop the packet. continue Continue classification with the next filter in line. pass Finish classification process and return to calling qdisc for further packet processing. This is the default.
EXAMPLESTo start, observe the following filter with a pedit action: tc filter add dev eth1 parent 1: protocol ip prio 10
u32 match ip protocol 1 0xff flowid 1:2
action pedit munge offset -14 u8 set 0x02
munge offset -13 u8 set 0x15
munge offset -12 u8 set 0x15
munge offset -11 u8 set 0x15
munge offset -10 u16 set 0x1515
pipeUsing the skbmod action, this command can be simplified to: tc filter add dev eth1 parent 1: protocol ip prio 10
u32 match ip protocol 1 0xff flowid 1:2
action skbmod set dmac 02:15:15:15:15:15
pipeComplexity will increase if source mac and ethertype are also being edited as part of the action. If all three fields are to be changed with skbmod: tc filter add dev eth5 parent 1: protocol ip prio 10
u32 match ip protocol 1 0xff flowid 1:2
action skbmod
set etype 0xBEEF
set dmac 02:12:13:14:15:16
set smac 02:22:23:24:25:26To swap the destination and source mac addresses in the Ethernet header: tc filter add dev eth3 parent 1: protocol ip prio 10
u32 match ip protocol 1 0xff flowid 1:2
action skbmod
swap macFinally, to mark the CE codepoint in the IP header for ECN Capable Transport (ECT) packets: tc filter add dev eth0 parent 1: protocol ip prio 10
u32 match ip protocol 1 0xff flowid 1:2
action skbmod
ecnOnly one of set, swap and ecn shall be used in a single command. Trying to use more than one of them in a single command is considered undefined behavior; pipe multiple commands together instead.
SEE ALSOtc(8), tc-u32(8), tc-pedit(8) 0
Johanes Gumabo
Data Size : 11,626 byte
man-tc-skbmod.8Build : 2024-12-05, 20:55 :
Visitor Screen : x
Visitor Counter ( page / site ) : 2 / 226,274
Visitor ID : :
Visitor IP : 3.129.22.34 :
Visitor Provider : AMAZON-02 :
Provider Position ( lat x lon ) : 39.962500 x -83.006100 : x
Provider Accuracy Radius ( km ) : 1000 :
Provider City : Columbus :
Provider Province : Ohio , : ,
Provider Country : United States :
Provider Continent : North America :
Visitor Recorder : Version :
Visitor Recorder : Library :
Online Linux Manual Page : Version : Online Linux Manual Page - Fedora.40 - march=x86-64 - mtune=generic - 24.12.05
Online Linux Manual Page : Library : lib_c - 24.10.03 - march=x86-64 - mtune=generic - Fedora.40
Online Linux Manual Page : Library : lib_m - 24.10.03 - march=x86-64 - mtune=generic - Fedora.40
Data Base : Version : Online Linux Manual Page Database - 24.04.13 - march=x86-64 - mtune=generic - fedora-38
Data Base : Library : lib_c - 23.02.07 - march=x86-64 - mtune=generic - fedora.36
Very long time ago, I have the best tutor, Wenzel Svojanovsky . If someone knows the email address of Wenzel Svojanovsky , please send an email to johanes_gumabo@yahoo.co.id .
If error, please print screen and send to johanes_gumabo@yahoo.co.id
Under development. Support me via PayPal.