connmgr: Always send full packet in packet_in when not buffering.
authorYAMAMOTO Takashi <yamamoto@valinux.co.jp>
Tue, 15 Oct 2013 08:08:30 +0000 (17:08 +0900)
committerBen Pfaff <blp@nicira.com>
Tue, 15 Oct 2013 23:28:52 +0000 (16:28 -0700)
commita119249681edb15c97775522f6b1daa2b3ec6735
tree7ab8f8c5d9adff93e5565eaa28a27dcfb55bffee
parentf47ea0215f0fc2898815c903276d9ec8afd0306e
connmgr: Always send full packet in packet_in when not buffering.

According to the specs, if a packet is not buffered for some reasons,
we should send the entire packet, regardless of max_len.

Signed-off-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp>
Signed-off-by: Ben Pfaff <blp@nicira.com>
ofproto/connmgr.c