mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 06:15:47 +00:00
ofp-util: Use consistent naming convention.
Most of the tree now uses "encode" as the verb for making an OpenFlow message, so adopt it here in this very old code as well. Signed-off-by: Ben Pfaff <blp@ovn.org> Acked-by: Justin Pettit <jpettit@ovn.org>
This commit is contained in:
@@ -618,7 +618,7 @@ process_packet_in(struct lswitch *sw, const struct ofp_header *oh)
|
||||
static void
|
||||
process_echo_request(struct lswitch *sw, const struct ofp_header *rq)
|
||||
{
|
||||
queue_tx(sw, make_echo_reply(rq));
|
||||
queue_tx(sw, ofputil_encode_echo_reply(rq));
|
||||
}
|
||||
|
||||
static ofp_port_t
|
||||
|
Reference in New Issue
Block a user