[quagga-dev 16183] Re: Proposed 8 testing Update

2016-10-05 Thread Martin Winter
Paul, Results are updated. See https://drive.google.com/drive/folders/0B8W_T0dxQfwxZFdJd1lPOXo3bHM?usp=sharing OSPFv2 issues are fixed. I haven’t looked at all the other protocols, but overall they seem to be mostly ok. Let me know if there are any concerns regarding a specific issue and

[quagga-dev 16182] Re: Proposed 8 testing Update

2016-10-05 Thread Martin Winter
On 5 Oct 2016, at 3:24, Martin Winter wrote: On 5 Oct 2016, at 2:56, Olivier Dugeon wrote: Hello Martin, As only OSPF is concern, is it possible to restrict the tests conformity to only OSPF to speed up the process and get result sooner ? Not really. I’m running each protocol on it’s ow

[quagga-dev 16181] Re: Proposed 8 testing Update

2016-10-05 Thread Martin Winter
On 5 Oct 2016, at 2:56, Olivier Dugeon wrote: Hello Martin, As only OSPF is concern, is it possible to restrict the tests conformity to only OSPF to speed up the process and get result sooner ? Not really. I’m running each protocol on it’s own (in parallel) and OSPF is the one taking the l

[quagga-dev 16180] Re: Proposed 8 testing Update

2016-10-05 Thread Olivier Dugeon
Hello Martin, As only OSPF is concern, is it possible to restrict the tests conformity to only OSPF to speed up the process and get result sooner ? Regards Olivier Le 05/10/2016 à 11:40, Martin Winter a écrit : > On 4 Oct 2016, at 6:42, Paul Jakma wrote: > >> On Tue, 4 Oct 2016, Paul Jakma wr

[quagga-dev 16179] Re: Proposed 8 testing Update

2016-10-05 Thread Martin Winter
On 4 Oct 2016, at 6:42, Paul Jakma wrote: On Tue, 4 Oct 2016, Paul Jakma wrote: Ah, never mind. stupid mis-merge, managed to drop one little but important hunk on the "ospfd: Don't wait for state change to Exchange to start LSReq" patch. Passes CI. Fingers crossed we really are done on this

[quagga-dev 16176] [PATCH v2 2/3] bgpd: multiple label stack support

2016-10-05 Thread Philippe Guibert
From: David Lamparter Support for multiple label support handling in NLRI messages. Ability to receive and sent BGP updates with NLRI containing multiple labels. The commit follows label encoding rules, contained in RFC3107. Signed-off-by: David Lamparter Signed-off-by: Christian Franke Signed

[quagga-dev 16174] BGP multiple label support

2016-10-05 Thread Philippe Guibert
Hi Quagga-dev, This work is enhancing RFC3107 encoding format for label in BGP NLRI messages. This applies for instance to VPNv4 address family. It is to be noted that this commit does not bring any API enhancement regarding VTY configuration. However, the mecanic is ready to receive BGP updates

[quagga-dev 16175] [PATCH v2 1/3] lib: 3byte stream foo

2016-10-05 Thread Philippe Guibert
From: David Lamparter API enhancement to be able to write and read 3 byte series in stream structures. Signed-off-by: David Lamparter Signed-off-by: Philippe Guibert --- lib/stream.c | 77 lib/stream.h | 4 2 files changed, 81

[quagga-dev 16177] [PATCH v2 3/3] tests: enhance bgpd testing with label value

2016-10-05 Thread Philippe Guibert
bgp NLRI has a specific format for label, terminating with bottom of stack bit. This value is updated in all BGP attribute tests. A specific test has been added to check for a list of labels contained in a single NLRI. Signed-off-by: Philippe Guibert --- tests/bgp_mp_attr_test.c | 87 +