Dean writes:
> On 05/22/2017 12:07 PM, Toke Høiland-Jørgensen wrote:
>
>> Yes, they can. You can use two kernel protocols, one with the SADR
>> channel and the other with ipv6. Both sets of routes are stored in
>> the same kernel table.
>>
>> Ah, yes, but I meant inside Bird in this instance. C
On 05/22/2017 12:36 PM, Dean wrote:
On 05/22/2017 12:07 PM, Toke Høiland-Jørgensen wrote:
Yes, they can. You can use two kernel protocols, one with the SADR
channel and the other with ipv6. Both sets of routes are stored in
the same kernel table.
Ah, yes, but I meant inside Bird in this instan
On 05/22/2017 12:07 PM, Toke Høiland-Jørgensen wrote:
Yes, they can. You can use two kernel protocols, one with the SADR
channel and the other with ipv6. Both sets of routes are stored in
the same kernel table.
Ah, yes, but I meant inside Bird in this instance. Can the bird 'struct
fib' hold bo
Dean Luga writes:
> On 22 May 2017 11:28, "Toke Høiland-Jørgensen" wrote:
>
> Dean writes:
>
> > Hello,
> >
> > This is another try at extending the static and OSPFv3 protocols to
> > support Source Address Dependent Routing (SADR), also called Source
> > Specific Routing. This basically
On 22 May 2017 11:28, "Toke Høiland-Jørgensen" wrote:
Dean writes:
> Hello,
>
> This is another try at extending the static and OSPFv3 protocols to
> support Source Address Dependent Routing (SADR), also called Source
> Specific Routing. This basically means that routing will take into
> accoun
Dean writes:
> Hello,
>
> This is another try at extending the static and OSPFv3 protocols to
> support Source Address Dependent Routing (SADR), also called Source
> Specific Routing. This basically means that routing will take into
> account not only the destination address, but the source addre
Hello,
This is another try at extending the static and OSPFv3 protocols to
support Source Address Dependent Routing (SADR), also called Source
Specific Routing. This basically means that routing will take into
account not only the destination address, but the source address as well.
IPv6 sub
Note: I used BIRD 1.6.2 when working on these patches. I don't know if
they will work on other versions.
The following patches extend the static and OSPFv3 protocol to support
Source Address Dependent Routing (SADR), also called Source Specific
Routing. This basically means that routing will t