Skip to content

Commit

Permalink
update 1.3 & 1.4 bgp (#410)
Browse files Browse the repository at this point in the history
* 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](click-contrib/click-option-group@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] <[email protected]>

* 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](carpedm20/emoji@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] <[email protected]>

* 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](asottile/tokenize-rt@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] <[email protected]>

* 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](ipython/ipython@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] <[email protected]>

* 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] <[email protected]>

* update bgp templates

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: lukebates123 <[email protected]>
  • Loading branch information
3 people authored Jun 15, 2023
1 parent fd7e650 commit a5b7263
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down

0 comments on commit a5b7263

Please sign in to comment.