Re: [PATCH] Allow receiving packets on the fallback tunnel if they pass sanity checks
From: Phil Dibowitz <hidden>
Date: 2012-06-26 03:37:43
On 06/20/2012 09:04 PM, David Miller wrote:
From: Phil Dibowitz <redacted> Date: Tue, 5 Jun 2012 08:40:58 -0700quoted
From b413062771afbba064ae9bc49b5daed7abb1243d Mon Sep 17 00:00:00 2001 From: Ville Nuorvala <redacted> Subject: [PATCH] Allow receiving packets on the fallback tunnel if they pass sanity checks The same IPv6 address checks are performed as with any normal tunnel, but as the fallback tunnel endpoint addresses are unspecified, the checks must be performed on a per-packet basis, rather than at tunnel configuration time. Signed-off-by: Ville Nuorvala <redacted> Tested-by: Phil Dibowitz <redacted>I've reviewed this change but I still have no idea why it's necessary. You need to compose a more lengthy and detailed commit log message explaining everything before I'm going to consider applying this patch. You can't just say "we have some problem at Facebook, this patch fixes it", and then merely describe word by word the content of the patch without explaining the "why". That simply doesn't cut it.
Sure. Sorry, I just kept Ville's patch description. We do Layer-3 DSR via IP-in-IP tunneling. Our load balancers wrap an extra IP header on incoming packets so they can be routed to the backend. In the v4 tunnel driver, when these packets fall on the default tunl0 device, the behavior is to decapsulate them and drop them back on the stack. So our setup is that tunl0 has the VIP and eth0 has (obviously) the backend's real address. In IPv6 we do the same thing, but the v6 tunnel driver didn't have this same behavior - if you didn't have an explicit tunnel setup, it would drop the packet. This patch brings that v4 feature to the v6 driver. I think that's the level of detail you're looking for, but I'm happy to expand on anything in particular. I also break this down in tons of detail here: https://www.facebook.com/notes/facebook-engineering/under-the-hood-network-implementation-for-world-ipv6-launch/10150873176303920 -- Phil Dibowitz phil@ipom.com Open Source software and tech docs Insanity Palace of Metallica http://www.phildev.net/ http://www.ipom.com/ "Be who you are and say what you feel, because those who mind don't matter and those who matter don't mind." - Dr. Seuss
Attachments
- signature.asc [application/pgp-signature] 262 bytes