aggregation documentation bug fix

This commit is contained in:
snar
2012-08-29 10:58:20 +00:00
parent 706de88216
commit 72208f219a
5 changed files with 7 additions and 4 deletions
+2
View File
@@ -1,3 +1,5 @@
- bug in aggregation documentation fixed. Thanks to Nikolay Shopik.
0.1.16 (2012-01-19)
- new option -m <len>: maximum length of accepted prefixes.
Suggested by Eugene Demidov, used to discard 'too long prefixes'
+1
View File
@@ -30,6 +30,7 @@ clean:
install: bgpq3
${INSTALL} -c -s -m 755 bgpq3 @bindir@
if test ! -d @prefix@/man/man8 ; then mkdir -p @prefix@/man/man8 ; fi
${INSTALL} -m 644 bgpq3.8 @prefix@/man/man8
depend:
+2 -2
View File
@@ -21,7 +21,7 @@
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\" "$Id: bgpq3.8,v 1.7 2012/05/18 15:52:06 snar Exp $
.\" "$Id: bgpq3.8,v 1.8 2012/08/29 10:58:20 snar Exp $
.\"
.Dd Oct 27, 2008
.Dt BGPQ3 8
@@ -138,7 +138,7 @@ ip prefix-list eltel permit 89.112.64.0/19
ip prefix-list eltel permit 217.170.64.0/19 ge 20 le 20
.RE
.fi
- you see, prefixes 89.112.32.0/19 and 89.112.64.0/19 now aggregated
- you see, prefixes 89.112.0.0/19 and 89.112.32.0/19 now aggregated
into single entry 89.112.0.0/18 ge 19 le 19.
.Pp
Well, for Juniper we can generate even more interesting policy-options,
+1 -1
View File
@@ -171,7 +171,7 @@ more compact:</p>
ip prefix-list eltel permit 217.170.64.0/19 ge 20 le 20
</code></pre>
<p>and, as you see, prefixes <code>89.112.32.0/19</code> and <code>89.112.64.0/19</code> now aggregated
<p>and, as you see, prefixes <code>89.112.0.0/19</code> and <code>89.112.32.0/19</code> now aggregated
into single entry </p>
<pre><code>ip prefix-list eltel permit 89.112.0.0/18 ge 19 le 19.
+1 -1
View File
@@ -151,7 +151,7 @@ more compact:
ip prefix-list eltel permit 89.112.64.0/19
ip prefix-list eltel permit 217.170.64.0/19 ge 20 le 20
and, as you see, prefixes `89.112.32.0/19` and `89.112.64.0/19` now aggregated
and, as you see, prefixes `89.112.0.0/19` and `89.112.32.0/19` now aggregated
into single entry
ip prefix-list eltel permit 89.112.0.0/18 ge 19 le 19.