8000 Tags · jonasj76/lldpd · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: jonasj76/lldpd

Tags

0.7.7

Toggle 0.7.7's commit message
release: prepare for release of 0.7.7

0.7.6

Toggle 0.7.6's commit message
osx: fix postinstall script

`@PRIVSEP_USER@` and `@PRIVSEP_GROUP@` were not substituted with the
appropriate values because they were not declared as an output
variable.

0.7.5

Toggle 0.7.5's commit message
tokenizer: input buffer was too small

0.7.4

Toggle 0.7.4's commit message
bpf: on OpenBSD, invert the filter direction

From the manual page:

> Sets or gets the status of the `direction filter` flag.  If
> non-zero, packets matching the specified direction (either
> `BPF_DIRECTION_IN` or `BPF_DIRECTION_OUT`) will be ignored.

0.7.3

Toggle 0.7.3's commit message
NEWS: add a word about Solaris support

0.7.2

Toggle 0.7.2's commit message
build: both client and lib may need shipped headers in include/

For example, when sys/queue.h is incomplete.

0.7.1

Toggle 0.7.1's commit message
packaging: update packaging stuff for release

0.7.0

Toggle 0.7.0's commit message
lldpcli: add a "help" command.

This should come handy for people not having readline or completion.

0.6.1

Toggle 0.6.1's commit message
build: move manual page next to the source code

In the future, this will allow to generate part of the manual page.

0.6.0

Toggle 0.6.0's commit message
automake: libevent.la is not a convenience library

Since libevent.la is not a convenience library, we cannot merge it
into liblldpd.la. Therefore, we link it to lldpd directly (and don't
try to build a convenience library from it).
0