[Babel-users] Babeld vs. BIRD [was: Please test master]
Toke Høiland-Jørgensen
toke at toke.dk
Wed Sep 26 16:41:08 BST 2018
Juliusz Chroboczek <jch at irif.fr> writes:
>> Received prefix with no router id.
>> Couldn't parse packet (8, 13) from fe80::eea8:6bff:fefe:9a2 on enp6s0.
>> Received prefix with no router id.
>> Couldn't parse packet (8, 14) from fe80::eea8:6bff:fefe:9a2 on enp6s0.
>
> Toke, are you mis-parsing retractions? No router-id is necessary for
> a retraction.
Weren't these messages in the babeld log?
>From the Bird parser:
/* Update must have next hop, unless it is retraction */
if (ipa_zero(state->next_hop_ip4) && (msg->metric != BABEL_INFINITY))
return PARSE_ERROR;
So that should be fine...
-Toke
More information about the Babel-users
mailing list