Commit 9dab3e33 authored by 神楽坂玲奈's avatar 神楽坂玲奈

test

parent 136069ff
Pipeline #4821 passed with stages
in 1 minute and 5 seconds
......@@ -39,7 +39,7 @@ export class RouteWriter {
this.plan.set(table, toId);
if (toId === this.id) {
this.input.push(`route del default table ${table} proto ${config.proto}`);
this.input.push(`route flush table ${table} proto ${config.proto}`);
} else {
const viaId = this.via.get(toId);
const via = routers.find(r => r.id === viaId);
......
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