Commit fd522353 for quagga.net

commit fd52235386e8889244ae22eba9077db9248e05e0
Author: Borg <borg@uu3.net>
Date:   Mon Apr 24 09:51:07 2017 +0100

    doc: Fix small but important logical mistake in community-list example

    * bgpd.texi: Comm-lists must match all communities specified. The text to
      accompany the example however says it is an "or" match, which is wrong
      and very misleading. Fix.

diff --git a/doc/bgpd.texi b/doc/bgpd.texi
index da0d24c8..3cd442d1 100644
--- a/doc/bgpd.texi
+++ b/doc/bgpd.texi
@@ -1165,7 +1165,7 @@ route-map RMAP permit 10

 Following configuration is an example of BGP route filtering using
 communities attribute.  This configuration only permit BGP routes
-which has BGP communities value 0:80 or 0:90.  Network operator can
+which has BGP communities value 0:80 and 0:90.  Network operator can
 put special internal communities value at BGP border router, then
 limit the BGP routes announcement into the internal network.