Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The remote spoke always sends a 32 prefix length to a shortcut request. In the example, the remote spoke as the IP address 192.168.2.1/24. spoke1# sh ip nhrp shortcut Type Prefix Via Identity dynamic 192.168.2.1/32 10.255.255.2 Do not deal with local routes in nhrpd. Now: spoke1# sh ip nhrp shortcut Type Prefix Via Identity dynamic 192.168.2.0/24 10.255.255.2 Fixes: d4aa24b ("*: Introduce Local Host Routes to FRR") Signed-off-by: Louis Scalbert <[email protected]> (cherry picked from commit af54901)
- Loading branch information