Routes not exported error #114

Open
opened 2023-03-24 21:56:04 +08:00 by cogenyk · 3 comments
cogenyk commented 2023-03-24 21:56:04 +08:00 (Migrated from github.com)

Hello,
When someone goes to fetch routes not exported the following error occurs

2023/03/24 09:52:54 API ERROR :: rs1.example.com (IPv6).routes_not_exported(PROTO) :: invalid API response received from server

Anyone have a suggestion or a fix for this?

my birdwatcher modules are as follows

ModulesEnabled:
- status
- protocols
- protocols_bgp
- protocols_short
- routes_protocol
- routes_peer
- routes_table
- routes_table_filtered
- routes_table_peer
- routes_filtered
- routes_prefixed
- routes_noexport
- routes_pipe_filtered_count
- routes_pipe_filtered

Hello, When someone goes to fetch routes not exported the following error occurs 2023/03/24 09:52:54 API ERROR :: rs1.example.com (IPv6).routes_not_exported(PROTO) :: invalid API response received from server Anyone have a suggestion or a fix for this? my birdwatcher modules are as follows ModulesEnabled: - status - protocols - protocols_bgp - protocols_short - routes_protocol - routes_peer - routes_table - routes_table_filtered - routes_table_peer - routes_filtered - routes_prefixed - routes_noexport - routes_pipe_filtered_count - routes_pipe_filtered
enbitmarcelzimmer commented 2023-12-10 20:40:25 +08:00 (Migrated from github.com)

same here :(

same here :(
enbitmarcelzimmer commented 2023-12-10 23:47:43 +08:00 (Migrated from github.com)

i have made some research. If Multi_table is enable, the alice_lg only makes a call to the birdwatcher api with this URL /routes/noexport/
This result in an 404
I Think there is the neigbouhr id missing
If i call /routes/noexport/"neigbouhr" on birdwatch i get the results.
In source_multitable.go there is a attribut with /routes/noexport/"+pipeName
Where must we defined the pipeName fir the neigbouhr?

i have made some research. If Multi_table is enable, the alice_lg only makes a call to the birdwatcher api with this URL /routes/noexport/ This result in an 404 I Think there is the neigbouhr id missing If i call /routes/noexport/"neigbouhr" on birdwatch i get the results. In source_multitable.go there is a attribut with /routes/noexport/"+pipeName Where must we defined the pipeName fir the neigbouhr?
liske commented 2024-02-26 06:02:21 +08:00 (Migrated from github.com)

We run into the same issue. Looking at birdwatcher it shows that a bird protocol name is required: 70eb549c3d/birdwatcher.go (L88)

We run into the same issue. Looking at birdwatcher it shows that a bird protocol name is required: https://github.com/alice-lg/birdwatcher/blob/70eb549c3db1c542dba87f41ebe1bbdb4ec9605b/birdwatcher.go#L88
Sign in to join this conversation.
No description provided.