Commit 496f510
committed
test: add a configuration providing crasho to "bgp_remove_private_as"
we add a configuration:
configure terminal
route-map OLDCORE-INTERNET-IN-IPv4 permit 5
set as-path replace any 65398
exit
route-map OLDCORE-INTERNET-OUT-IPv4 permit 5
set as-path replace any 65399
exit
router bgp 65002
bgp deterministic-med
address-family ipv4 unicast
neighbor 203.0.113.0 remove-private-AS all
neighbor 203.0.113.0 soft-reconfiguration inbound
neighbor 203.0.113.0 route-map OLDCORE-INTERNET-IN-IPv4 in
neighbor 203.0.113.0 route-map OLDCORE-INTERNET-OUT-IPv4 out
exit-address-family
that leads to a crash.
Signed-off-by: Francois Dumontet <[email protected]>1 parent ad7ad68 commit 496f510
File tree
1 file changed
+45
-0
lines changed- tests/topotests/bgp_remove_private_as
1 file changed
+45
-0
lines changedLines changed: 45 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
| |||
389 | 390 | | |
390 | 391 | | |
391 | 392 | | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
392 | 431 | | |
393 | 432 | | |
394 | 433 | | |
| |||
408 | 447 | | |
409 | 448 | | |
410 | 449 | | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
411 | 456 | | |
412 | 457 | | |
413 | 458 | | |
| |||
0 commit comments