mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-25 17:13:11 +01:00
Correct IPv6 ACK handling in Simple TC
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
92689b12bd
commit
0b80856eb6
@ -365,9 +365,7 @@ sub process_simple_device() {
|
|||||||
|
|
||||||
emit( "run_tc filter add dev $physical parent $number:0 protocol all prio 1 u32" .
|
emit( "run_tc filter add dev $physical parent $number:0 protocol all prio 1 u32" .
|
||||||
"\\\n match ip6 protocol 6 0xff" .
|
"\\\n match ip6 protocol 6 0xff" .
|
||||||
"\\\n match u8 0x05 0x0f at 0" .
|
"\\\n match u8 0x10 0xff at 53 flowid $number:1\n" );
|
||||||
"\\\n match u16 0x0000 0xffc0 at 2" .
|
|
||||||
"\\\n match u8 0x10 0xff at 33 flowid $number:1\n" );
|
|
||||||
|
|
||||||
save_progress_message_short qq(" TC Device $physical defined.");
|
save_progress_message_short qq(" TC Device $physical defined.");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user