Fix missing inlinecallbacks for packet-in
Change-Id: I53660c1d0a53669f12029553b6b850aa52267396
diff --git a/python/adapters/kafka/core_proxy.py b/python/adapters/kafka/core_proxy.py
index 47f6a61..fa9544b 100644
--- a/python/adapters/kafka/core_proxy.py
+++ b/python/adapters/kafka/core_proxy.py
@@ -323,8 +323,10 @@
def image_download_deleted(img_dnld):
raise NotImplementedError()
+ @ContainerProxy.wrap_request(None)
+ @inlineCallbacks
def send_packet_in(self, device_id, port, packet):
- log.debug("send_packet_in")
+ log.debug("send_packet_in", device_id=device_id)
proto_id = ID()
proto_id.id = device_id
p = IntType()