Skip to content

Commit

Permalink
Sync rotonda.conf and ~.system-service
Browse files Browse the repository at this point in the history
  • Loading branch information
DRiKE committed Dec 14, 2023
1 parent 4d385d0 commit e59c5a9
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 18 deletions.
31 changes: 15 additions & 16 deletions etc/rotonda.conf
Original file line number Diff line number Diff line change
Expand Up @@ -227,22 +227,21 @@
# Unicast information.
#
# Currently supported are:
# Ipv4Unicast, Ipv6Unicast,
# Ipv4Multicast, Ipv6Multicast,
# Ipv4MplsUnicast, Ipv6MplsUnicast,
# Ipv4MplsVpnUnicast, Ipv6MplsVpnUnicast,
# Ipv4RouteTarget,
# Ipv4FlowSpec, Ipv6FlowSpec,
# L2VpnVpls, L2VpnEvpn
#
# addpath The list of address families (AFI/SAFI) for which
# ADDPATH Capabilities (RFC7911) will be announced in
# the BGP OPEN sent to this peer.
# If this setting is omitted or set to the empty list,
# no capabilities is announced. Supported address
# families are the same as listed for the 'protocols'
# setting above, though they do not make sense in all
# cases.
# Ipv4Unicast, Ipv6Unicast,
# Ipv4Multicast, Ipv6Multicast,
# Ipv4MplsUnicast, Ipv6MplsUnicast,
# Ipv4MplsVpnUnicast, Ipv6MplsVpnUnicast,
# Ipv4RouteTarget,
# Ipv4FlowSpec, Ipv6FlowSpec,
# L2VpnVpls, L2VpnEvpn
#
# addpath The list of address families (AFI/SAFI) for which
# ADDPATH Capabilities (RFC7911) will be announced in
# the BGP OPEN sent to this peer. If this setting is
# omitted or set to the empty list, no capabilities
# is announced. Supported address families are the
# same as listed for the 'protocols' setting above,
# though they do not make sense in all cases.
#
#
# The following MANDATORY settings MUST be specified in a peers."address"
Expand Down
35 changes: 33 additions & 2 deletions etc/rotonda.conf.system-service
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,33 @@
# with "reject" the UPDATE PDU will be discarded
# as if it had never been received.
#
# protocols The list of address families (AFI/SAFI)
# that is accepted from this peer. These are
# announced in the BGP OPEN as MultiProtocol
# Capabilities (RFC4760). In order to receive 'as
# much as possible', list all options.
# If this setting is omitted or set to the empty
# list, the session will only carry conventional IPv4
# Unicast information.
#
# Currently supported are:
# Ipv4Unicast, Ipv6Unicast,
# Ipv4Multicast, Ipv6Multicast,
# Ipv4MplsUnicast, Ipv6MplsUnicast,
# Ipv4MplsVpnUnicast, Ipv6MplsVpnUnicast,
# Ipv4RouteTarget,
# Ipv4FlowSpec, Ipv6FlowSpec,
# L2VpnVpls, L2VpnEvpn
#
# addpath The list of address families (AFI/SAFI) for which
# ADDPATH Capabilities (RFC7911) will be announced in
# the BGP OPEN sent to this peer. If this setting is
# omitted or set to the empty list, no capabilities
# is announced. Supported address families are the
# same as listed for the 'protocols' setting above,
# though they do not make sense in all cases.
#
#
# The following MANDATORY settings MUST be specified in a peers."address"
# table:
#
Expand Down Expand Up @@ -659,6 +686,10 @@
# receive all events by subscribing to 'rotonda/#'
# for example.
#
# username A "string" username for login to the MQTT broker.
#
# password A "string" password for login to the MQTT broker.
#
# --- Pipeline interaction ---------------------------------------------------
#
# +----------+
Expand Down Expand Up @@ -816,8 +847,8 @@ http_listen = ["127.0.0.1:8080"]
[units.bgp-in]
type = "bgp-tcp-in"
listen = "0.0.0.0:179"
my_asn = SOME_ASN # Tip: edit me, or comment this unit out
my_bgp_id = [] # Tip: edit me, or comment this unit out
my_asn = 64512 # Tip: edit me, or comment this unit out
my_bgp_id = [0, 0, 0, 0] # Tip: edit me, or comment this unit out
filter_name = "bgp-in-filter"

[units.bmp-in]
Expand Down

0 comments on commit e59c5a9

Please sign in to comment.