diff --git a/docs/guides/route_filtering/inbound/as_path_length.md b/docs/guides/route_filtering/inbound/as_path_length.md index a2df2cd..a7a475e 100644 --- a/docs/guides/route_filtering/inbound/as_path_length.md +++ b/docs/guides/route_filtering/inbound/as_path_length.md @@ -13,7 +13,7 @@ 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,}"; @@ -24,3 +24,4 @@ The AS PATH in the DFZ can become very long. At some point this can become an is } then reject; } + ```