]> git.ipfire.org Git - thirdparty/lldpd.git/blobdiff - src/lib/atoms/dot3.c
test: add tests for 802.3BT additions
[thirdparty/lldpd.git] / src / lib / atoms / dot3.c
index 97a959dd2c82ab4dbc570cc69446be9c60cba74b..a9e456df807c8dd4ca3cd18f373ef82ae8e72d46 100644 (file)
@@ -183,9 +183,9 @@ static struct atom_map port_dot3_power_type_ext_map = {
 static struct atom_map port_dot3_power_pd_load_map = {
        .key = lldpctl_k_dot3_power_pd_load,
        .map = {
-               { 0, "PD is single- or dual-signature and power on the modes is not "
-                 "electrically isolated." },
-               { 1, "PD is dual-signature and power on the modes is electrically "
+               { 0, "PD is single- or dual-signature and power is not "
+                 "electrically isolated" },
+               { 1, "PD is dual-signature and power is electrically "
                  "isolated" },
        },
 };