Description
When config_db.json does not have DEVICE_NEIGHBOR_METADATA, the BGP neighbor configurations present in config_db.json are not pushed to FRR.
The dependency on device_neighbor_metadata was introduced in this pull request
https://github.com/Azure/sonic-buildimage/pull/3694/files
Steps to reproduce the issue:
- Add BGP neighbor entries in config_db.json
- Do not add DEVICE_NEIGHBOR_METADATA
- Set docker_routing_config_mode as 'unified' or 'separated'
Describe the results you received:
Describe the results you expected:
Additional information you deem important (e.g. issue happens only occasionally):
**Output of `show version`:**
```
(paste your output here)
```
**Attach debug file `sudo generate_dump`:**
```
(paste your output here)
```
Description
When config_db.json does not have DEVICE_NEIGHBOR_METADATA, the BGP neighbor configurations present in config_db.json are not pushed to FRR.
The dependency on device_neighbor_metadata was introduced in this pull request
https://github.com/Azure/sonic-buildimage/pull/3694/files
Steps to reproduce the issue:
Describe the results you received:
Describe the results you expected:
Additional information you deem important (e.g. issue happens only occasionally):