Signed-off-by: Ben Pfaff <b...@nicira.com>
---
 lib/lldp/lldpd-structs.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/lldp/lldpd-structs.h b/lib/lldp/lldpd-structs.h
index ef7af74..0763bb3 100644
--- a/lib/lldp/lldpd-structs.h
+++ b/lib/lldp/lldpd-structs.h
@@ -89,7 +89,7 @@ struct lldpd_port {
     struct lldpd_frame   *p_lastframe; /* Frame received during last update */
     u_int8_t             p_protocol;   /* Protocol used to get this port */
     u_int8_t             p_hidden_in:1; /* Considered hidden for reception */
-    u_int8_t             p_hidden_out:2; /* Considered hidden for emission */
+    u_int8_t             p_hidden_out:1; /* Considered hidden for emission */
     /* Important: all fields that should be ignored to check if a port has
      * been changed should be before p_id_subtype. Check
      * `lldpd_reset_timer()`.
-- 
2.1.3

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to