Fix build issues with recent SNAT changes on older kernels.
authorJustin Pettit <jpettit@nicira.com>
Mon, 26 Jan 2009 21:42:16 +0000 (13:42 -0800)
committerJustin Pettit <jpettit@nicira.com>
Mon, 26 Jan 2009 21:42:16 +0000 (13:42 -0800)
commita06668332987db3837a8d1a1579adb27d93345e5
tree7a714bece310e389ea9e14df4d0829b62d26e482
parentc93cabc07d433233872e5e60ee03a086101bf4a7
Fix build issues with recent SNAT changes on older kernels.

Recent changes that fixed fragmented packets for SNAT-enabled builds
used calls not implemented in older kernels.  These changes add those
calls to the compatibility layer and clean up a few warnings in those
older kernel builds.
datapath/linux-2.6/compat-2.6/include/linux/netfilter_bridge.h [new file with mode: 0644]
datapath/linux-2.6/compat-2.6/include/linux/skbuff.h
datapath/nx_act_snat.c