how to configure static route for calico bird in bird.conf file
`I’m working on Kubernetes networking, with calico cni plugin. I want to configure the BGP BIRD that is available in the ProjectCalico repo. But that static routing format that is supported in vanilla BIRD is not supported by Calico BIRD project.
https://github.com/projectcalico/bird.git //where the repo was cloned
installation step:
./configure
make
make install