forked from FRRouting/frr
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: Check if iBGP session can drop invalid AIGP attribute
Signed-off-by: Donatas Abraitis <[email protected]> (cherry picked from commit f58227c)
- Loading branch information
1 parent
be8f811
commit 7dd8171
Showing
6 changed files
with
72 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
! | ||
interface r1-eth0 | ||
ip address 10.0.0.1/24 | ||
! | ||
router bgp 65001 | ||
no bgp ebgp-requires-policy | ||
neighbor 10.0.0.254 remote-as external | ||
neighbor 10.0.0.254 timers 3 10 | ||
! |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
! | ||
interface r2-eth0 | ||
ip address 10.0.0.2/24 | ||
! | ||
router bgp 65254 | ||
no bgp ebgp-requires-policy | ||
neighbor 10.0.0.254 remote-as internal | ||
neighbor 10.0.0.254 timers 3 10 | ||
neighbor 10.0.0.254 path-attribute discard 26 | ||
! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters