forked from FRRouting/frr
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
topotests: add static mpls routing auto mode
There is no test that checks for the mpls auto mode configuration. New checks are added to the static mpls routing test: - check that a labeled route turns on mpls on the interface where the auto mode is set - check that a configured interface recovers the mpls setting Signed-off-by: Philippe Guibert <[email protected]>
- Loading branch information
1 parent
6beefe9
commit 0ab52f3
Showing
3 changed files
with
112 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,4 +13,10 @@ int lo | |
! | ||
int r1-eth1 | ||
ip addr 192.168.2.1/24 | ||
mpls auto | ||
! | ||
int r1-eth1.100 | ||
ip address 172.31.100.1/24 | ||
mpls auto | ||
! | ||
|
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 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