Bug 214241 - System freezes after redirect traffic from bridge interface
Summary: System freezes after redirect traffic from bridge interface
Status: NEW
Alias: None
Product: Networking
Classification: Unclassified
Component: Other (show other bugs)
Hardware: All Linux
: P1 blocking
Assignee: Stephen Hemminger
URL:
Keywords: opw
Depends on:
Blocks:
 
Reported: 2021-08-31 14:01 UTC by Alexey Boldyrev
Modified: 2021-08-31 14:03 UTC (History)
1 user (show)

See Also:
Kernel Version: 5.13.13
Subsystem:
Regression: No
Bisected commit-id:


Attachments

Description Alexey Boldyrev 2021-08-31 14:01:51 UTC
If redirecting traffic on bridge interface to ppp interface, system it's freezes.

tc qdisc add dev bridge0 handle 1: root htb default 1

tc filter add dev bridge0 parent 1: flower src_mac 88:00:42:42:00:aa dst_mac 88:00:42:42:00:ab action vlan eth_pop action mirred egress redirect dev ppp0



after send traffic, system it's freezes.

Note You need to log in before you can comment on or make changes to this bug.