d136a39524
Added midplane_subnet in chassisdb.conf for interfaces-config.sh to create midplane interface in multi-asic namespaces. Signed-off-by: Sakthivadivu Saravanaraj <sakthivadivu.saravanaraj@nokia.com>
25 lines
391 B
JSON
25 lines
391 B
JSON
{
|
|
"options": [
|
|
{
|
|
"key": "midplane_subnet",
|
|
"stringval": "10.6.0.0/16"
|
|
},
|
|
{
|
|
"key": "midplane_monitor",
|
|
"stringval": "yes"
|
|
},
|
|
{
|
|
"key": "monitor_action",
|
|
"stringval": "warn"
|
|
},
|
|
{
|
|
"key": "sonic_bdb_mode",
|
|
"intval": 1
|
|
},
|
|
{
|
|
"intval": 1,
|
|
"key": "disable_vfio"
|
|
}
|
|
]
|
|
}
|