summaryrefslogtreecommitdiffstats
path: root/infra/northbound/bgp/src/main/resources/honeycomb-minimal-resources/config/bgp.json
diff options
context:
space:
mode:
Diffstat (limited to 'infra/northbound/bgp/src/main/resources/honeycomb-minimal-resources/config/bgp.json')
-rw-r--r--infra/northbound/bgp/src/main/resources/honeycomb-minimal-resources/config/bgp.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/infra/northbound/bgp/src/main/resources/honeycomb-minimal-resources/config/bgp.json b/infra/northbound/bgp/src/main/resources/honeycomb-minimal-resources/config/bgp.json
new file mode 100644
index 000000000..c0981429f
--- /dev/null
+++ b/infra/northbound/bgp/src/main/resources/honeycomb-minimal-resources/config/bgp.json
@@ -0,0 +1,9 @@
+{
+ "bgp-enabled": "false",
+ "bgp-binding-address": "127.0.0.1",
+ "bgp-port": 1790,
+ "bgp-as-number": 65000,
+ "bgp-receive-multiple-paths": "true",
+ "bgp-send-max-paths": 0,
+ "bgp-netty-threads": 2
+} \ No newline at end of file