From 94434ec25ed34bcd2faecc9305cafabc67f898ce Mon Sep 17 00:00:00 2001 From: Logan007 Date: Fri, 7 Aug 2020 20:13:47 +0545 Subject: [PATCH] added regular expression example to community.list --- community.list | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/community.list b/community.list index b2c249f..0929dc6 100644 --- a/community.list +++ b/community.list @@ -1,5 +1,21 @@ # # List of allowed communities +# --------------------------- +# +# these could either be fixed-name communities such as the following lines ... # mynetwork netleo +# +# ... or regular expressions that a community name must fully match +# such as ntop[0-1][0-9] for communities from "ntop00" through "ntop19" +# +ntop[0-1][0-9] +# +# * Note that fixed-name communities may not contain one of the following characters +# . ^ $ * + ? [ ] \ +# as otherwise, they are interpreted as regular expression +# +# * Only fixed-name communities are supported for header encryption (-H) +# +