Skip to content

Commit c3b4c5e

Browse files
committed
[BGP] Disable BFD
Due to some issue in FRR, BFD sessions are not established properly. Hence, BFD needs to be disabled.
1 parent 22d74e9 commit c3b4c5e

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

examples/dt/bgp_dt01/edpm/computes/r0/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ data:
2525
edpm_frr_bgp_ipv4_src_network: bgpmainnet
2626
edpm_frr_bgp_ipv6_src_network: bgpmainnetv6
2727
edpm_frr_bgp_neighbor_password: f00barZ
28+
edpm_frr_bfd: false
2829
timesync_ntp_servers:
2930
- hostname: pool.ntp.org
3031
# conntrack is necessary for some tobiko tests

examples/dt/bgp_dt01/edpm/computes/r1/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ data:
2525
edpm_frr_bgp_ipv4_src_network: bgpmainnet
2626
edpm_frr_bgp_ipv6_src_network: bgpmainnetv6
2727
edpm_frr_bgp_neighbor_password: f00barZ
28+
edpm_frr_bfd: false
2829
timesync_ntp_servers:
2930
- hostname: pool.ntp.org
3031
# conntrack is necessary for some tobiko tests

examples/dt/bgp_dt01/edpm/computes/r2/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ data:
2525
edpm_frr_bgp_ipv4_src_network: bgpmainnet
2626
edpm_frr_bgp_ipv6_src_network: bgpmainnetv6
2727
edpm_frr_bgp_neighbor_password: f00barZ
28+
edpm_frr_bfd: false
2829
timesync_ntp_servers:
2930
- hostname: pool.ntp.org
3031
# conntrack is necessary for some tobiko tests

examples/dt/bgp_dt01/edpm/networkers/r0/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ data:
2525
edpm_frr_bgp_ipv4_src_network: bgpmainnet
2626
edpm_frr_bgp_ipv6_src_network: bgpmainnetv6
2727
edpm_frr_bgp_neighbor_password: f00barZ
28+
edpm_frr_bfd: false
2829
timesync_ntp_servers:
2930
- hostname: pool.ntp.org
3031
# conntrack is necessary for some tobiko tests

examples/dt/bgp_dt01/edpm/networkers/r1/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ data:
2525
edpm_frr_bgp_ipv4_src_network: bgpmainnet
2626
edpm_frr_bgp_ipv6_src_network: bgpmainnetv6
2727
edpm_frr_bgp_neighbor_password: f00barZ
28+
edpm_frr_bfd: false
2829
timesync_ntp_servers:
2930
- hostname: pool.ntp.org
3031
# conntrack is necessary for some tobiko tests

examples/dt/bgp_dt01/edpm/networkers/r2/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ data:
2525
edpm_frr_bgp_ipv4_src_network: bgpmainnet
2626
edpm_frr_bgp_ipv6_src_network: bgpmainnetv6
2727
edpm_frr_bgp_neighbor_password: f00barZ
28+
edpm_frr_bfd: false
2829
timesync_ntp_servers:
2930
- hostname: pool.ntp.org
3031
# conntrack is necessary for some tobiko tests

0 commit comments

Comments
 (0)