From 62d612cece02ea43506bcd22da3333a836812777 Mon Sep 17 00:00:00 2001 From: Tizian Maxime Weigt Date: Tue, 13 May 2025 11:33:57 +0200 Subject: [PATCH] Update README.md to correct formatting of BGP community list and improve search instructions --- README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/README.md b/README.md index 12ccbcf..43dc1b7 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,4 @@ Below is a sample table for searching and documenting BGP community lists. You c | 65000:300 | Transit Routes | Transit Tagging | Used for transit provider policies | | 12345:80 | No-Export | Prevent Route Export | Standard BGP well-known community | | 12345:90 | No-Advertise | Prevent Route Advertise | Standard BGP well-known community | -| 12345:100 | Local-AS | Restrict to Local AS | Standard BGP well-known community | - -**How to Search:** -- Use the `Community` column to look up specific BGP community values. -- Refer to the `Description` and `Usage Example` columns for context. -- Add or modify entries as needed for your network. - -> **Tip:** For automated searching, consider exporting this table to CSV and using command-line tools like `grep` or `awk` for quick lookups. +| 12345:100 | Local-AS | Restrict to Local AS | Standard BGP well-known community | \ No newline at end of file