projects
/
random_node_code.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
13915e9
)
2000000 routes
author
Paul J R
<me@pjr.cc>
Mon, 10 Feb 2014 08:01:52 +0000 (19:01 +1100)
committer
Paul J R
<me@pjr.cc>
Mon, 10 Feb 2014 08:01:52 +0000 (19:01 +1100)
bgpfake/bf.js
patch
|
blob
|
history
diff --git
a/bgpfake/bf.js
b/bgpfake/bf.js
index
7f7220c
..
bc7058b
100644
(file)
--- a/
bgpfake/bf.js
+++ b/
bgpfake/bf.js
@@
-1,5
+1,6
@@
var myas=1234;
var myip="10.99.99.1";
+var num_to_create = 2000000;
var net = require('net');
@@
-12,7
+13,7
@@
function createentry(i) {
var b = 0;
var c = 0;
- var x = 6619136;
+ var x = 101<<16;
//console.log("var x is "+x);
i = i+x;
@@
-43,7
+44,6
@@
function createaspath(i) {
console.log("startup....");
-var num_to_create = 2000;
var data = new Array();