Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v6.0.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
Expand All @@ -18,7 +18,7 @@ repos:
- id: ruff-format

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.3
rev: v4.0.0-alpha.8
hooks:
- id: prettier
types_or: [markdown, yaml]
Expand Down
1 change: 0 additions & 1 deletion snapshots/panos_ebgp_loop_prevention/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
## LAB Facts

- Lab is created to understand the `ebgp loop prevention` in `panos`

- `d1` advertises route(`192.168.123.2/32`) to all peers `D2`
- Based on the bgp peer configuration on D2, route will be accepted/rejected/not_sent
- D2 does not advertise route to D3
Expand Down