add documentation for show route (import|export) table

2022-10-16 Thread Alexander Zubkov via Bird-users
Hi, I found out that one can "show route" for import and export tables. But that syntax is not documented. Patch is attached. commit 78e3218dd572207e8dd64de902fc92e0a836326e Author: Alexander Zubkov Date: Sun Oct 16 15:57:26 2022 +0200 add documentation for "show route (import|export) tabl

refresh bgp routes with import table enabled

2022-10-16 Thread Alexander Zubkov via Bird-users
Hi, When import table is enabled for bgp, "reload in" uses the table and one cannot force refresh from the peer. I suggest to add refresh functions to reload routes on a protocol level, and "reload receive" command to call them. I used "reload receive" not to add additional keywords and it seems d

Re: BIRD 2.0.{7,10} MED not actually send for learned routes if export table on is set

2022-10-16 Thread Inrin via Bird-users
Addendum: Using iBGP with export tables and setting the MED works. On Sun, Oct 16, 2022 at 11:17:23AM +0200, Inrin via Bird-users wrote: Greetings, I noticed during setting up a peering that the MED is not actually send to my peer, although bird shows it in the export. We confirmed this via tcp

BIRD 2.0.{7,10} MED not actually send for learned routes if export table on is set

2022-10-16 Thread Inrin via Bird-users
Greetings, I noticed during setting up a peering that the MED is not actually send to my peer, although bird shows it in the export. We confirmed this via tcpdump on both ends. After debugging a bit, I noticed that this only affects “learned” routes but routes from the static protocol worked jus