-
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.
The test expected the NHRP shortcut on nhc1 to expire after 10s in the absence of traffic. Previous patches no longer cause shortcuts to expire unless the remote network is down or the kernel has removed neighbor entries to the remote network. Test that the shortcut only expires in these cases. Note that the shortcut mechanism is based on NHRP type 8 (NHRP traffic indication) packets that is not part of RFC2332 but of draft-detienne-dmvpn-01. The tested behavior conforms with: > an NHRP cache entry is created for TunS1 => PubS1. The entry > SHOULD NOT remain in the cache for more than the specified Hold > Time (from the NHRP Resolution Request). This NHRP cache entry > may be 'refreshed' for another hold time period prior to expiry by > receipt of another matching NHRP Resolution Request or by sending > an NHRP Resolution Request and receiving an NHRP Resolution Reply. Signed-off-by: Louis Scalbert <[email protected]>
- Loading branch information
1 parent
65540b8
commit c06c32e
Showing
1 changed file
with
45 additions
and
4 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