Commit f193e48
committed
bgp: Disable MPTCP in the MD5 probing in the test
In the osrg/gobgp#3021, we fixed the GoBGP side
to disable MPTCP, but didn't fix our MD5 support probing code in the
script test. As a result, the peering-auth.txtar has been skipped for a
while. Fix it by disabling MPTCP in the probing code as well.
Fortunately, disabling and executing the test didn't produce any error.
Signed-off-by: Yutaro Hayakawa <yutaro.hayakawa@isovalent.com>1 parent ef58353 commit f193e48
1 file changed
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
18 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
19 | 26 | | |
20 | 27 | | |
21 | 28 | | |
| |||
0 commit comments