datapath-windows: Fix subscribe/unsubscribe packets
authorAlin Serdean <aserdean@cloudbasesolutions.com>
Mon, 4 Jan 2016 23:04:11 +0000 (23:04 +0000)
committerBen Pfaff <blp@ovn.org>
Tue, 5 Jan 2016 00:04:55 +0000 (16:04 -0800)
commit389846efcba1ed2bff4bc15fe7f47c9c32c011d1
tree3b48183f12f52dd40c6dad154853574060848988
parentc04a57e651b39ebfd88ae6bfd755579cd33f18a1
datapath-windows: Fix subscribe/unsubscribe packets

The policy of the subscribe packets is defined by the following:
    const NL_POLICY policy[] =  {
        [OVS_NL_ATTR_PACKET_PID] = {.type = NL_A_U32 },
        [OVS_NL_ATTR_PACKET_SUBSCRIBE] = {.type = NL_A_U8 }
        };
Switch the value of the join operation with the one from the policy.

Signed-off-by: Alin Gabriel Serdean <aserdean@cloudbasesolutions.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
datapath-windows/ovsext/User.c