Commit Graph

1005 Commits

Author SHA1 Message Date
Tom Henderson
bdf28a79fc revise README 2007-07-23 19:27:01 -07:00
Tom Henderson
bc634975d4 remove old routing code 2007-07-23 19:02:55 -07:00
Craig Dowell
2f682ca9f8 single populate call 2007-07-23 15:53:37 -07:00
Craig Dowell
bb8c8e5fa8 remove doxygen warnings, make waf work 2007-07-23 14:31:24 -07:00
Craig Dowell
897a518750 parenthesis police were here 2007-07-20 14:28:18 -07:00
Craig Dowell
c9b7590dd9 turn off debug flag 2007-07-20 14:22:46 -07:00
Craig Dowell
4d3d250d5e make static router a singleton, make implementation details private 2007-07-20 14:21:21 -07:00
Craig Dowell
ab93e1f56d overlooked one 2007-07-19 23:04:09 -07:00
Craig Dowell
f3523e8381 last parts of general cleaup and commenting 2007-07-19 22:48:50 -07:00
Craig Dowell
e3283739ce general cleanup of routing 2007-07-18 16:57:54 -07:00
Craig Dowell
0921355a74 General cleanup -- const correctness, encapsulation, documentation, etc. 2007-07-18 14:35:06 -07:00
Craig Dowell
f8616ba0b5 routing documentation 2007-07-17 22:20:48 -07:00
Gustavo J. A. M. Carneiro
76223227ba Allow compiling the 'routing' module and example with WAF 2007-07-17 11:02:14 +01:00
Craig Dowell
04e59f26b9 checkpoint documentation 2007-07-17 12:17:17 -07:00
Craig Dowell
510d234611 checkpoint 2007-07-16 16:59:23 -07:00
Tom Henderson
2684031ff2 Fix SPFVertex destructor; make unit tests succeed again 2007-07-15 22:47:58 -07:00
Craig Dowell
de2866fe38 merge 2007-07-13 14:37:00 -07:00
Craig Dowell
2f2b10d22b remove inappropriate assertions that popped when routing disabled 2007-07-13 14:35:24 -07:00
Tom Henderson
2065013a04 Small readme for the routing 2007-07-13 14:22:40 -07:00
Tom Henderson
57b3448019 Check for static routing flag before instantiating a StaticRouteManager 2007-07-13 14:21:44 -07:00
Craig Dowell
65faee4e7b fix merge problem that lost candidate queue changes 2007-07-13 14:05:12 -07:00
Craig Dowell
e1c4bbed1d remove debug prints 2007-07-13 13:49:10 -07:00
Craig Dowell
420fb5f6cc merge probs 2007-07-13 13:46:01 -07:00
Tom Henderson
c4ee764dd8 Debugged; works 2007-07-13 13:33:56 -07:00
Craig Dowell
3e0167a9e9 delete vertices, fix candidate queue pop/top semantics 2007-07-13 12:21:48 -07:00
Craig Dowell
be74b3dca8 implement SPFIntraAddRouter 2007-07-12 22:15:59 -07:00
Tom Henderson
ba94df76e1 Finish function prototypes 2007-07-12 11:41:59 -07:00
Tom Henderson
6361dd3f6e Initial logic for SPFNexthopCalculation 2007-07-12 11:05:23 -07:00
Craig Dowell
9f44a9d6a4 dox for candidate queue 2007-07-12 10:47:12 -07:00
Tom Henderson
534ab7a030 finish SPFNext logic; add declaration for NexthopCalculation 2007-07-11 23:43:09 -07:00
Tom Henderson
e0399adca9 Non-default constructor for SPFVertex 2007-07-11 22:54:47 -07:00
Tom Henderson
33a0cc3759 move m_stat flag to LSA 2007-07-11 22:37:48 -07:00
Tom Henderson
9ff955496e Replace SPFVertexPriorityQueue with CandidateQueue 2007-07-11 17:31:43 -07:00
Tom Henderson
9424ed9669 Make LSDB back into a storage for LSAs 2007-07-11 17:13:11 -07:00
Tom Henderson
248122670f Adjust candidate queue implementation: rename Fetch to Find, and make Find based on m_vertexId 2007-07-11 16:45:19 -07:00
Craig Dowell
9dc9be484f candidate queue 2007-07-11 13:18:01 -07:00
Tom Henderson
3fc88faa51 merge the minor tweaks 2007-07-10 23:11:24 -07:00
Tom Henderson
8168ddcb40 Add candidate list (priority queue) 2007-07-10 23:10:18 -07:00
Craig Dowell
d57291777f minor tweaks 2007-07-10 22:17:25 -07:00
Craig Dowell
e47dd4f054 One RouterLSA per node 2007-07-10 17:59:11 -07:00
Tom Henderson
4e86f62a64 end of day checkin 2007-07-10 17:56:46 -07:00
Craig Dowell
711276e62b SPFVertex Priority Queue 2007-07-10 17:35:44 -07:00
Tom Henderson
a2acacebe0 Iterate link records (16.1(2)) 2007-07-10 15:03:39 -07:00
Tom Henderson
40e70fc6e9 Dummy test node for unit testing 2007-07-10 13:58:13 -07:00
Tom Henderson
f4d5687704 Branch merge 2007-07-10 13:40:36 -07:00
Tom Henderson
3adfd850c7 Initialize SPFCalculate 2007-07-10 13:39:54 -07:00
Tom Henderson
42019fca7c Initialize LSDB for SPF runs 2007-07-10 13:34:23 -07:00
Tom Henderson
0fc2f3d86d SPFVertex constructor 2007-07-10 13:28:07 -07:00
Craig Dowell
b10355c846 made GetNumLSAs cheap, added DiscoverLSAs as expensive call. 2007-07-10 13:01:43 -07:00
Craig Dowell
05d649ef54 doxygen 2007-07-10 12:38:51 -07:00