Closed EasyNetDev closed 8 months ago
@EasyNetDev , as an example, did you look at the test here: https://github.com/FRRouting/frr/tree/master/tests/topotests/nhrp_topo ?
This issue is stale because it has been open 180 days with no activity. Comment or remove the autoclose
label in order to avoid having this issue closed.
This issue will be automatically closed in the specified period unless there is further activity.
Describe the bug
To Reproduce
Trying to create a gre multi-point with NHRP and looks like "tunnel source" doesn't get the IP address of interface to propagate to NHRP. If I'm setting on GRE tunnel the "local" IP, then the traffic is flowing through tunnel.
Expected behavior
Screenshots
R01 config:
R05:
Interface rds0 is acctually a PPPoE interface.
But as soon I'm adding the IP addresses for GRE interfaces only for local:
R01:
R05:
It starts to work perfectly:
Even I'm doing "no tunnel source" on each interface the traffic keeps flowing if "local" address is added for each GRE tunnel.
I'm missing something?
Versions
9.0~dev-1678284723-1~1.gbpd7917c
Additional context