<feed xmlns='http://www.w3.org/2005/Atom'>
<title>svn-archive/archive/package/network/services/lldpd, branch master</title>
<subtitle>OpenWrt SVN history</subtitle>
<id>https://git.openwrt.org/openwrt/svn-archive/archive/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/openwrt/svn-archive/archive/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/'/>
<updated>2016-02-18T08:22:07Z</updated>
<entry>
<title>lldp: Upgrade to 0.9.0</title>
<updated>2016-02-18T08:22:07Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2016-02-18T08:22:07Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=bbaef7c0430b45b7f7aa4ae9eed4385e7cb8ddea'/>
<id>urn:sha1:bbaef7c0430b45b7f7aa4ae9eed4385e7cb8ddea</id>
<content type='text'>
Signed-off-by: Ben Kelly &lt;ben@benjii.net&gt;

SVN-Revision: 48738
</content>
</entry>
<entry>
<title>package/lldpd: Remove extraneous select</title>
<updated>2015-12-23T14:44:05Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2015-12-23T14:44:05Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=0acb3fdfb4284495a95e5ca24d40bba5f669822e'/>
<id>urn:sha1:0acb3fdfb4284495a95e5ca24d40bba5f669822e</id>
<content type='text'>
Only the conditional dependency ought to be required;
if build fails with JSON there is some other problem
at work.

Signed-off-by: Daniel Dickinson &lt;openwrt@daniel.thecshore.com&gt;

SVN-Revision: 47976
</content>
</entry>
<entry>
<title>network/services/lldpd: Fix missing dependency when using JSON</title>
<updated>2015-12-17T09:30:16Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2015-12-17T09:30:16Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=10925ffdaeb54ca9a4ed3182f3a48981d7f9ded3'/>
<id>urn:sha1:10925ffdaeb54ca9a4ed3182f3a48981d7f9ded3</id>
<content type='text'>
Using the JSON output option depends on json library so
add select json-c library when JSON output is selected.

Signed-off-by: Daniel Dickinson &lt;openwrt@daniel.thecshore.com&gt;

SVN-Revision: 47928
</content>
</entry>
<entry>
<title>lldpd: add STOP=01 param in init script</title>
<updated>2015-12-05T09:57:19Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2015-12-05T09:57:19Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=36fa2d1e1342cdf2121e697a3f2786d8dd7cc14f'/>
<id>urn:sha1:36fa2d1e1342cdf2121e697a3f2786d8dd7cc14f</id>
<content type='text'>
This should ensure that lldpd is among the first processes to stop,
so that it has time to send the shutdown LLDPU to the other side,
before the network goes down.

Signed-off-by: Alexandru Ardelean &lt;ardeleanalex@gmail.com&gt;

SVN-Revision: 47786
</content>
</entry>
<entry>
<title>lldpd: implement a reload hook</title>
<updated>2015-11-03T11:59:09Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2015-11-03T11:59:09Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=a6fe48254d7efed972c726c68969ac43796cf563'/>
<id>urn:sha1:a6fe48254d7efed972c726c68969ac43796cf563</id>
<content type='text'>
Seems the default one is not working as expected.
The way that reload should work is that the 'start' service
call should return 1 (if lldpd is running) and then a normal
restart would be called.

However, for lldpd a reload would mean just clearing all custom TLVs
(if they're configured) and reloading the configuration.

So, this patch adds a reload hook, which would:
 - 'start' lldpd if it's not running (because we return 1 if not running)
 - reload configuration if it is running (also previously
    clearing custom TLVs if present)

Signed-off-by: Alexandru Ardelean &lt;ardeleanalex@gmail.com&gt;

SVN-Revision: 47367
</content>
</entry>
<entry>
<title>lldpd: wrap procd command args in separate quotes</title>
<updated>2015-10-05T10:29:01Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2015-10-05T10:29:01Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=5f27bda49eb570a7f8fbcb89eb1887fa844b484d'/>
<id>urn:sha1:5f27bda49eb570a7f8fbcb89eb1887fa844b484d</id>
<content type='text'>
Seems the match pattern was being adapted from 'eth0' to ' eth0'
because of the way I added the procd command args.

This did not seem to be a problem when there were multiple interfaces,
just on devices with single interfaces for lldpd to listen on.

Signed-off-by: Alexandru Ardelean &lt;ardeleanalex@gmail.com&gt;

SVN-Revision: 47136
</content>
</entry>
<entry>
<title>lldpd: add extra respawn params</title>
<updated>2015-09-16T08:32:41Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2015-09-16T08:32:41Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=5ae0b75872f7408c660bd4fc7640447865286f5d'/>
<id>urn:sha1:5ae0b75872f7408c660bd4fc7640447865286f5d</id>
<content type='text'>
Signed-off-by: Alexandru Ardelean &lt;aa@ocedo.com&gt;

SVN-Revision: 46969
</content>
</entry>
<entry>
<title>lldpd: conversion of init script to procd format</title>
<updated>2015-09-16T08:32:33Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2015-09-16T08:32:33Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=1e8141ad603d239ce3dd7852faeb75ac772288b9'/>
<id>urn:sha1:1e8141ad603d239ce3dd7852faeb75ac772288b9</id>
<content type='text'>
And add respawn param (the main reason for this conversion).

Signed-off-by: Alexandru Ardelean &lt;aa@ocedo.com&gt;

SVN-Revision: 46968
</content>
</entry>
<entry>
<title>lldpd: move /var/run creation + chmod earlier</title>
<updated>2015-09-16T08:32:27Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2015-09-16T08:32:27Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=90058d46ee97f15074564691030d42aabc62abd3'/>
<id>urn:sha1:90058d46ee97f15074564691030d42aabc62abd3</id>
<content type='text'>
Signed-off-by: Alexandru Ardelean &lt;aa@ocedo.com&gt;

SVN-Revision: 46967
</content>
</entry>
<entry>
<title>lldpd: remove obsolete/unsupported lldpctl call</title>
<updated>2015-09-16T08:32:18Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2015-09-16T08:32:18Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=b3a318de94952e7ec8153dca8937a0bd87600292'/>
<id>urn:sha1:b3a318de94952e7ec8153dca8937a0bd87600292</id>
<content type='text'>
This call is no longer supported.
Maybe a come-back for it would be to use a config /etc/lldpd.conf
or /etc/lldpd.d/&lt;some-file&gt;.conf

Signed-off-by: Alexandru Ardelean &lt;aa@ocedo.com&gt;

SVN-Revision: 46966
</content>
</entry>
</feed>
