Fix handling of IP but non-TCP, non-UDP packets in kernel flow_extract().
authorBen Pfaff <blp@nicira.com>
Fri, 8 Aug 2008 18:43:41 +0000 (11:43 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 8 Aug 2008 18:43:41 +0000 (11:43 -0700)
commit483624de9a1d0bb45d97e82399424400c0cad9f7
tree2ca8d69a593e057f76bff967978dbade33bec1aa
parent37dc29f9304ee2530bff2eb69b6dd825a7b9dddb
Fix handling of IP but non-TCP, non-UDP packets in kernel flow_extract().

In particular, ICMP was broken.
datapath/flow.c