]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: BGP session not established for ipv6 link local address with vrf config 7434/head
authorsudhanshukumar22 <sudhanshu.kumar@broadcom.com>
Sun, 1 Nov 2020 11:50:35 +0000 (03:50 -0800)
committersudhanshukumar22 <sudhanshu.kumar@broadcom.com>
Thu, 1 Apr 2021 09:43:51 +0000 (02:43 -0700)
commit0b6d35324ef3fd2b4d5997103795cad73eb72954
tree2b05fa31f3446dba4a575ba38a597f6da5faa940
parentfb639375cb2ca062f350c56c51367f2d8d5b2514
bgpd: BGP session not established for ipv6 link local address with vrf config

Description:
BGP session not established for ipv6 link local address with vrf config

Problem Description/Summary :
BGP session not established for ipv6 link local address with vrf configyy
1.Configure ipv6 link-local address fe80::1234/64 on dut1 and fe80::4567/64 on dut2
2.Configure BGP neighbors for ipv6 link-local on both dut1 and dut2
3.Verify BGP session is UP over link-local ipv6 address
4.Observed that bgp session not established for ipv6 link local address

Expected Behavior :
BGP session should be established for ipv6 link local address with vrf config

Signed-off-by: sudhanshukumar22 <sudhanshu.kumar@broadcom.com>
bgpd/bgp_network.c
bgpd/bgp_zebra.c
tests/topotests/bgp_vrf_ipv6_link_local/__init__.py [new file with mode: 0755]
tests/topotests/bgp_vrf_ipv6_link_local/r1/bgpd.conf [new file with mode: 0755]
tests/topotests/bgp_vrf_ipv6_link_local/r1/zebra.conf [new file with mode: 0755]
tests/topotests/bgp_vrf_ipv6_link_local/r2/bgpd.conf [new file with mode: 0755]
tests/topotests/bgp_vrf_ipv6_link_local/r2/zebra.conf [new file with mode: 0755]
tests/topotests/bgp_vrf_ipv6_link_local/test_bgp_vrf_ipv6_ll_func.py [new file with mode: 0755]