dpif-linux: Read flow used time.
authorJesse Gross <jesse@nicira.com>
Sat, 29 Jan 2011 17:41:59 +0000 (09:41 -0800)
committerJesse Gross <jesse@nicira.com>
Mon, 31 Jan 2011 22:57:04 +0000 (14:57 -0800)
commit9e980142f482f44020f27e5acb7c29e9a8aba9b0
tree533aa7d728d727f00251ee94306bc2dd77bf9898
parentec58547a81246c0f3f7a03ab28ba1a78f1988235
dpif-linux: Read flow used time.

We were never storing the flow used time from the Netlink message
into our local struct, which caused flows to timeout prematurely.

Acked-by: Ben Pfaff <blp@nicira.com>
lib/dpif-linux.c