odp-util: Format VLAN headers more like other headers in ODP flow output.
authorBen Pfaff <blp@nicira.com>
Thu, 4 Aug 2011 20:32:19 +0000 (13:32 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 8 Aug 2011 20:14:01 +0000 (13:14 -0700)
commit6adf1730c8e21a653faf1d614fdddb2cd7825670
treea66587851c449c2d017511f919052cfbcf37a175
parent18812dff32ce650440b9f1eac1bb00afe08c621a
odp-util: Format VLAN headers more like other headers in ODP flow output.

The rest of the headers all follow the form "header(value)" or
"header(key1=value1,key2=value2,...)" but VLAN headers left out the "="
characters.  This adds them in for consistency.
lib/odp-util.c