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"
2015-04-08 18:33:40 +02:00
..
a10 Fix rename error. 2014-11-04 17:27:51 -05:00
citrix removed unused import json which breaks 2.4/simplejson compat 2015-02-17 13:37:41 -05:00
f5 Merge pull request #373 from andyhky/add_failover 2015-04-03 17:49:31 -04:00
__init__.py Fix rename error. 2014-11-04 17:27:51 -05:00
dnsimple.py Fix typo: authenicate -> authenticate 2014-11-11 12:16:00 -05:00
dnsmadeeasy.py Fix rename error. 2014-11-04 17:27:51 -05:00
haproxy.py Fix argument parsing to module constructor 2015-02-06 09:39:17 +00:00
lldp.py [lldp] Merge wrapped lines. 2015-04-08 18:33:40 +02:00
openvswitch_bridge.py Fix rename error. 2014-11-04 17:27:51 -05:00
openvswitch_port.py Fix rename error. 2014-11-04 17:27:51 -05:00
snmp_facts.py minor doc tweaks to snmp_facts 2014-12-06 18:58:23 -05:00