datapath: Fix default value of skb transport_header.
authorBen Pfaff <blp@nicira.com>
Fri, 27 Aug 2010 19:41:00 +0000 (12:41 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 27 Aug 2010 19:41:00 +0000 (12:41 -0700)
commit59a18f80dd0732dbe09231ff9001c54b3a5fca16
tree5bf474672957451d52b518373ed9043fd8eddeb5
parent7d0ab001dbc7bd4285aaf1dbcb881312ec32608c
datapath: Fix default value of skb transport_header.

This commit started out as simply better documenting flow_extract(),
but then I realized that nothing cares about transport_header in the
non-IP case, so don't bother with it at all.

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