[packages/quagga] remove blackhole patch dropped from spec in 392ebbf
atler
atler at pld-linux.org
Mon Feb 3 14:42:56 CET 2025
commit 5054f7dcd678bb75c4e38ab2ec85c2057c112eaf
Author: Jan Palus <atler at pld-linux.org>
Date: Mon Feb 3 13:56:13 2025 +0100
remove blackhole patch dropped from spec in 392ebbf
quagga-blackhole.patch | 11 -----------
1 file changed, 11 deletions(-)
---
diff --git a/quagga-blackhole.patch b/quagga-blackhole.patch
deleted file mode 100644
index b033f90..0000000
--- a/quagga-blackhole.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- quagga-0.98.3/zebra/zebra_rib.c~ 2009-12-21 11:40:24.000000000 +0100
-+++ quagga-0.98.3/zebra/zebra_rib.c 2010-03-23 00:00:00.000000000 +0100
-@@ -384,6 +384,8 @@ nexthop_active_ipv4 (struct rib *rib, st
- {
- SET_FLAG (nexthop->flags, NEXTHOP_FLAG_RECURSIVE);
- nexthop->rtype = newhop->type;
-+ if (newhop->type == NEXTHOP_TYPE_BLACKHOLE)
-+ nexthop_blackhole_add (rib);
- if (newhop->type == NEXTHOP_TYPE_IPV4 ||
- newhop->type == NEXTHOP_TYPE_IPV4_IFINDEX)
- nexthop->rgate.ipv4 = newhop->gate.ipv4;
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/quagga.git/commitdiff/5054f7dcd678bb75c4e38ab2ec85c2057c112eaf
More information about the pld-cvs-commit
mailing list