• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

src/H03-May-2022-7,7055,187

AUTHORSH A D08-Feb-2007104 54

COPYINGH A D20-Oct-20060

ChangeLogH A D09-Jun-2010955 2524

INSTALLH A D23-Jan-20089.2 KiB235177

LICENSEH A D08-Jun-20101.5 KiB2822

Makefile.amH A D11-Jun-201035 22

Makefile.inH A D11-Jun-201021 KiB678596

NEWSH A D20-Oct-20060

READMEH A D08-Feb-2007638 1612

aclocal.m4H A D11-Jun-201035.5 KiB992892

config.guessH A D11-Jun-201044.5 KiB1,5341,318

config.subH A D11-Jun-201033.3 KiB1,6941,549

configureH A D03-May-2022175.2 KiB6,1465,011

configure.acH A D09-Jun-20107.8 KiB244202

depcompH A D11-Jun-201018.2 KiB631407

install-shH A D11-Jun-201013.3 KiB521344

missingH A D11-Jun-201011.2 KiB377281

README

1The OpenLLDP software is currently in the very early stages.  As such,
2please bear with us while we continue to improve the software.
3
4Your best bet for getting up and running is the standard: ./configure;
5make, and optionally "make install".
6
7The build process will create an executable called "lldpd" which you
8can run directly from the src directory, or from your --prefix
9directory, or from the default /usr/local/sbin/lldpd.  You will likely
10want to run lldpd with the "-d A" flag, which turns on excessive
11debugging, as we do not currently have an elegant solution for
12displaying neighbor data in linux.
13
14Enjoy!
15
16The OpenLLDP Team