]> git.ipfire.org Git - thirdparty/lldpd.git/blobdiff - src/client/display.c
lldp: add ability to control propagation of LLDPDU
[thirdparty/lldpd.git] / src / client / display.c
index b4da61eacb89699848c77ad9f29adaa9ada8f6c4..77938c0beceb960217f3bc24bed174418b7b2c5d 100644 (file)
@@ -853,10 +853,14 @@ display_configuration(lldpctl_conn_t *conn, struct writer *w)
                "Source MAC for LLDP frames on bond slaves",
                lldpctl_atom_get_str(configuration,
                        lldpctl_k_config_bond_slave_src_mac_type));
-       tag_datatag(w, "lldp_portid-type",
-               "Portid TLV Subtype for lldp frames",
+       tag_datatag(w, "lldp-portid-type",
+               "Port ID TLV subtype for LLDP frames",
                lldpctl_atom_get_str(configuration,
                        lldpctl_k_config_lldp_portid_type));
+       tag_datatag(w, "lldp-agent-type",
+               "Agent type",
+               lldpctl_atom_get_str(configuration,
+                       lldpctl_k_config_lldp_agent_type));
 
        tag_end(w);
        tag_end(w);