[ptxdist] [PATCH] lldpd: add package

2013-09-27 Thread Alexander Dahl
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 +++

Re: [ptxdist] [PATCH] [lldpd] add package

2013-09-16 Thread Michael Olbrich
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

Re: [ptxdist] [PATCH] [lldpd] add package

2013-09-11 Thread Alexander Dahl
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

Re: [ptxdist] [PATCH] lldpd: add package

2013-09-09 Thread Michael Olbrich
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

Re: [ptxdist] [PATCH] lldpd: add package

2013-09-09 Thread Alexander Dahl
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

Re: [ptxdist] [PATCH] [lldpd] add package

2013-09-09 Thread Michael Olbrich
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

Re: [ptxdist] [PATCH] [lldpd] add package

2013-09-09 Thread Alexander Dahl
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

Re: [ptxdist] [PATCH] [lldpd] add package

2013-09-09 Thread Michael Olbrich
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

[ptxdist] [PATCH] [lldpd] add package

2013-09-05 Thread Alexander Dahl
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