From a5b72639028d7e27eb6e965b10f12b93cf347c8f Mon Sep 17 00:00:00 2001 From: lukebates123 <66981180+lukebates123@users.noreply.github.com> Date: Thu, 15 Jun 2023 10:17:08 -0500 Subject: [PATCH] update 1.3 & 1.4 bgp (#410) * Bump click-option-group from 0.5.5 to 0.5.6 Bumps [click-option-group](https://github.com/click-contrib/click-option-group) from 0.5.5 to 0.5.6. - [Release notes](https://github.com/click-contrib/click-option-group/releases) - [Changelog](https://github.com/click-contrib/click-option-group/blob/master/CHANGELOG.md) - [Commits](https://github.com/click-contrib/click-option-group/compare/v0.5.5...v0.5.6) --- updated-dependencies: - dependency-name: click-option-group dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Bump emoji from 2.4.0 to 2.5.0 Bumps [emoji](https://github.com/carpedm20/emoji) from 2.4.0 to 2.5.0. - [Release notes](https://github.com/carpedm20/emoji/releases) - [Changelog](https://github.com/carpedm20/emoji/blob/master/CHANGES.md) - [Commits](https://github.com/carpedm20/emoji/compare/v2.4.0...v2.5.0) --- updated-dependencies: - dependency-name: emoji dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Bump tokenize-rt from 5.0.0 to 5.1.0 Bumps [tokenize-rt](https://github.com/asottile/tokenize-rt) from 5.0.0 to 5.1.0. - [Commits](https://github.com/asottile/tokenize-rt/compare/v5.0.0...v5.1.0) --- updated-dependencies: - dependency-name: tokenize-rt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Bump ipython from 8.13.2 to 8.14.0 Bumps [ipython](https://github.com/ipython/ipython) from 8.13.2 to 8.14.0. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/8.13.2...8.14.0) --- updated-dependencies: - dependency-name: ipython dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Update flake8-eradicate requirement from ~=1.4.0 to ~=1.5.0 Updates the requirements on [flake8-eradicate](https://github.com/wemake-services/flake8-eradicate) to permit the latest version. - [Release notes](https://github.com/wemake-services/flake8-eradicate/releases) - [Changelog](https://github.com/wemake-services/flake8-eradicate/blob/master/CHANGELOG.md) - [Commits](https://github.com/wemake-services/flake8-eradicate/commits) --- updated-dependencies: - dependency-name: flake8-eradicate dependency-type: direct:production ... Signed-off-by: dependabot[bot] * update bgp templates --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: lukebates123 --- .../configs/templates/1.3/aruba/common/bgp.primary.j2 | 2 +- .../configs/templates/1.3/aruba/common/bgp.secondary.j2 | 2 +- .../configs/templates/1.4/aruba/common/bgp.primary.j2 | 2 +- .../configs/templates/1.4/aruba/common/bgp.secondary.j2 | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/network_modeling/configs/templates/1.3/aruba/common/bgp.primary.j2 b/network_modeling/configs/templates/1.3/aruba/common/bgp.primary.j2 index bc2a6f81e..960240722 100644 --- a/network_modeling/configs/templates/1.3/aruba/common/bgp.primary.j2 +++ b/network_modeling/configs/templates/1.3/aruba/common/bgp.primary.j2 @@ -22,7 +22,7 @@ router bgp {{ variables.SWITCH_ASN }} exit-address-family vrf Customer bgp router-id {{ variables.LOOPBACK_IP }} - maximum-paths 32 + maximum-paths 8 timers bgp 1 3 distance bgp 20 70 {%- for name, ip in variables.CMN_IPs.items() if "sw-spine-002" in name %} diff --git a/network_modeling/configs/templates/1.3/aruba/common/bgp.secondary.j2 b/network_modeling/configs/templates/1.3/aruba/common/bgp.secondary.j2 index 0a4b6b207..e5c70f21d 100644 --- a/network_modeling/configs/templates/1.3/aruba/common/bgp.secondary.j2 +++ b/network_modeling/configs/templates/1.3/aruba/common/bgp.secondary.j2 @@ -22,7 +22,7 @@ router bgp {{ variables.SWITCH_ASN }} exit-address-family vrf Customer bgp router-id {{ variables.LOOPBACK_IP }} - maximum-paths 32 + maximum-paths 8 timers bgp 1 3 distance bgp 20 70 {%- for name, ip in variables.CMN_IPs.items() if "sw-spine-001" in name %} diff --git a/network_modeling/configs/templates/1.4/aruba/common/bgp.primary.j2 b/network_modeling/configs/templates/1.4/aruba/common/bgp.primary.j2 index bc2a6f81e..960240722 100644 --- a/network_modeling/configs/templates/1.4/aruba/common/bgp.primary.j2 +++ b/network_modeling/configs/templates/1.4/aruba/common/bgp.primary.j2 @@ -22,7 +22,7 @@ router bgp {{ variables.SWITCH_ASN }} exit-address-family vrf Customer bgp router-id {{ variables.LOOPBACK_IP }} - maximum-paths 32 + maximum-paths 8 timers bgp 1 3 distance bgp 20 70 {%- for name, ip in variables.CMN_IPs.items() if "sw-spine-002" in name %} diff --git a/network_modeling/configs/templates/1.4/aruba/common/bgp.secondary.j2 b/network_modeling/configs/templates/1.4/aruba/common/bgp.secondary.j2 index 0a4b6b207..e5c70f21d 100644 --- a/network_modeling/configs/templates/1.4/aruba/common/bgp.secondary.j2 +++ b/network_modeling/configs/templates/1.4/aruba/common/bgp.secondary.j2 @@ -22,7 +22,7 @@ router bgp {{ variables.SWITCH_ASN }} exit-address-family vrf Customer bgp router-id {{ variables.LOOPBACK_IP }} - maximum-paths 32 + maximum-paths 8 timers bgp 1 3 distance bgp 20 70 {%- for name, ip in variables.CMN_IPs.items() if "sw-spine-001" in name %}