frr does not advertise route if local route is not reachable, as a result loopback route /64 is not advertised to the neighbors. Add static route allows frr to advertise the route to its peers Signed-off-by: Guohan Lu <lguohan@gmail.com>
16 lines
290 B
JSON
16 lines
290 B
JSON
{
|
|
"DEVICE_METADATA": {
|
|
"localhost": {
|
|
"hostname": "new_hostname"
|
|
}
|
|
},
|
|
"MGMT_INTERFACE": {
|
|
"eth0|10.10.10.10/24": {
|
|
"gwaddr": "10.10.10.1"
|
|
}
|
|
},
|
|
"LOOPBACK_INTERFACE": {
|
|
"Loopback0|FC00:1::32/128": {}
|
|
}
|
|
}
|