Added stub conf options for IPv6 BGP implementation

This commit is contained in:
Pavel Odintsov 2020-12-13 17:05:12 +00:00 committed by surtur
parent b86dabb02d
commit 7ced658628
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -233,12 +233,23 @@ exabgp_flow_spec_announces = off
# GoBGP intergation
gobgp = off
# Configuration for IPv4 announces
gobgp_next_hop = 0.0.0.0
gobgp_announce_host = on
gobgp_announce_whole_subnet = off
gobgp_community_host = 65001:666
gobgp_community_subnet = 65001:777
# Configuration for IPv6 announces
gobgp_next_hop_ipv6 = 100::1
gobgp_announce_host_ipv6 = off
gobgp_announce_whole_subnet_ipv6 = off
gobgp_community_host_ipv6 = 65001:666
gobgp_community_subnet_ipv6 = 65001:777
# Graphite monitoring
# InfluxDB is also supported, please check our reference:
# https://github.com/pavel-odintsov/fastnetmon/blob/master/docs/INFLUXDB_INTEGRATION.md