ofproto: Always use xid 0 for *_FLOW_REMOVED messages.
authorBen Pfaff <blp@nicira.com>
Tue, 14 Dec 2010 00:25:53 +0000 (16:25 -0800)
committerBen Pfaff <blp@nicira.com>
Wed, 15 Dec 2010 17:48:18 +0000 (09:48 -0800)
commit0224fbde1b8de20652a4474fedefa6f270b3344b
tree6585c8e5c0ccd80e64a207bc429bd7f0a3f99faa
parentd5f2379be2c4dad9a2fdda6ab28d30856aa782da
ofproto: Always use xid 0 for *_FLOW_REMOVED messages.

Asynchronous messages are never part of a request/reply pair so it doesn't
make sense to allocate a xid, which could confuse the controller anyhow.
ofproto/ofproto.c