Factor out code for composing OFPT_PACKET_IN messages.
authorBen Pfaff <blp@nicira.com>
Tue, 15 Sep 2009 22:23:45 +0000 (15:23 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 16 Sep 2009 22:12:27 +0000 (15:12 -0700)
commit372179d4f4a1dc6113bc4ea60cee76cb354e22f4
tree8e463c2937150245f65706373b833dcd66727c07
parentb9e8b45a3936441bd0fd1fd156cae498bf72cac8
Factor out code for composing OFPT_PACKET_IN messages.

Currently only ofproto.c ever composes OFPT_PACKET_IN messages, but some
upcoming code wants to do the same thing, so factor this out into a new
function to avoid code duplication.
lib/vconn.c
lib/vconn.h
secchan/ofproto.c