vswitch: Disable header-caching when IPsec is enabled
authorJustin Pettit <jpettit@nicira.com>
Thu, 23 Sep 2010 23:25:25 +0000 (16:25 -0700)
committerJustin Pettit <jpettit@nicira.com>
Fri, 24 Sep 2010 01:21:31 +0000 (18:21 -0700)
commitd1984028446c334c33569127f6db98a423569f2d
tree0559f82d2a2aed8a18f4128df93913f799b6a157
parent9704460403a02554595b5a7ed17914a0b0357cac
vswitch: Disable header-caching when IPsec is enabled

Header caching speeds up sending tunneled traffic by bypassing the Linux
IP stack.  This also causes it to bypass IPsec processing, which will
break connectivity.  This commit disables header caching when IPsec is
enabled.
lib/netdev-tunnel.c
vswitchd/bridge.c
vswitchd/vswitch.xml