[Olsr-users] Missing mandatory TLV 25 in extension 256

Mika Rajala (spam-protected)
Wed Mar 2 14:40:04 CET 2016


Yeah, that does it.

Also, in _router_process_destination_down (proto_router.c)

At line 541

return dlep_session_generate_signal(
  session, DLEP_DESTINATION_UP_ACK, &mac);

Should possibly be DLEP_DESTINATION_DOWN_ACK

-----Original Message-----
From: Henning Rogge [mailto:(spam-protected)] 
Sent: 2. maaliskuuta 2016 14:09
To: Mika Rajala <(spam-protected)>
Cc: (spam-protected)
Subject: Re: [Olsr-users] Missing mandatory TLV 25 in extension 256

On Wed, Mar 2, 2016 at 11:41 AM, Mika Rajala <(spam-protected)> wrote:
> Hi
>
> Got to do a little bit testing again.
>
> It seems that I still don't get the Session Update Response Message from dlep_router.
>
> And I still don't find the code for this, It should be under the function _router_process_peer_update, right?
>
> This causes a bit of an issue, because the transaction model for DLEP doesn't support multiple ongoing messages.
>
> I have a piece of code that makes it expect certain messages when I'v sent something, I'll just go the easy way and disable my expectation of Session Update Response after sending Session Update.

Could you try the attached patch?

Henning


More information about the Olsr-users mailing list