Respond to echo requests in OpenFlow implementations.
authorBen Pfaff <blp@nicira.com>
Fri, 27 Jun 2008 17:42:31 +0000 (10:42 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 1 Jul 2008 17:51:50 +0000 (10:51 -0700)
commit258f32a084f9ec065996c2309f195d199bdcb622
tree928798c436f78a0a6808ff00d261d4eee08e469c
parent7225d06a782d071a05362f356b81fdc060aa8981
Respond to echo requests in OpenFlow implementations.

Nothing yet sends such requests.  This is preparation for their
use in following commits.
datapath/datapath.c
datapath/datapath.h
datapath/forward.c
include/openflow.h
include/vconn.h
lib/learning-switch.c
lib/ofp-print.c
lib/vconn.c
switch/datapath.c