From 6843e20202a3b1c84dc1951e1af1b8cafe10b501 Mon Sep 17 00:00:00 2001 From: claudio Date: Mon, 16 Oct 2023 06:14:20 +0000 Subject: [PATCH] Set fib-update no since the fib is not needed here. --- regress/usr.sbin/bgpd/integrationtests/bgpd.ixp.rdomain2_1.conf | 1 + regress/usr.sbin/bgpd/integrationtests/bgpd.ixp.rdomain2_2.conf | 1 + regress/usr.sbin/bgpd/integrationtests/bgpd.ixp.rdomain2_3.conf | 1 + regress/usr.sbin/bgpd/integrationtests/bgpd.ixp.rdomain2_4.conf | 1 + 4 files changed, 4 insertions(+) diff --git a/regress/usr.sbin/bgpd/integrationtests/bgpd.ixp.rdomain2_1.conf b/regress/usr.sbin/bgpd/integrationtests/bgpd.ixp.rdomain2_1.conf index 1ca65615396..44710b9610c 100644 --- a/regress/usr.sbin/bgpd/integrationtests/bgpd.ixp.rdomain2_1.conf +++ b/regress/usr.sbin/bgpd/integrationtests/bgpd.ixp.rdomain2_1.conf @@ -1,6 +1,7 @@ AS 1 router-id 192.0.2.11 listen on 192.0.2.11 +fib-update no neighbor 192.0.2.2 { remote-as 999 diff --git a/regress/usr.sbin/bgpd/integrationtests/bgpd.ixp.rdomain2_2.conf b/regress/usr.sbin/bgpd/integrationtests/bgpd.ixp.rdomain2_2.conf index 76013463177..d799e881a40 100644 --- a/regress/usr.sbin/bgpd/integrationtests/bgpd.ixp.rdomain2_2.conf +++ b/regress/usr.sbin/bgpd/integrationtests/bgpd.ixp.rdomain2_2.conf @@ -1,6 +1,7 @@ AS 2 router-id 192.0.2.21 listen on 192.0.2.21 +fib-update no socket "/var/run/bgpd.sock.12_2" network 2.0.1.0/24 set community NO_EXPORT diff --git a/regress/usr.sbin/bgpd/integrationtests/bgpd.ixp.rdomain2_3.conf b/regress/usr.sbin/bgpd/integrationtests/bgpd.ixp.rdomain2_3.conf index 3e7ef9fa54f..f5e094acc5e 100644 --- a/regress/usr.sbin/bgpd/integrationtests/bgpd.ixp.rdomain2_3.conf +++ b/regress/usr.sbin/bgpd/integrationtests/bgpd.ixp.rdomain2_3.conf @@ -1,6 +1,7 @@ AS 3 router-id 192.0.2.31 listen on 192.0.2.31 +fib-update no socket "/var/run/bgpd.sock.12_3" network 3.0.1.0/24 set community NO_EXPORT diff --git a/regress/usr.sbin/bgpd/integrationtests/bgpd.ixp.rdomain2_4.conf b/regress/usr.sbin/bgpd/integrationtests/bgpd.ixp.rdomain2_4.conf index 1453c9c4322..3e56f36233b 100644 --- a/regress/usr.sbin/bgpd/integrationtests/bgpd.ixp.rdomain2_4.conf +++ b/regress/usr.sbin/bgpd/integrationtests/bgpd.ixp.rdomain2_4.conf @@ -1,6 +1,7 @@ AS 4 router-id 192.0.2.41 listen on 192.0.2.41 +fib-update no socket "/var/run/bgpd.sock.12_4" neighbor 192.0.2.2 { -- 2.20.1