diff options
| author | Russ White <russ@riw.us> | 2020-02-11 10:04:19 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-11 10:04:19 -0500 |
| commit | 35f50b930522e1133eaaefff7cd6791c67c5c7b0 (patch) | |
| tree | 5f620e56ca2863a05cffc4f247c1f3afd74248c1 /tests | |
| parent | 724935d5a20bc3c7b714d5e8c497e7095026704c (diff) | |
| parent | 4ba5a9c55f761e0c32d45050014b68e431d8b254 (diff) | |
Merge pull request #5744 from ton31337/fix/thread-as-withdraw_attributes
bgpd: Update some attributes how they are handled if malformed
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/bgpd/test_aspath.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bgpd/test_aspath.c b/tests/bgpd/test_aspath.c index 925d3112d3..9feec7156a 100644 --- a/tests/bgpd/test_aspath.c +++ b/tests/bgpd/test_aspath.c @@ -653,7 +653,7 @@ static struct aspath_tests { &test_segments[6], NULL, AS4_DATA, - -1, + -2, PEER_CAP_AS4_ADV, { COMMON_ATTRS, |
