(so that routes that your BGP-speaking router is connected to are “announced” via BGP)
and/or
2) add a “network” in
/routing bgp network
which you want to announce (“synchronised” if you don’t want the announcement to be made if that isn’t an installed route in your BGP speaker’s routing table)
and/or
3) redistribute static in
/routing bgp instance
— this can be nice if you’ve got a static blackhole route installed for your entire IPv4/IPv6 allocation
Big caveat: it’s wise to put some in- and especially some out-filters on your BGP sessions, as you might want to announce a /24 and not any longer prefixes that are connected or static routes.