Re: Source Address Dependent Routing patch

2017-05-22 Thread Toke Høiland-Jørgensen
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

Re: Source Address Dependent Routing patch

2017-05-22 Thread Dean
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

Re: Source Address Dependent Routing patch

2017-05-22 Thread Dean
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

Re: Source Address Dependent Routing patch

2017-05-22 Thread Toke Høiland-Jørgensen
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

Re: Source Address Dependent Routing patch

2017-05-22 Thread Dean Luga
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

Re: Source Address Dependent Routing patch

2017-05-22 Thread Toke Høiland-Jørgensen
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

Source Address Dependent Routing patch

2017-05-21 Thread Dean
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

Source Address Dependent Routing Patch

2017-03-06 Thread Dean
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