]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
marshal: don't marshal previous port value
authorVincent Bernat <vincent@bernat.im>
Sat, 3 Jan 2015 16:31:59 +0000 (17:31 +0100)
committerVincent Bernat <vincent@bernat.im>
Sun, 4 Jan 2015 16:31:59 +0000 (17:31 +0100)
It is only used by the daemon.

src/lldpd-structs.h

index b0828d2f20add9d290887dd2f0bf2313d9c72184..44b2d9ff633eae9e300e0641526c17dc8c07b55c 100644 (file)
@@ -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);