summarylogtreecommitdiffstats
path: root/000-rem-rec.patch
blob: 59e9d9e3ba63015dc764b861f006e5f8f62a21b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/ospf6d/ospf6_abr.c	2018-10-08 20:32:57.000000000 +0800
+++ b/ospf6d/ospf6_abr.c	2018-10-20 01:00:36.479411021 +0800
@@ -1209,8 +1209,8 @@
 		/* For Inter-Prefix route: Update RIB/FIB,
 		 * For Inter-Router trigger summary update
 		 */
-		if (table->hook_add)
-			(*table->hook_add)(old_route);
+		//if (table->hook_add)
+		//	(*table->hook_add)(old_route);
 
 		/* Delete new route */
 		ospf6_route_delete(route);