Skip to content

Commit

Permalink
fix titel and small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincentz Petzholtz committed Feb 7, 2024
1 parent 3709d1f commit 8512778
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/guides/route_filtering/inbound/as_path_length.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ The AS PATH in the DFZ can become very long. At some point this can become an is

=== "Juniper Junos"
```
[edit policy-options]
as-path AS-PATH-MAX-LENGTH ".{50,}";
[edit policy-options policy-statement 4-BASE-IN]
term AS-PATH-WAY-TOO-LONG {
from {
as-path AS-PATH-MAX-LENGTH;
[edit policy-options]
as-path AS-PATH-MAX-LENGTH ".{50,}";

[edit policy-options policy-statement 4-BASE-IN]
term AS-PATH-WAY-TOO-LONG {
from {
as-path AS-PATH-MAX-LENGTH;
}
then reject;
}

```

0 comments on commit 8512778

Please sign in to comment.