This adds lldpd from http://vincentbernat.github.io/lldpd/ to the list
of packages. Quote: »lldpd is a 802.1ab implementation (LLDP) to help
you locate neighbors of all your equipments.«
Signed-off-by: Alexander Dahl
---
generic/etc/init.d/lldpd | 139 +++
Hi,
On Wed, Sep 11, 2013 at 03:16:26PM +0200, Alexander Dahl wrote:
> Am 2013-09-05 15:48, schrieb Alexander Dahl:
> > The init script is inspired by the one in Debian Wheezy and adapted
> > for busybox. It uses mkdir, seq, sleep, echo, rm and cat from busybox
> > so maybe those should be added as
Hei hei,
before making a new patch, there's one open question.
Am 2013-09-05 15:48, schrieb Alexander Dahl:
> The init script is inspired by the one in Debian Wheezy and adapted
> for busybox. It uses mkdir, seq, sleep, echo, rm and cat from busybox
> so maybe those should be added as dependency
On Mon, Sep 09, 2013 at 05:20:09PM +0200, Alexander Dahl wrote:
> Hei Michael,
>
> Am 2013-09-09 16:45, schrieb Michael Olbrich:
> > please change the subject to "lldpd: ..."
>
> I'll do it in the next patch, I noticed this right after sending it. :-/
>
> >> Yes. This is tricky and didn't have
Hei Michael,
Am 2013-09-09 16:45, schrieb Michael Olbrich:
> please change the subject to "lldpd: ..."
I'll do it in the next patch, I noticed this right after sending it. :-/
>> Yes. This is tricky and didn't have a good idea how to check it. There's
>> the parameter NET_SNMP_MIB_MODULES which
Hi,
please change the subject to "lldpd: ..."
On Mon, Sep 09, 2013 at 12:43:09PM +0200, Alexander Dahl wrote:
> Am 2013-09-09 11:49, schrieb Michael Olbrich:
> > This fail to compile here:
> > [...]
> > checking for snmp_register_callback in -lnetsnmp... yes
> > checking for netsnmp_enable_subage
Hei hei,
Am 2013-09-09 11:49, schrieb Michael Olbrich:
> This fail to compile here:
> [...]
> checking for snmp_register_callback in -lnetsnmp... yes
> checking for netsnmp_enable_subagent... no
> configure: error: *** no subagent support in net-snmp
> make: *** [/state/lldpd.prepare] Error 1
On Thu, Sep 05, 2013 at 03:48:54PM +0200, Alexander Dahl wrote:
> This adds a package lldpd implementing 802.1ab aka LLDP protocol. It's
> the daemon written by Vincent Bernat licensed under ISC license from
> http://vincentbernat.github.io/lldpd/
>
> The init script is inspired by the one in Debi
This adds a package lldpd implementing 802.1ab aka LLDP protocol. It's
the daemon written by Vincent Bernat licensed under ISC license from
http://vincentbernat.github.io/lldpd/
The init script is inspired by the one in Debian Wheezy and adapted
for busybox. It uses mkdir, seq, sleep, echo, rm and