diff options
Diffstat (limited to 'infra/bgp-distribution/src/main/resources/honeycomb-minimal-resources/config/bgp.json')
-rw-r--r-- | infra/bgp-distribution/src/main/resources/honeycomb-minimal-resources/config/bgp.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/infra/bgp-distribution/src/main/resources/honeycomb-minimal-resources/config/bgp.json b/infra/bgp-distribution/src/main/resources/honeycomb-minimal-resources/config/bgp.json new file mode 100644 index 000000000..2664c9ed6 --- /dev/null +++ b/infra/bgp-distribution/src/main/resources/honeycomb-minimal-resources/config/bgp.json @@ -0,0 +1,9 @@ +{ + "bgp-enabled": "true", + "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 |