From: undefine Date: Mon, 17 Nov 2008 10:03:47 +0000 (+0000) Subject: - fixes in sources X-Git-Tag: auto/th/IRRToolSet-4_8_5-1~1 X-Git-Url: http://git.pld-linux.org/?p=packages%2FIRRToolSet.git;a=commitdiff_plain;h=03b77c6ecce92c89b2a33ee1283e495a59f3ace8 - fixes in sources Changed files: NE.cc-20040805.patch -> 1.2 --- diff --git a/NE.cc-20040805.patch b/NE.cc-20040805.patch deleted file mode 100644 index 78c3e76..0000000 --- a/NE.cc-20040805.patch +++ /dev/null @@ -1,20 +0,0 @@ -diff -Naur IRRToolSet-original/src/normalform/NE.cc IRRToolSet/src/normalform/NE.cc ---- IRRToolSet-original/src/normalform/NE.cc 2004-08-05 11:21:20.000000000 +0200 -+++ IRRToolSet/src/normalform/NE.cc 2004-08-05 11:13:37.000000000 +0200 -@@ -1,4 +1,4 @@ --// $Id$ -+// $Id$ - // Copyright (c) 2001,2002 RIPE NCC - // - // All Rights Reserved -@@ -355,7 +355,9 @@ - if (typeid(*ptree) == typeid(FilterAFI)) { - - ne = evaluate(((FilterAFI *) ptree)->f, peerAS, expand); -- ne->restrict((FilterAFI *) ptree); -+ if ((ne->singleton_flag == NormalTerm::PRFX) || -+ (ne->singleton_flag == NormalTerm::IPV6_PRFX)) -+ ne->restrict((FilterAFI *) ptree); - Debug(Channel(DBG_NOT) << "op1: " << *ne << "\n"); - Debug(Channel(DBG_NOT) << "afi: " << *ne << "\n"); - return ne;