2
0
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:
Ben Pfaff
2018-02-15 13:43:41 -08:00
parent bc7284f561
commit d9cea8f5f3
8 changed files with 11 additions and 11 deletions

View File

@@ -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