mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-25 07:38:57 +01:00
Now that I've RTFM, simplify the rule for skipping over the IPv6 header
This commit is contained in:
parent
94e827862e
commit
7507f67d9a
@ -1050,11 +1050,8 @@ sub process_tc_filter() {
|
||||
emit( "\nrun_tc $rule\\" ,
|
||||
" link $tnum:0 offset at 0 mask 0x0F00 shift 6 plus 0 eat" );
|
||||
} else {
|
||||
#
|
||||
# This nonsense simply advances the header pointer by 40 bytes.
|
||||
#
|
||||
emit( "\nrun_tc $rule\\" ,
|
||||
" link $tnum:0 offset at 0 mask 0x0000 plus 40 eat" );
|
||||
" link $tnum:0 offset plus 40 eat" );
|
||||
}
|
||||
#
|
||||
# The rule to match the port(s) will be inserted into the new table
|
||||
|
Loading…
Reference in New Issue
Block a user