]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
doc: move lldpd to a dedicated organization
authorVincent Bernat <vincent@bernat.ch>
Sat, 14 Nov 2020 07:54:01 +0000 (08:54 +0100)
committerVincent Bernat <vincent@bernat.ch>
Sat, 14 Nov 2020 07:54:01 +0000 (08:54 +0100)
CONTRIBUTE.md
README.md
configure.ac
debian/control
osx/lldpd.rb
redhat/lldpd.spec
src/daemon/interfaces-bsd.c
tests/integration/test_basic.py
tests/integration/test_snmp.py

index 123537e4708191b1eddfc048e63db80d358eedf5..3c2f5011c002853e41406f74e4a1f0152fdb2684 100644 (file)
@@ -43,7 +43,7 @@ Submitting patches
 
 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:
index 039585a878d078f0b9bc85b26f24db87c54c8b82..45e25fe7c3930e8b17b88dd578162af0bc9ba488 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,9 +1,9 @@
 lldpd: implementation of IEEE 802.1ab (LLDP)
 ============================================
 
-![Build Status](https://github.com/vincentbernat/lldpd/workflows/CI/badge.svg)
+![Build Status](https://github.com/lldpd/lldpd/workflows/CI/badge.svg)
 
-  http://vincentbernat.github.com/lldpd/
+  http://lldpd.github.com/
 
 Features
 --------
@@ -72,7 +72,7 @@ simpler alternatives:
 
         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:
index 2741f374a81ef6b2cfaeca253241c80537e22e59..524276bfad68c579f32c931b276bf554728272f8 100644 (file)
@@ -9,7 +9,7 @@ AC_PREREQ([2.64])
 
 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/])
 
index 6905310302c627012eb160ff98f18dab3169fac8..18541737d0b2bbcc778ed7884a8fd99cbad4a0e7 100644 (file)
@@ -14,7 +14,7 @@ Build-Depends: debhelper (>= 5),
                libcap-dev,
                pkg-config
 Standards-Version: 3.9.6
-Homepage: http://vincentbernat.github.com/lldpd/
+Homepage: http://lldpd.github.com/
 
 Package: lldpd
 Architecture: any
index 2ecc30cc74051314fcfe96f0b2fece9a1666461f..0cf47dd01d82da5643e4e273b99f0b0eb9f00f91 100644 (file)
@@ -5,7 +5,7 @@ class Lldpd < Formula
   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"
index 968da51166a4f397eefc93653f0795aea0ad8dad..32dad524c8a900a332af8bddf9e4e8583cc36363 100644 (file)
@@ -48,7 +48,7 @@ Version: 1.0.7
 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
index e8c93038e621a8d716c180f4394717dfd2de2a0e..6b7c320c31f118fafa3d0ed7ccf10c98f63c58c9 100644 (file)
@@ -333,7 +333,7 @@ ifbsd_check_physical(struct lldpd *cfg,
 
 /* 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,
index 75dc62f5ea6da1d16596ae25b58433f5abe75d22..c89c1dbee10de9cbd895814a7f5bc8d509b28bf5 100644 (file)
@@ -429,7 +429,7 @@ def test_lldpdu_shutdown(lldpd, lldpcli, namespaces, links):
     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) / \
index 42a2cd66ae6361643de8d8afbca3b53241b444ff..6ce3e48c0966d7fe1f4c659b790878cb6af2afb2 100644 (file)
@@ -29,7 +29,7 @@ def test_snmp_one_neighbor(snmpd, snmpwalk, lldpd, namespaces):
 
 
 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))