-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #16719 from FRRouting/mergify/bp/stable/10.0/pr-16699
- Loading branch information
Showing
43 changed files
with
863 additions
and
288 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 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,4 @@ | ||
interface host-eth0 | ||
ip address 10.4.4.7/24 | ||
! | ||
ip route 0.0.0.0/0 10.4.4.4 |
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
40 changes: 40 additions & 0 deletions
40
tests/topotests/nhrp_redundancy/nhc1/nhrp_cache_nhs1_down.json
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,40 @@ | ||
{ | ||
"attr": { | ||
"entriesCount": 3 | ||
}, | ||
"table": [ | ||
{ | ||
"interface": "nhc1-gre0", | ||
"type": "nhs", | ||
"protocol": "172.16.1.2", | ||
"nbma": "192.168.1.2", | ||
"claimed_nbma": "192.168.1.2", | ||
"used": false, | ||
"timeout": true, | ||
"auth": false, | ||
"identity": "" | ||
}, | ||
{ | ||
"interface": "nhc1-gre0", | ||
"type": "local", | ||
"protocol": "172.16.1.4", | ||
"nbma": "192.168.2.4", | ||
"claimed_nbma": "192.168.2.4", | ||
"used": false, | ||
"timeout": false, | ||
"auth": false, | ||
"identity": "-" | ||
}, | ||
{ | ||
"interface": "nhc1-gre0", | ||
"type": "nhs", | ||
"protocol": "172.16.1.3", | ||
"nbma": "192.168.1.3", | ||
"claimed_nbma": "192.168.1.3", | ||
"used": false, | ||
"timeout": true, | ||
"auth": false, | ||
"identity": "" | ||
} | ||
] | ||
} |
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
49 changes: 49 additions & 0 deletions
49
tests/topotests/nhrp_redundancy/nhc1/nhrp_route_nhs1_down.json
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,49 @@ | ||
{ | ||
"172.16.1.1\/32": null, | ||
"172.16.1.2\/32": [ | ||
{ | ||
"prefix": "172.16.1.2\/32", | ||
"protocol": "nhrp", | ||
"vrfId": 0, | ||
"vrfName": "default", | ||
"selected": true, | ||
"destSelected": true, | ||
"distance": 10, | ||
"metric": 0, | ||
"installed": true, | ||
"internalNextHopNum": 1, | ||
"internalNextHopActiveNum": 1, | ||
"nexthops": [ | ||
{ | ||
"fib": true, | ||
"directlyConnected": true, | ||
"interfaceName": "nhc1-gre0", | ||
"active": true | ||
} | ||
] | ||
} | ||
], | ||
"172.16.1.3\/32": [ | ||
{ | ||
"prefix": "172.16.1.3\/32", | ||
"protocol": "nhrp", | ||
"vrfId": 0, | ||
"vrfName": "default", | ||
"selected": true, | ||
"destSelected": true, | ||
"distance": 10, | ||
"metric": 0, | ||
"installed": true, | ||
"internalNextHopNum": 1, | ||
"internalNextHopActiveNum": 1, | ||
"nexthops": [ | ||
{ | ||
"fib": true, | ||
"directlyConnected": true, | ||
"interfaceName": "nhc1-gre0", | ||
"active": true | ||
} | ||
] | ||
} | ||
] | ||
} |
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
Oops, something went wrong.