From: Vincent Bernat Date: Sat, 13 Mar 2010 21:14:31 +0000 (+0100) Subject: After displaying PVID, close the section tag. X-Git-Tag: 0.5.0~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7966933d3ff4ade0afea6ab3b8edf0d722dc65e5;p=thirdparty%2Flldpd.git After displaying PVID, close the section tag. --- diff --git a/src/display.c b/src/display.c index bcd37781..50c55994 100644 --- a/src/display.c +++ b/src/display.c @@ -901,6 +901,7 @@ display_vlans(struct writer *w, struct lldpd_port *port) tag_start(w, "vlan", "VLAN"); tag_attr(w, "vlan-id", "", u2str(port->p_pvid)); tag_attr(w, "pvid", "pvid", "yes"); + tag_end(w); } } #endif