I'm looking to use BIRD or similar to advertise a route from a linux box sitting on 169.254.0.3 (on a /28 for eg) to the router at 169.254.0.1 (Which happens to be AWS).
The route advertised to AWS needs to be the following;
AWS Subnet (10.0.0.0/24) -> GW 169.254.0.1
Where 169.254.0.1 is a firewall. Can I magic one of these to advertise a different gateway for a network?
Thanks!