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)
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.


No differences found