0 files changed
New commits:
commit 8479db9458df69d456144dc6c9e2b81ea8ba2d37
Author: Alex Allahverdiev <[EMAIL PROTECTED](none)>
Date: Sun Nov 11 12:01:34 2007 -0800
Removed debug commands from BGP operational mode commands template.
Added "delete" commands for two new nodes in BGP configuration template.
Fix for "best route" problem in BGP decision table.
commit abaed1db5d465a3248bc99c4c64896504fd39c51
Author: Alex Allahverdiev <[EMAIL PROTECTED](none)>
Date: Fri Nov 9 20:37:24 2007 -0800
Implemented "disable-readvertisements" and "ibgp-nexthop-self"
configuration commands
for BGP peers.
commit 245536b311d75b1ce0ab0ee4941e75201ce57076
Author: Alex Allahverdiev <[EMAIL PROTECTED](none)>
Date: Fri Nov 9 09:17:41 2007 -0800
Multiple fixes in BGP module.
commit 41905b9177bdec2ec16e7bfa3c0e5b386386d113
Author: Alex Allahverdiev <[EMAIL PROTECTED](none)>
Date: Tue Nov 6 19:12:51 2007 -0800
Temporarily removed multithreading stuff away from building.
commit 00c1f9c8a9cbb49506735024ea5c41564982cf8d
Author: Alex Allahverdiev <[EMAIL PROTECTED](none)>
Date: Tue Nov 6 19:06:55 2007 -0800
Added memory instrumentation to BGP.
commit 49f03fd2f79052bb178f68d9c6a0843d5fa7207f
Author: Alex Allahverdiev <[EMAIL PROTECTED](none)>
Date: Thu Nov 1 17:38:35 2007 -0700
Added configuration parameter to enable/disable nexthop resolution through
EGP
in RIB.
commit 483cb54bb38bf631384c7e088251352659d7ae21
Author: Alex Allahverdiev <[EMAIL PROTECTED](none)>
Date: Mon Oct 29 20:40:21 2007 -0700
Bug#2455
Fixed default route lookup in RIB OriginTables. Previously lookup_route()
filtered this route due to an invalid network (prefix_len == 0).
commit 586538ba826d21b87c46f1b15f1cbf2dd5be85a7
Author: Alex Allahverdiev <[EMAIL PROTECTED](none)>
Date: Fri Oct 19 14:06:31 2007 -0700
Bug #2390
Fixed recursive routing lookup in RIB for static routes if next-hop is
unreachable.
This has to do with the plumbing inside the RIB. Recursive nexthop
lookup is done by ExtInt table. This table is not present if BGP is not
configured or hasn't have a chance to start before static routes module
starts sending routes to RIB. Added a fake "External" table at the
creation of RIB to make sure that ExtInt table is always plumbed.
Bug #2416
Fixed "starvation" condition when RIB was removing (re-routing) 164k
routes dependent on one recursive nexthop that has changed/disappeared.
Before that change RIB was trying to re-route or remove all routes at
once in one giant loop. That blocked RIB's operation for too long.
Organized this operation as a background task, so RIB would continue
to respond to other processes and keepalive requests.
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=8479db9458df69d456144dc6c9e2b81ea8ba2d37
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=abaed1db5d465a3248bc99c4c64896504fd39c51
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=245536b311d75b1ce0ab0ee4941e75201ce57076
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=41905b9177bdec2ec16e7bfa3c0e5b386386d113
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=00c1f9c8a9cbb49506735024ea5c41564982cf8d
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=49f03fd2f79052bb178f68d9c6a0843d5fa7207f
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=483cb54bb38bf631384c7e088251352659d7ae21
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=586538ba826d21b87c46f1b15f1cbf2dd5be85a7
_______________________________________________
svn mailing list
[email protected]
http://mailman.vyatta.com/mailman/listinfo/svn