Commit 2da75804 authored by 神楽坂玲奈's avatar 神楽坂玲奈

test

parent a1438ecd
...@@ -5,7 +5,7 @@ export class RouteWriter { ...@@ -5,7 +5,7 @@ export class RouteWriter {
static reset() { static reset() {
console.log(`route flush table ${config.table} proto ${config.proto}`); console.log(`route flush table ${config.table} proto ${config.proto}`);
for (const peer of routers.filter(r => r.interface)) { for (const peer of routers.filter(r => r.id !== parseInt(process.env.RAILGUN_ID) && r.interface)) {
this.set(peer.id, peer.id); this.set(peer.id, peer.id);
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment