From: Vincent Bernat Date: Sat, 3 Jan 2015 16:31:59 +0000 (+0100) Subject: marshal: don't marshal previous port value X-Git-Tag: 0.7.14~56 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1785ed5254b628622ef2d6906285a5c6567f96b;p=thirdparty%2Flldpd.git marshal: don't marshal previous port value It is only used by the daemon. --- 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);