From d5036d10c1ff704dc4ec79b6bfc5c9cfca3d4d63 Mon Sep 17 00:00:00 2001 From: Alexandre Snarskii Date: Sun, 28 Aug 2016 19:15:50 +0300 Subject: [PATCH] rollback 0.1.32-rc2 (2015-07-01). --- CHANGES | 5 +++++ COPYRIGHT | 2 +- README.md | 2 +- bgpq3.8 | 4 ++-- bgpq3.c | 4 ++-- bgpq_expander.c | 2 +- 6 files changed, 12 insertions(+), 7 deletions(-) diff --git a/CHANGES b/CHANGES index 660d3d0..2d6f450 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +0.1.33 (2016-08-28) + - rollback 0.1.32-rc2 (2015-07-01) change: by default all IRRD sources + are allowed by default. Documentation updated to mark radb,ripe,apnic + as 'recommended', not as 'preset default'. + untagged yet (2016-05-10) - fix: was not able to build on Solaris. Thanks to Mansoor Ali Khan. - feature: IOS XR mode now supports as-paths (ios-regexs). Thanks diff --git a/COPYRIGHT b/COPYRIGHT index 256f26d..1e34ca7 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2007-2015 Alexandre Snarskii + * Copyright (c) 2007-2016 Alexandre Snarskii * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/README.md b/README.md index 5013c9c..35b6bcb 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ Generate sequence numbers in IOS-style prefix-lists. #### -S `sources` -Use specified sources only (default: RADB,RIPE,APNIC). +Use specified sources only (recommended: RADB,RIPE,APNIC). #### -T diff --git a/bgpq3.8 b/bgpq3.8 index aa11035..b6b7b3c 100644 --- a/bgpq3.8 +++ b/bgpq3.8 @@ -1,4 +1,4 @@ -.\" Copyright (c) 2007-2015 Alexandre Snarskii +.\" Copyright (c) 2007-2016 Alexandre Snarskii .\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without @@ -96,7 +96,7 @@ allow more specific routes up to specified masklen too. .It Fl s generate sequence numbers in IOS-style prefix-lists. .It Fl S Ar sources -use specified sources only (default: RADB,RIPE,APNIC). +use specified sources only (recommended: RADB,RIPE,APNIC). .It Fl T disable pipelining. .It Fl W Ar len diff --git a/bgpq3.c b/bgpq3.c index 4c1e101..a1ef1cd 100644 --- a/bgpq3.c +++ b/bgpq3.c @@ -59,14 +59,14 @@ usage(int ecode) printf(" -r len : allow more specific routes from masklen specified\n"); printf(" -R len : allow more specific routes up to specified masklen\n"); printf(" -s : generate sequence numbers in prefix-lists (IOS only)\n"); - printf(" -S sources: use only specified sources (default:" + printf(" -S sources: use only specified sources (recommended:" " RADB,RIPE,APNIC)\n"); printf(" -T : disable pipelining (experimental, faster mode)\n"); printf(" -W len : specify max-entries on as-path line (use 0 for " "infinity)\n"); printf(" -X : generate config for IOS XR (Cisco IOS by default)\n"); printf("\n" PACKAGE_NAME " version: " PACKAGE_VERSION "\n"); - printf("Copyright(c) Alexandre Snarskii 2007-2015\n\n"); + printf("Copyright(c) Alexandre Snarskii 2007-2016\n\n"); exit(ecode); }; diff --git a/bgpq_expander.c b/bgpq_expander.c index 966686a..e5f7b5d 100644 --- a/bgpq_expander.c +++ b/bgpq_expander.c @@ -46,7 +46,7 @@ bgpq_expander_init(struct bgpq_expander* b, int af) if(!b->tree) goto fixups; b->family=af; - b->sources="ripe,radb,apnic"; + b->sources=""; b->name="NN"; b->aswidth=8; b->asn32s[0]=malloc(8192);