From 93a62da384c70e3a4d04097fcc76e20f67054145 Mon Sep 17 00:00:00 2001 From: Charlie Park Date: Mon, 19 Aug 2024 11:34:13 -0700 Subject: [PATCH] Update system router's route IP values --- mock-api/vpc.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mock-api/vpc.ts b/mock-api/vpc.ts index 7e2670c9d..585e511cf 100644 --- a/mock-api/vpc.ts +++ b/mock-api/vpc.ts @@ -101,7 +101,7 @@ export const routerRoutes: Json> = [ }, destination: { type: 'ip_net', - value: '192.168.1.0/24', + value: '0.0.0.0/0', }, }, { @@ -116,7 +116,7 @@ export const routerRoutes: Json> = [ }, destination: { type: 'ip_net', - value: '2001:db8:abcd:12::/64', + value: '::/0', }, }, {