mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 06:15:47 +00:00
ofp-util: Fix a comment.
Signed-off-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp> Signed-off-by: Ben Pfaff <blp@nicira.com>
This commit is contained in:
committed by
Ben Pfaff
parent
3d7e1e9432
commit
3f0f48cfe1
@@ -296,8 +296,8 @@ ofputil_pull_ofp11_match(struct ofpbuf *buf, struct match *match,
|
||||
}
|
||||
}
|
||||
|
||||
/* Converts the ofp11_match in 'match' into a struct match in 'match. Returns
|
||||
* 0 if successful, otherwise an OFPERR_* value. */
|
||||
/* Converts the ofp11_match in 'ofmatch' into a struct match in 'match'.
|
||||
* Returns 0 if successful, otherwise an OFPERR_* value. */
|
||||
enum ofperr
|
||||
ofputil_match_from_ofp11_match(const struct ofp11_match *ofmatch,
|
||||
struct match *match)
|
||||
|
Reference in New Issue
Block a user