Drop "send_openflow_skb: send failed: -3" warning.
authorBen Pfaff <blp@nicira.com>
Mon, 23 Jun 2008 21:08:37 +0000 (14:08 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 23 Jun 2008 21:08:37 +0000 (14:08 -0700)
commitbc96a226a91a588e255cbc697ba6318ee6bfb805
tree76b3a6abc3bd38bba649154e629e72496d9c5a0b
parent62fd5fc4479700b595566c4907cfb8d34ba549e9
Drop "send_openflow_skb: send failed: -3" warning.

This message appeared in the normal course of OpenFlow usage when
a packet arrived on an OpenFlow interface and no secure channel
was running, or if packets arrived too fast for the secure channel
to process them.  It confused more people than it assisted, so drop
it.
datapath/datapath.c