Move veth.c to Linux 2.6 compatibility directory.
authorJustin Pettit <jpettit@nicira.com>
Mon, 26 Jan 2009 20:45:56 +0000 (12:45 -0800)
committerJustin Pettit <jpettit@nicira.com>
Mon, 26 Jan 2009 20:45:56 +0000 (12:45 -0800)
commitc93cabc07d433233872e5e60ee03a086101bf4a7
tree1cfd951dbdb6982c1dedc8d1b0076df24de845e1
parentbf4091f1d27834b353c59f004a4cfd9789ab2668
Move veth.c to Linux 2.6 compatibility directory.

The veth driver is only available on more recent kernels.  veth.c
contains a port to 2.6.18.  Since this is only needed for 2.6.18, the
source is being moved to the compatibility directory.
datapath/linux-2.6/Modules.mk
datapath/linux-2.6/compat-2.6/veth.c [new file with mode: 0644]
datapath/veth.c [deleted file]