diff options
| author | bisdhdh <biswajit.sadhu@gmail.com> | 2019-11-05 10:59:58 +0530 |
|---|---|---|
| committer | bisdhdh <biswajit.sadhu@gmail.com> | 2019-11-05 11:17:47 +0530 |
| commit | 63696f1d89cfe0d22deee1f9ffe9f15ceda322f0 (patch) | |
| tree | af129db030ff8965722ef16fef5e2a7ea14699cb /tests/topotests/bgp_sender-as-path-loop-detection/test_bgp_sender-as-path-loop-detection.py | |
| parent | ba3afa4c2c4859ae9560e08393f57d293fbf9c4c (diff) | |
BGPD: Prevent IPv6-LL being fwd to IBGP peers not on same link.
Prevent IPv6 Link-local address being forward to IBGP peer,
which are not directly connected.
R1----IPV6-unnumbered-EBGP-------R2-----IPV6-IBGP-----R3
Configure route-map to set preferred global address on and apply
route-map-IN on R2 for R1-R2 session. Now check on R3's BGP and
RIB table has route nexthop as R1 link-local address, which is
not correct.
As of now we clear link-local address info from mp_nexthop_global,
only if mp_nexthop_global is populated with link-local address.
We should do it even if route-map is configured boz forwarding
link-local address from one link scope to another is violation of
the standards.
Signed-off-by: Biswajit Sadhu sadhub@vmware.com
Diffstat (limited to 'tests/topotests/bgp_sender-as-path-loop-detection/test_bgp_sender-as-path-loop-detection.py')
0 files changed, 0 insertions, 0 deletions
