From: Sadiq Yakasai (sadiqtanko@gmail.com)
Date: Fri Sep 21 2007 - 05:54:59 ART
Hi Sleven,
the character: ^ denotes the beginning of the string to be matched
the character: _ denotes the a space (or any other delimiting
character used) in the string to be matched
the character: $ denotes the end of the string to be matched
Therefore: ^54$ means the as-path should only contain 54 and _54$
means it should end with 54, as it may contain some preceding numbers
before the 54....
HTH
This archive was generated by hypermail 2.1.4 : Sat Oct 06 2007 - 12:01:14 ART