summaryrefslogtreecommitdiffhomepage
path: root/test/scenario_test/quagga-rsconfig.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/scenario_test/quagga-rsconfig.go')
-rw-r--r--test/scenario_test/quagga-rsconfig.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/scenario_test/quagga-rsconfig.go b/test/scenario_test/quagga-rsconfig.go
index a7ed661c..4af43cd6 100644
--- a/test/scenario_test/quagga-rsconfig.go
+++ b/test/scenario_test/quagga-rsconfig.go
@@ -106,6 +106,7 @@ func create_config_files(nr int, outputDir string, IPVersion string, nonePeer bo
RouteServer: config.RouteServer{RouteServerClient: true},
TransportOptions: config.TransportOptions{PassiveMode: true},
Timers: config.Timers{HoldTime: 30, KeepaliveInterval: 10, IdleHoldTimeAfterReset: 10},
+ PeerType: config.PEER_TYPE_EXTERNAL,
}
gobgpConf.NeighborList = append(gobgpConf.NeighborList, c)
if !nonePeer {
@@ -149,6 +150,7 @@ func append_config_files(ar int, outputDir string, IPVersion string, nonePeer bo
RouteServer: config.RouteServer{RouteServerClient: true},
TransportOptions: config.TransportOptions{PassiveMode: true},
Timers: config.Timers{HoldTime: 30, KeepaliveInterval: 10, IdleHoldTimeAfterReset: 10},
+ PeerType: config.PEER_TYPE_EXTERNAL,
}
if !nonePeer {
q := NewQuaggaConfig(ar, &gobgpConf.Global, &c, net.ParseIP(serverAddress[IPVersion]))