You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/network
Sébastien Gross 7c9217a8f7 [lldp] Merge wrapped lines.
Some devices return their description on multiple lines such as:

    lldp.eth0.chassis.descr=cisco CISCO7609-S running on
    Cisco IOS Software, c7600s72033_rp Software (c7600s72033_rp-IPSERVICESK9-M), Version 12.2(33)SRE3, RELEASE SOFTWARE (fc1)
    Technical Support: http://www.cisco.com/techsupport
    Copyright (c) 1986-2011 by Cisco Systems, Inc.
    Compiled Wed 26-Jan-11 06:54 by prod_rel_team

The generated fact will result as:

    "descr": "cisco CISCO7609-S running on"

This patch fixes the line wrapping to return the full description
handling line breaks:

    "descr": "cisco CISCO7609-S running on\nCisco IOS Software, c7600s72033_rp Software (c7600s72033_rp-IPSERVICESK9-M), Version 12.2(33)SRE3, RELEASE SOFTWARE (fc1)\nTechnical Support: http://www.cisco.com/techsupport\nCopyright (c) 1986-2011 by Cisco Systems, Inc.\nCompiled Wed 26-Jan-11 06:54 by prod_rel_team"
10 years ago
..
a10 Fix rename error. 10 years ago
citrix removed unused import json which breaks 2.4/simplejson compat 10 years ago
f5 Merge pull request #373 from andyhky/add_failover 10 years ago
__init__.py Fix rename error. 10 years ago
dnsimple.py Fix typo: `authenicate` -> `authenticate` 10 years ago
dnsmadeeasy.py Fix rename error. 10 years ago
haproxy.py Fix argument parsing to module constructor 10 years ago
lldp.py [lldp] Merge wrapped lines. 10 years ago
openvswitch_bridge.py Fix rename error. 10 years ago
openvswitch_port.py Fix rename error. 10 years ago
snmp_facts.py minor doc tweaks to snmp_facts 10 years ago