Make the datapath tolerate kernels that lack NLA_NUL_STRING.
authorBen Pfaff <blp@nicira.com>
Wed, 31 Dec 2008 18:35:42 +0000 (10:35 -0800)
committerBen Pfaff <blp@nicira.com>
Wed, 31 Dec 2008 18:36:32 +0000 (10:36 -0800)
commitc9ac5cc3e191ac6aa93ef3412be1e0a107ea2c22
treed56aa6eb637e094a7cac912f311a60ddf324af15
parentb45d3b12f1aee6c3d48ac7fa47e6c157fe0d4c56
Make the datapath tolerate kernels that lack NLA_NUL_STRING.

NLA_NUL_STRING was introduced in 2.6.19.
acinclude.m4
datapath/datapath.c
datapath/linux-2.4/compat-2.4/include/net/netlink.h
datapath/linux-2.6/compat-2.6/include/net/netlink.h [new file with mode: 0644]