travelping / flower

FlowER - a Erlang OpenFlow development platform
http://travelping.github.com/flower
MIT License
61 stars 14 forks source link

Fixes decoding for vlan packet #8

Closed nati closed 8 years ago

nati commented 11 years ago

Simple switch get down when the datapath module get packet with Vlan. Because, for such packet, is is not decoding eth_type. In this commit, we fix the problem.