lldp-structs: Fix use of list of struct lldpd_port.
authorBen Pfaff <blp@nicira.com>
Sun, 22 Feb 2015 21:39:54 +0000 (13:39 -0800)
committerBen Pfaff <blp@nicira.com>
Wed, 4 Mar 2015 00:22:09 +0000 (16:22 -0800)
commit135706b39307f84fb0c9a5d1ffeebb9f7f556b9e
treecb8cdae86559852f651a806bab822dbe4829adc5
parent32590179d45f7096d488b8de1b6eb97d2b3cea0a
lldp-structs: Fix use of list of struct lldpd_port.

A list of some type should have type "struct ovs_list", not some other
type that encapsulates it.

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