Fix VLAN modification action in kernel switch.
authorJustin Pettit <jpettit@nicira.com>
Thu, 26 Jun 2008 06:22:39 +0000 (23:22 -0700)
committerJustin Pettit <jpettit@nicira.com>
Thu, 26 Jun 2008 06:22:39 +0000 (23:22 -0700)
commit58dc4ead3b2640e155161574e16c2198adb31991
treed1e4dfade93a55311311cefe354a53f41f9acac4
parentcb5f13f1b9544ad0709b622112f2e73a3feed6b5
Fix VLAN modification action in kernel switch.

A number of errors were uncovered when we actually tried playing with VLAN tags on real traffic.  This fixes endian, sk_buff, and other issues.  Unrelated to VLAN tagging, this also protects some printk calls with net_ratelimit.
datapath/datapath.c
datapath/forward.c