]> git.pld-linux.org Git - packages/quagga.git/commitdiff
- orphaned, outdated
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 21 Apr 2006 23:41:25 +0000 (23:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    quagga-blackhole.patch -> 1.2

quagga-blackhole.patch [deleted file]

diff --git a/quagga-blackhole.patch b/quagga-blackhole.patch
deleted file mode 100644 (file)
index 452e149..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- quagga-0.98.3/zebra/zebra_rib.c~   2004-12-07 21:12:56.000000000 +0000
-+++ quagga-0.98.3/zebra/zebra_rib.c    2005-06-24 22:17:05.230996344 +0000
-@@ -396,6 +396,8 @@
-                     {
-                       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;
This page took 0.076778 seconds and 4 git commands to generate.