From b80f057fe59bcf4f1308d7ab84f980ac7c8c61ce Mon Sep 17 00:00:00 2001 From: Vincentz Petzholtz Date: Wed, 7 Feb 2024 16:00:52 +0100 Subject: [PATCH] fix titel and small fixes --- docs/guides/route_filtering/inbound/as_path_length.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; } + ```