Patches against git tip are preferred. Please, clone the repository:
- git clone https://github.com/vincentbernat/lldpd.git
+ git clone https://github.com/lldpd/lldpd.git
Do any modification you need. Commit the modifications with a
meaningful message:
lldpd: implementation of IEEE 802.1ab (LLDP)
============================================
-
+
- http://vincentbernat.github.com/lldpd/
+ http://lldpd.github.com/
Features
--------
brew install lldpd
# Or, for the latest version:
- brew install https://raw.github.com/vincentbernat/lldpd/master/osx/lldpd.rb
+ brew install https://raw.github.com/lldpd/lldpd/master/osx/lldpd.rb
2. Build an macOS installer package which should work on the same
version of macOS:
AC_INIT([lldpd],
[m4_esyscmd_s([./get-version])],
- [https://github.com/vincentbernat/lldpd/issues],
+ [https://github.com/lldpd/lldpd/issues],
[lldpd],
[http://vincentbernat.github.io/lldpd/])
libcap-dev,
pkg-config
Standards-Version: 3.9.6
-Homepage: http://vincentbernat.github.com/lldpd/
+Homepage: http://lldpd.github.com/
Package: lldpd
Architecture: any
sha256 "25e15bc3407c1cbf2d0b2f21993561a57b7e2fdc5cebfcf6df4ce5ce376aaeec"
livecheck do
- url "https://github.com/vincentbernat/lldpd.git"
+ url "https://github.com/lldpd/lldpd.git"
end
option "with-snmp", "Build SNMP subagent support"
Release: 1%{?dist}
License: ISC
Group: System/Management
-URL: http://vincentbernat.github.com/lldpd/
+URL: http://lldpd.github.com/
Source0: http://media.luffy.cx/files/lldpd/%{name}-%{version}.tar.gz
Source1: lldpd.init%{?suse_version:.suse}
Source2: lldpd.sysconfig
/* Remove any dangerous interface. Currently, only p2p0 is removed as it
* triggers some AirDrop functionality when we send something on it.
- * See: https://github.com/vincentbernat/lldpd/issues/61
+ * See: https://github.com/lldpd/lldpd/issues/61
*/
static void
ifbsd_denylist(struct lldpd *cfg,
links(namespaces(1), namespaces(2))
with namespaces(1):
lldpd()
- # From https://github.com/vincentbernat/lldpd/issues/348
+ # From https://github.com/lldpd/lldpd/issues/348
frm_fa01 = scapy.all.Ether(
src='04:fe:7f:00:00:01',
dst=scapy.contrib.lldp.LLDP_NEAREST_BRIDGE_MAC) / \
def test_snmp_empty_sysname(snmpd, snmpwalk, lldpd, links, namespaces):
- # See https://github.com/vincentbernat/lldpd/issues/392
+ # See https://github.com/lldpd/lldpd/issues/392
links(namespaces(1), namespaces(2))
links(namespaces(1), namespaces(3))
links(namespaces(1), namespaces(4))