Re: [PATCH 3/3] babel: Parse subtlvs and skip TLVs with a mandatory subtlv

2017-06-09 Thread Ondrej Zajicek
On Mon, Jun 05, 2017 at 11:49:54PM +0200, Toke Høiland-Jørgensen wrote: > RFC6126bis formally introduces subtlvs to the Babel protocol, including > mandatory subtlvs. This adds support for parsing subtlvs to the Babel protocol > and skips TLVs that contain mandatory subtlvs, as per the spec. Thank

Re: [PATCH v2] babel: Implement IPv6 prefix compression on outgoing updates

2017-06-09 Thread Ondrej Zajicek
On Tue, Jun 06, 2017 at 02:52:15PM +0200, Toke Høiland-Jørgensen wrote: > Previously, the Babel protocol would never use prefix compression on outgoing > updates (but would parse it on incoming ones). This adds compression of IPv6 > addresses of outgoing updates. Thanks, merged. > +static inline

Re: roa_check not re-evaluating after roa table update

2017-06-09 Thread Stefan Plug
Thanks for the info! Then I'll keep the implementation of this on hold for now :( Stefan On 09.06.2017 14:36, Jan Matejka wrote: > Hi! > > On 06/09/2017 01:17 PM, Stefan Plug wrote: >> Bird 1.6.3 >> >> Just testing about with the RPKI roa_check and it seems that my routes are >> not being re-e

Re: [PATCH] babel: Add documentation for dual-stack operation and options

2017-06-09 Thread Ondrej Zajicek
On Thu, Jun 08, 2017 at 10:37:09PM +0200, Toke Høiland-Jørgensen wrote: > This updates the documentation for the Babel protocol to mention the fact that > it now supports dual-stack operation, and adds documentation for the new next > hop options. Thanks, merged. -- Elen sila lumenn' omentielvo

Re: roa_check not re-evaluating after roa table update

2017-06-09 Thread Jan Matejka
Hi! On 06/09/2017 01:17 PM, Stefan Plug wrote: > Bird 1.6.3 > > Just testing about with the RPKI roa_check and it seems that my routes are > not being re-evaluated after a "configure" when my roa table is updated. > I do this check during the import phase so the routes are already in the > tabl

roa_check not re-evaluating after roa table update

2017-06-09 Thread Stefan Plug
Hi guys, Bird 1.6.3 Just testing about with the RPKI roa_check and it seems that my routes are not being re-evaluated after a "configure" when my roa table is updated. I do this check during the import phase so the routes are already in the table once I update the roa table. simple check examp