From 7966933d3ff4ade0afea6ab3b8edf0d722dc65e5 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sat, 13 Mar 2010 22:14:31 +0100 Subject: [PATCH] After displaying PVID, close the section tag. --- src/display.c | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5