Skip to content

Commit

Permalink
Update system router's route IP values (#2385)
Browse files Browse the repository at this point in the history
  • Loading branch information
charliepark authored Aug 19, 2024
1 parent 7cf1ed5 commit 5353a6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mock-api/vpc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export const routerRoutes: Json<Array<RouterRoute>> = [
},
destination: {
type: 'ip_net',
value: '192.168.1.0/24',
value: '0.0.0.0/0',
},
},
{
Expand All @@ -116,7 +116,7 @@ export const routerRoutes: Json<Array<RouterRoute>> = [
},
destination: {
type: 'ip_net',
value: '2001:db8:abcd:12::/64',
value: '::/0',
},
},
{
Expand Down

0 comments on commit 5353a6e

Please sign in to comment.