-
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 #16746 from Jafaral/nhrp-test
tests: nhrp, use unified config, remove misleading error log
- Loading branch information
Showing
13 changed files
with
75 additions
and
91 deletions.
There are no files selected for viewing
File renamed without changes.
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
This file was deleted.
Oops, something went wrong.
7 changes: 7 additions & 0 deletions
7
...topotests/nhrp_redundancy/nhs1/zebra.conf → ...s/topotests/nhrp_redundancy/nhs1/frr.conf
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 |
---|---|---|
@@ -1,12 +1,19 @@ | ||
ip forwarding | ||
!debug nhrp all | ||
interface nhs1-eth0 | ||
ip address 192.168.1.1/24 | ||
! | ||
ip route 192.168.2.0/24 192.168.1.6 | ||
nhrp nflog-group 1 | ||
interface nhs1-gre0 | ||
ip address 172.16.1.1/32 | ||
no link-detect | ||
ipv6 nd suppress-ra | ||
ip nhrp holdtime 10 | ||
ip nhrp network-id 42 | ||
ip nhrp registration no-unique | ||
ip nhrp redirect | ||
tunnel source nhs1-eth0 | ||
! | ||
ip route 10.4.4.0/24 172.16.1.4 | ||
ip route 10.5.5.0/24 172.16.1.5 |
This file was deleted.
Oops, something went wrong.
7 changes: 7 additions & 0 deletions
7
...topotests/nhrp_redundancy/nhs2/zebra.conf → ...s/topotests/nhrp_redundancy/nhs2/frr.conf
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 |
---|---|---|
@@ -1,12 +1,19 @@ | ||
ip forwarding | ||
!debug nhrp all | ||
interface nhs2-eth0 | ||
ip address 192.168.1.2/24 | ||
! | ||
ip route 192.168.2.0/24 192.168.1.6 | ||
nhrp nflog-group 1 | ||
interface nhs2-gre0 | ||
ip address 172.16.1.2/32 | ||
no link-detect | ||
ipv6 nd suppress-ra | ||
ip nhrp holdtime 10 | ||
ip nhrp network-id 42 | ||
ip nhrp registration no-unique | ||
ip nhrp redirect | ||
tunnel source nhs2-eth0 | ||
! | ||
ip route 10.4.4.0/24 172.16.1.4 | ||
ip route 10.5.5.0/24 172.16.1.5 |
This file was deleted.
Oops, something went wrong.
7 changes: 7 additions & 0 deletions
7
...topotests/nhrp_redundancy/nhs3/zebra.conf → ...s/topotests/nhrp_redundancy/nhs3/frr.conf
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 |
---|---|---|
@@ -1,12 +1,19 @@ | ||
ip forwarding | ||
!debug nhrp all | ||
interface nhs3-eth0 | ||
ip address 192.168.1.3/24 | ||
! | ||
ip route 192.168.2.0/24 192.168.1.6 | ||
nhrp nflog-group 1 | ||
interface nhs3-gre0 | ||
ip address 172.16.1.3/32 | ||
no link-detect | ||
ipv6 nd suppress-ra | ||
ip nhrp holdtime 10 | ||
ip nhrp network-id 42 | ||
ip nhrp registration no-unique | ||
ip nhrp redirect | ||
tunnel source nhs3-eth0 | ||
! | ||
ip route 10.4.4.0/24 172.16.1.4 | ||
ip route 10.5.5.0/24 172.16.1.5 |
This file was deleted.
Oops, something went wrong.
File renamed without changes.
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