Hello,

I am trying to change my bird config file and then reload it, but when I try to do
reload all or reload in all
reload will fail at static1 and static2, but reload out all will be successful.
I am not sure what I am missing, your help is much appreciated.

I have the below configs:
protocol kernel {
        ipv4 {   
              table v116;
              export all;
        };
        kernel table 116; }
protocol kernel {
        ipv4 {
              table v1120;
              export all;
        };
        kernel table 1120; }
protocol bfd {
        interface "eth1" {
                min rx interval 20 ms;
                min tx interval 50 ms;
                idle tx interval 300 ms;
        }; }
protocol static {
        ipv4 { table v116; };
        route 0.0.0.0/0 via 10.17.3.236 bfd;
}
protocol static {
        ipv4 { table v1120; };
        route 0.0.0.0/0 via 10.17.3.232 bfd;
}

Regards,
Farhad