]> git.puffer.fish Git - matthieu/frr.git/commit
Quagga: make check is broken with addpath changes
authorDaniel Walton <dwalton@cumulusnetworks.com>
Fri, 11 Dec 2015 21:12:56 +0000 (21:12 +0000)
committerDaniel Walton <dwalton@cumulusnetworks.com>
Fri, 11 Dec 2015 21:12:56 +0000 (21:12 +0000)
commit3ffe142a3ad4fb0f5cc02b88a563dab45295b52a
treeb1501a2cf3163610fcc6eb29403a2d972fd6056f
parentd50b5bdd744eef4a44d4fee70f781e68f2074a2a
Quagga: make check is broken with addpath changes

Signed-off-by: Daniel Walton <dwalton@cumulusnetworks.com>
Reviewed-by: Donald Sharp <sharpd@cumulusnetworks.com>
Ticket: CM-8472

The first as-path is what the original as-path for the test, the second
is what the as-path should look like once all confed SETs and SEQs have
been removed. At the time the test was written quagga did not correctly
remove confed SETs and SEQs but whoever wrote the test didn't notice
this and assumed that the behavior they were seeing was correct so used
that output to populate the second as-path.

Now that we do correctly remove the confed parts these tests fail. So
the fix is to update the second as-path for these two tests so that they
no longer contain any confed SETs/SEQs.
bgpd/bgp_updgrp.c
bgpd/bgpd.c
tests/aspath_test.c
tests/bgp_mpath_test.c