The policy framework software evaluates communities as follows:
- [edit]
- policy-options {
-
- policy-statement one {
-
- from {
- community [comm-one comm-two];
- }
- }
- community comm-one members [ 1:2 "^4:(5|6)$" ];
- community comm-two members [ 7:8 9:10 ];
- }
![]() |
Note: If a community member is a regular expression, a string match is made rather than a numeric match. |