Fix broken stat requests over netlink.
authorJustin Pettit <jpettit@nicira.com>
Mon, 15 Sep 2008 06:05:37 +0000 (23:05 -0700)
committerJustin Pettit <jpettit@nicira.com>
Mon, 15 Sep 2008 06:05:37 +0000 (23:05 -0700)
commit6026cfb7ab7b6a531c011a59aaf7147973bb4e19
tree1571005c9f9b13867b711c1c7bae596d162dc56c
parent5f9d8317154a927e1e1113401154207effcba129
Fix broken stat requests over netlink.

A recent change (696db2) modified the way stats were being sent over the
netlink socket.  Unfortunately, the responder set the transaction id to the
type, which caused the requestor to ignore the repsone.
datapath/datapath.c