Skip to content

Commit

Permalink
Update sample_config_db.json
Browse files Browse the repository at this point in the history
Updating static route
  • Loading branch information
UmaMaven authored Jul 27, 2022
1 parent f0371d6 commit 36a8910
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/sonic-yang-models/tests/files/sample_config_db.json
Original file line number Diff line number Diff line change
Expand Up @@ -1881,5 +1881,14 @@
"global": {
}
}
},
"STATIC_ROUTE": {
"default|20.20.20.0/24": {
"blackhole": "false",
"distance": "1",
"ifname": "Ethernet0",
"nexthop": "10.10.10.1",
"nexthop-vrf": "default"
}
}
}

0 comments on commit 36a8910

Please sign in to comment.