On Tue, May 30, 2017 at 02:34:17PM +0200, Toke Høiland-Jørgensen wrote:
> Ondrej Zajicek writes:
>
> > I see no reason not to do conditional initialization of FIBs in
> > babel_start(). If a channel appears later, it will stay in CS_DOWN until
> > protocol restarts (and FIBs are reinitialized), s
Ondrej Zajicek writes:
> On Tue, May 30, 2017 at 02:04:00PM +0200, Toke Høiland-Jørgensen wrote:
>> Ondrej Zajicek writes:
>>
>> > On Tue, May 30, 2017 at 01:48:10PM +0200, Ondrej Zajicek wrote:
>> >> On Tue, May 30, 2017 at 01:37:56PM +0200, Toke Høiland-Jørgensen wrote:
>> >> > > Also channel
On Tue, May 30, 2017 at 02:04:00PM +0200, Toke Høiland-Jørgensen wrote:
> Ondrej Zajicek writes:
>
> > On Tue, May 30, 2017 at 01:48:10PM +0200, Ondrej Zajicek wrote:
> >> On Tue, May 30, 2017 at 01:37:56PM +0200, Toke Høiland-Jørgensen wrote:
> >> > > Also channel_is_active() is called but chann
On Tue, May 30, 2017 at 01:56:24PM +0200, Toke Høiland-Jørgensen wrote:
> Ondrej Zajicek writes:
>
> > On Tue, May 30, 2017 at 01:37:56PM +0200, Toke Høiland-Jørgensen wrote:
> >> > Also channel_is_active() is called but channel may not even exist?
> >>
> >> Ah, proto_configure_channel can leave
Ondrej Zajicek writes:
> On Tue, May 30, 2017 at 01:48:10PM +0200, Ondrej Zajicek wrote:
>> On Tue, May 30, 2017 at 01:37:56PM +0200, Toke Høiland-Jørgensen wrote:
>> > > Also channel_is_active() is called but channel may not even exist?
>> >
>> > Ah, proto_configure_channel can leave the channe
On Tue, May 30, 2017 at 01:48:10PM +0200, Ondrej Zajicek wrote:
> On Tue, May 30, 2017 at 01:37:56PM +0200, Toke Høiland-Jørgensen wrote:
> > > Also channel_is_active() is called but channel may not even exist?
> >
> > Ah, proto_configure_channel can leave the channel var entirely unset?
>
> Yes,
Ondrej Zajicek writes:
> On Tue, May 30, 2017 at 01:37:56PM +0200, Toke Høiland-Jørgensen wrote:
>> > Also channel_is_active() is called but channel may not even exist?
>>
>> Ah, proto_configure_channel can leave the channel var entirely unset?
>
> Yes, it could add/remove/reconfigure the channe
On Tue, May 30, 2017 at 01:37:56PM +0200, Toke Høiland-Jørgensen wrote:
> > Also channel_is_active() is called but channel may not even exist?
>
> Ah, proto_configure_channel can leave the channel var entirely unset?
Yes, it could add/remove/reconfigure the channel, based on whether there
is or i
Ondrej Zajicek writes:
> On Mon, May 29, 2017 at 10:24:57PM +0200, Toke Høiland-Jørgensen wrote:
>> This adds support for dual-stack v4/v6 operation to the Babel protocol.
>> Routing
>> messages will be exchanged over IPv6, but IPv4 routes can be carried in the
>> messages being exchanged. This
On Mon, May 29, 2017 at 10:24:57PM +0200, Toke Høiland-Jørgensen wrote:
> This adds support for dual-stack v4/v6 operation to the Babel protocol.
> Routing
> messages will be exchanged over IPv6, but IPv4 routes can be carried in the
> messages being exchanged. This matches how the reference Babel
This adds support for dual-stack v4/v6 operation to the Babel protocol. Routing
messages will be exchanged over IPv6, but IPv4 routes can be carried in the
messages being exchanged. This matches how the reference Babel
implementation (babeld) works.
The nexthop address for v4 can be configured per
11 matches
Mail list logo