netdev-linux: Avoid depending on kernel definition of rtnl_link_stats64.
authorBen Pfaff <blp@nicira.com>
Thu, 30 Oct 2014 17:38:06 +0000 (10:38 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 30 Oct 2014 19:47:01 +0000 (12:47 -0700)
commitfa373af463a1421a1b55539911abf33a847bc9b1
tree96e5f3756cb280d7109c0bf3cfb325a5ddd13b6d
parent423ede182b650bbdc3845ebaa5921cb064fdf083
netdev-linux: Avoid depending on kernel definition of rtnl_link_stats64.

We have to define our own with some kernel headers, so we might as well do
it everywhere, especially since there seems to be a problem with detecting
the presence of the definition with at least some kernels.

Reported-by: Wang Sheng-Hui <shhuiw@gmail.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Joe Stringer <joestringer@nicira.com>
configure.ac
lib/netdev-linux.c