]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
This is maximum frame size, not MTU
authorVincent Bernat <bernat@luffy.cx>
Tue, 16 Dec 2008 16:09:26 +0000 (17:09 +0100)
committerVincent Bernat <bernat@luffy.cx>
Tue, 16 Dec 2008 16:09:26 +0000 (17:09 +0100)
src/lldpctl.c

index 4c3af910c8434d65010611a4fb98c73f2f253cf4..608637a6a9ee2153dea65429cf121e734e98688a 100644 (file)
@@ -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);