Skip to content
代码片段 群组 项目
派生自 wireguard / wireguard-linux-compat
源项目有可见性限制。
用户头像
Jason A. Donenfeld 编辑于
We previously removed the restriction on looping to self, and then added
a test to make sure the kernel didn't blow up during a routing loop. The
kernel didn't blow up, thankfully, but on certain architectures where
skb fragmentation is easier, such as ppc64, the skbs weren't actually
being discarded after a few rounds through. But the test wasn't catching
this. So actually test explicitly for massive increases in tx to see if
we have a routing loop. Note that the actual loop problem will need to
be addressed in a different commit.

Signed-off-by: default avatarJason A. Donenfeld <Jason@zx2c4.com>
cb001d45
历史
名称 最后提交 最后更新