From: Gurucharan Shetty Date: Mon, 14 Oct 2013 15:09:17 +0000 (-0700) Subject: odp-util: Elaborate the comment for odp_flow_format() function. X-Git-Tag: sliver-openvswitch-2.0.90-1~7^2~81 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=735806380968bf34a88bb48c98941bac00a4ec57;p=sliver-openvswitch.git odp-util: Elaborate the comment for odp_flow_format() function. Signed-off-by: Gurucharan Shetty Acked-by: Ben Pfaff --- diff --git a/lib/odp-util.c b/lib/odp-util.c index af47d05fc..6875e013b 100644 --- a/lib/odp-util.c +++ b/lib/odp-util.c @@ -1399,7 +1399,8 @@ generate_all_wildcard_mask(struct ofpbuf *ofp, const struct nlattr *key) /* Appends to 'ds' a string representation of the 'key_len' bytes of * OVS_KEY_ATTR_* attributes in 'key'. If non-null, additionally formats the - * 'mask_len' bytes of 'mask' which apply to 'key'. */ + * 'mask_len' bytes of 'mask' which apply to 'key'. If 'portno_names' is + * non-null and 'verbose' is true, translates odp port number to its name. */ void odp_flow_format(const struct nlattr *key, size_t key_len, const struct nlattr *mask, size_t mask_len,