From 748e05dff920d2e23da4da2722e823dc7503d242 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Tue, 16 Dec 2008 17:09:26 +0100 Subject: [PATCH] This is maximum frame size, not MTU --- src/lldpctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lldpctl.c b/src/lldpctl.c index 4c3af910..608637a6 100644 --- a/src/lldpctl.c +++ b/src/lldpctl.c @@ -706,7 +706,7 @@ display_port(struct lldpd_port *port) printf(" PortDescr: "); pretty_print(port->p_descr); #ifdef ENABLE_DOT3 if (port->p_mfs) - printf(" MTU: %d\n", port->p_mfs); + printf(" MFS: %d bytes\n", port->p_mfs); if (port->p_aggregid) printf("\n Port is aggregated. PortAggregID: %d\n", port->p_aggregid); -- 2.39.5