lldpd-structs: Fix type of c_id member.
authorBen Pfaff <blp@nicira.com>
Sun, 22 Feb 2015 22:41:18 +0000 (14:41 -0800)
committerBen Pfaff <blp@nicira.com>
Wed, 4 Mar 2015 00:22:12 +0000 (16:22 -0800)
commit1acaf4ac8fc9a6ba1af973ded44bfd7da4de0acd
tree0d15b2e3b198a482b1d309fcba37f3cdbd34b7ac
parent72c642e5ab553fd11eb69208b3949065f689f17d
lldpd-structs: Fix type of c_id member.

This member is typically an Ethernet address so the appropriate type is
uint8_t, not char.  This eliminates a couple of casts.

Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/lldp/lldp.c
lib/lldp/lldpd-structs.h
lib/ovs-lldp.c
tests/test-aa.c