]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
src: Use archive.org for dead URLs
authorAndrea Bolognani <abologna@redhat.com>
Tue, 24 May 2022 07:45:21 +0000 (09:45 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Tue, 24 May 2022 10:19:18 +0000 (12:19 +0200)
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
build-aux/syntax-check.mk
src/conf/nwfilter_conf.c
src/conf/schemas/basictypes.rng
tests/openvzutilstest.conf

index 1b047fc3c87de48451ab39c7b5502ef77946f96a..09e7a014a3f545dc379d441535fb5d553d21bc79 100644 (file)
@@ -824,12 +824,10 @@ http_sites += herp.derp
 http_sites += mah.everybody.org
 http_sites += etallen.com
 
-# dead sites
+# HTTP-only dead sites accessed via archive.org
 http_sites += blog.lystor.org.ua
 http_sites += blog.mes-stats.fr
 http_sites += www.javvin.com
-
-# 404 links
 http_sites += kerneltrap.org
 
 http_re= ($(subst $(space),|,$(http_sites)))
index 5171145c750a2d46632a2e7371447af3775c071f..a4baa75117496f7f766cd5092033b892b6f03c14 100644 (file)
@@ -1107,8 +1107,8 @@ static const virXMLAttr2Struct vlanAttributes[] = {
     }
 };
 
-/* STP is documented by IEEE 802.1D; for a synopsis,
- * see http://www.javvin.com/protocolSTP.html */
+/* STP is documented by IEEE 802.1D; for a synopsis, see
+ * https://web.archive.org/web/20130530200728/http://www.javvin.com/protocolSTP.html */
 static const virXMLAttr2Struct stpAttributes[] = {
     /* spanning tree uses a special destination MAC address */
     {
index ae4d5682229c636123b49baa02817268bf746886..2d6f1a2c84b72a28ab64c3a1b734b3da294de409 100644 (file)
     </data>
   </define>
 
-  <!-- Based on http://blog.mes-stats.fr/2008/10/09/regex-ipv4-et-ipv6 -->
+  <!-- Based on https://web.archive.org/web/20090503193311/http://blog.mes-stats.fr/2008/10/09/regex-ipv4-et-ipv6 -->
   <define name="ipv6Addr">
     <data type="string">
       <!-- To understand this better, take apart the toplevel "|"s -->
index c5d048c5f6b0b042a0c2d6c90dbf43b9635cbc55..d3827d8f0c7bc96f51732529ac8e8d82b78601a0 100644 (file)
@@ -1,4 +1,4 @@
-# sample config from http://blog.lystor.org.ua/2009/11/openvz-configuration-example.html
+# sample config from https://web.archive.org/web/20111228161814/http://blog.lystor.org.ua/2009/11/openvz-configuration-example.html
 
 ONBOOT="yes"