[packages/quagga] - obsolete

paszczus paszczus at pld-linux.org
Sat May 3 17:04:33 CEST 2014


commit 5573df92e6ce14cde2f8aa27fe1c1c250efad551
Author: Sławomir Paszkiewicz <paszczus at pld-linux.org>
Date:   Sat May 3 17:01:13 2014 +0200

    - obsolete

 quagga-fix-ipremove.patch | 23 -----------------------
 quagga-link.patch         | 11 -----------
 2 files changed, 34 deletions(-)
---
diff --git a/quagga-fix-ipremove.patch b/quagga-fix-ipremove.patch
deleted file mode 100644
index 9f2dd01..0000000
--- a/quagga-fix-ipremove.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-diff -ur quagga-0.99.14/zebra/interface.c quagga-0.99.14-fix-ipremove/zebra/interface.c
---- quagga-0.99.14/zebra/interface.c	2009-07-21 13:11:21.000000000 +0100
-+++ quagga-0.99.14-fix-ipremove/zebra/interface.c	2009-08-12 17:04:14.000000000 +0100
-@@ -1293,17 +1293,17 @@
-       return CMD_WARNING;
-     }
- 
--#if 0
-   /* Redistribute this information. */
-   zebra_interface_address_delete_update (ifp, ifc);
- 
-   /* Remove connected route. */
-   connected_down_ipv4 (ifp, ifc);
- 
-+  if_subnet_delete(ifp, ifc);
-+
-   /* Free address information. */
-   listnode_delete (ifp->connected, ifc);
-   connected_free (ifc);
--#endif
- 
-   return CMD_SUCCESS;
- }
diff --git a/quagga-link.patch b/quagga-link.patch
deleted file mode 100644
index a01cb26..0000000
--- a/quagga-link.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- quagga-0.99.14/lib/Makefile.am~	2009-05-08 17:46:43.000000000 +0200
-+++ quagga-0.99.14/lib/Makefile.am	2009-08-04 10:33:59.000000000 +0200
-@@ -18,7 +18,7 @@
- 
- libzebra_la_DEPENDENCIES = @LIB_REGEX@
- 
--libzebra_la_LIBADD = @LIB_REGEX@
-+libzebra_la_LIBADD = @LIB_REGEX@ @LIBCAP@
- 
- pkginclude_HEADERS = \
- 	buffer.h checksum.h command.h filter.h getopt.h hash.h \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/quagga.git/commitdiff/7f780b21db9eb39908f4cc3f997d0396cece2914



More information about the pld-cvs-commit mailing list