]> git.pld-linux.org Git - packages/IRRToolSet.git/commitdiff
- fixes in sources
authorundefine <undefine@pld-linux.org>
Mon, 17 Nov 2008 10:03:47 +0000 (10:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    NE.cc-20040805.patch -> 1.2

NE.cc-20040805.patch [deleted file]

diff --git a/NE.cc-20040805.patch b/NE.cc-20040805.patch
deleted file mode 100644 (file)
index 78c3e76..0000000
+++ /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;
This page took 0.063045 seconds and 4 git commands to generate.