Update small bits

This commit is contained in:
Job Snijders
2019-12-30 18:18:39 +00:00
parent 96eccd146a
commit 3c4f0ad276
3 changed files with 8 additions and 9 deletions

View File

@@ -1,12 +1,13 @@
0.0.3 (2019-12-30):
- Add support for IRRd 4's A query
- Significant code reformating
- Improve performance by using IRRd 4's A query when available
0.0.2 (2019-12-14):
- Add Mikrotik support
- remove ASDDOT support
- Remove ASDDOT support
0.0.1 (2019-12-14):
- fork bgpq3 into bgpq4
- Fork bgpq3 into bgpq4
0.1.36-pre (2019-11-08):
- minor documentation cleanup: bgpq3 supports much more vendors

View File

@@ -1,4 +1,5 @@
/*-
* Copyright (c) 2019 Job Snijders <job@ntt.net>
* Copyright (c) 2007-2019 Alexandre Snarskii <snar@snar.spb.ru>
* All rights reserved.
*

View File

@@ -290,10 +290,7 @@ generates access-list to standard output and exits with status == 0.
In case of errors they are printed to stderr and program exits with
non-zero status.
.Sh SEE ALSO
.Sy http://www.radb.net/
Routing Arbiter project
.Sy http://www.cisco.com/en/US/docs/ios/12_0s/release/ntes/120SNEWF.html#wp3521658
for information on Cisco implementation of ASN32.
.Sh AUTHORS
.Sy https://github.com/bgp/bgpq4
BGPQ4 on Github.
.Sh PROJECT MAINTAINER
.An Job Snijders Aq job@ntt.net
.An Alexandre Snarskii Aq snar@snar.spb.ru