1
0
mirror of https://github.com/bgp/bgpq4.git synced 2024-05-11 05:55:05 +00:00

ok, version 0.1.9 is ready. Fix for RIPE asplain notation mostly.

This commit is contained in:
snar
2009-03-27 14:03:11 +00:00
parent 838adbb0ee
commit 315f0d99c8
5 changed files with 22 additions and 16 deletions

View File

@ -1,3 +1,8 @@
0.1.9 (2009-03-27)
- RIPE changed ASN32 notation to asplain. And RADB does not support
asplain indexing (yet?).... Fixed. Thanks to Pavel Gluchouk.
0.1.8 (2008-12-25)
- new flag -D for Cisco asdot notation. Cisco behaviour is a bit
strange for me, but, well, that's their decision:

View File

@ -1,5 +1,5 @@
/*-
* Copyright (c) 2007,2008 Alexandre Snarskii <snar@paranoia.ru>
* Copyright (c) 2007-2009 Alexandre Snarskii <snar@snar.spb.ru>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without

View File

@ -48,7 +48,7 @@ usage(int ecode)
" RADB,RIPE,APNIC)\n");
printf(" -T : disable pipelining (experimental, faster mode)\n");
printf("\n" PACKAGE_NAME " version: " PACKAGE_VERSION "\n");
printf("Copyright(c) Alexandre Snarskii <snar@paranoia.ru> 2007, 2008\n\n");
printf("Copyright(c) Alexandre Snarskii <snar@snar.spb.ru> 2007-2009\n\n");
exit(ecode);
};
@ -228,7 +228,8 @@ main(int argc, char* argv[])
*/
if(expander.asdot && expander.vendor!=V_CISCO) {
sx_report(SX_FATAL,"asdot notation supported only for Cisco\n");
sx_report(SX_FATAL,"asdot notation supported only for Cisco, Juniper"
" uses only asplain\n");
};
if(!expander.asn32 && expander.asnumber>65535) {

24
configure vendored
View File

@ -1,8 +1,8 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.62 for bgpq3 0.1.8.
# Generated by GNU Autoconf 2.62 for bgpq3 0.1.9.
#
# Report bugs to <snar@paranoia.ru>.
# Report bugs to <snar@snar.spb.ru>.
#
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
# 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
@ -596,9 +596,9 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='bgpq3'
PACKAGE_TARNAME='bgpq3'
PACKAGE_VERSION='0.1.8'
PACKAGE_STRING='bgpq3 0.1.8'
PACKAGE_BUGREPORT='snar@paranoia.ru'
PACKAGE_VERSION='0.1.9'
PACKAGE_STRING='bgpq3 0.1.9'
PACKAGE_BUGREPORT='snar@snar.spb.ru'
ac_subst_vars='SHELL
PATH_SEPARATOR
@ -1213,7 +1213,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures bgpq3 0.1.8 to adapt to many kinds of systems.
\`configure' configures bgpq3 0.1.9 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1274,7 +1274,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of bgpq3 0.1.8:";;
short | recursive ) echo "Configuration of bgpq3 0.1.9:";;
esac
cat <<\_ACEOF
@ -1290,7 +1290,7 @@ Some influential environment variables:
Use these variables to override the choices made by `configure' or to help
it to find libraries and programs with nonstandard names/locations.
Report bugs to <snar@paranoia.ru>.
Report bugs to <snar@snar.spb.ru>.
_ACEOF
ac_status=$?
fi
@ -1353,7 +1353,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
bgpq3 configure 0.1.8
bgpq3 configure 0.1.9
generated by GNU Autoconf 2.62
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@ -1367,7 +1367,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by bgpq3 $as_me 0.1.8, which was
It was created by bgpq3 $as_me 0.1.9, which was
generated by GNU Autoconf 2.62. Invocation command line was
$ $0 $@
@ -3465,7 +3465,7 @@ exec 6>&1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by bgpq3 $as_me 0.1.8, which was
This file was extended by bgpq3 $as_me 0.1.9, which was
generated by GNU Autoconf 2.62. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@ -3514,7 +3514,7 @@ Report bugs to <bug-autoconf@gnu.org>."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_version="\\
bgpq3 config.status 0.1.8
bgpq3 config.status 0.1.9
configured by $0, generated by GNU Autoconf 2.62,
with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"

View File

@ -1,4 +1,4 @@
AC_INIT(bgpq3,0.1.8,snar@paranoia.ru)
AC_INIT(bgpq3,0.1.9,snar@snar.spb.ru)
AC_CONFIG_HEADER(config.h)
AC_PROG_CC
AC_PROG_INSTALL