]> git.proxmox.com Git - ovs.git/commit
datapath: Drop obsolete comment.
authorJesse Gross <jesse@nicira.com>
Fri, 19 Nov 2010 21:19:55 +0000 (13:19 -0800)
committerJesse Gross <jesse@nicira.com>
Fri, 3 Dec 2010 01:10:14 +0000 (17:10 -0800)
commiteb88521dd64ddc542c0c36d57a1155cdcd164d03
treefdf42f9189f8ec1286221386a1920eb88b0be921
parentb1195d37f19f11987027b5b15afa21be9e2a650a
datapath: Drop obsolete comment.

The comment above flow_extract() refers to setting OVS_CB(skb)->is_frag
but that member no longer exists.  The correct way to set is_frag is
already documented, so just drop the incorrect comment.

Signed-off-by: Jesse Gross <jesse@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
datapath/flow.c