RT expr { BGP_CFG->local_port = $3; if ($3>65535)
cf_error("Invalid port number"); }
| bgp_loc_opts AS expr { BGP_CFG->local_as = $3; }
;
From: Stefan Jakob
Sent: Saturday, November 30, 2019 11:39 AM
To: Lars Ekman G
Cc: bird-users@network.cz
Hi,
We have a use-case where we want to deploy multiple BIRD instances on the same
machine. The BIRD instance would be a part of public applications with their
own (virtual) addreesses. These BIRD instances shall announce the application
addresses (only) but not set any local routes.
The goal