From b1785ed5254b628622ef2d6906285a5c6567f96b Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sat, 3 Jan 2015 17:31:59 +0100 Subject: [PATCH] marshal: don't marshal previous port value It is only used by the daemon. --- src/lldpd-structs.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lldpd-structs.h b/src/lldpd-structs.h index b0828d2f..44b2d9ff 100644 --- a/src/lldpd-structs.h +++ b/src/lldpd-structs.h @@ -413,6 +413,8 @@ MARSHAL_IGNORE(lldpd_hardware, h_entries.tqe_prev) MARSHAL_IGNORE(lldpd_hardware, h_ops) MARSHAL_IGNORE(lldpd_hardware, h_data) MARSHAL_IGNORE(lldpd_hardware, h_cfg) +MARSHAL_IGNORE(lldpd_hardware, h_lport_previous) +MARSHAL_IGNORE(lldpd_hardware, h_lport_previous_len) MARSHAL_SUBSTRUCT(lldpd_hardware, lldpd_port, h_lport) MARSHAL_SUBTQ(lldpd_hardware, lldpd_port, h_rports) MARSHAL_END(lldpd_hardware); -- 2.47.2