From: Ben Pfaff Date: Mon, 18 Jun 2012 20:56:19 +0000 (-0700) Subject: ofp-util: Fix typo in comment. X-Git-Tag: sliver-openvswitch-1.8.90-0~48^2~119 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=70d19663e411c250362a0e71dd481c5efd41de8b;p=sliver-openvswitch.git ofp-util: Fix typo in comment. This comment is talking about the obsolete "tun_id_from_cookie" protocol extension that we removed from OVS long ago. Signed-off-by: Ben Pfaff --- diff --git a/lib/ofp-util.c b/lib/ofp-util.c index ac12b1b59..bcfab7d49 100644 --- a/lib/ofp-util.c +++ b/lib/ofp-util.c @@ -111,7 +111,7 @@ ofputil_wildcard_from_ofpfw10(uint32_t ofpfw, struct flow_wildcards *wc) flow_wildcards_init_catchall(wc); wc->wildcards = (OVS_FORCE flow_wildcards_t) ofpfw & WC_INVARIANTS; - /* Wildcard fields that aren't defined by ofp10_match or tun_id. */ + /* Wildcard fields that aren't defined by ofp10_match. */ wc->wildcards |= FWW_NW_ECN | FWW_NW_TTL; if (ofpfw & OFPFW10_NW_TOS) {