2009-03-27 14:03:11 +00:00
|
|
|
|
|
|
|
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.
|
|
|
|
|
2008-12-25 17:17:05 +00:00
|
|
|
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:
|
|
|
|
When the asdot format is enabled as the default, any regular expressions
|
|
|
|
to match 4-byte autonomous system numbers must be written using the asdot
|
|
|
|
format, or else the regular expression match will fail.
|
|
|
|
(c) http://www.cisco.com/en/US/docs/ios/12_0s/release/ntes/120SNEWF.html
|
|
|
|
#wp3521658 (note the URL wrap).
|
|
|
|
|
2008-12-19 17:39:15 +00:00
|
|
|
0.1.7 (2008-12-19):
|
|
|
|
- man page. Finally :)
|
|
|
|
- option -h now means not help, but now it can be used to point to
|
|
|
|
alternate IRRD host, like in old bgpq.
|
|
|
|
|
2008-08-08 09:29:53 +00:00
|
|
|
0.1.6 (2008-08-08):
|
|
|
|
- maxsockbuf call added, that can help with pipelining of really large
|
|
|
|
as-sets.
|
|
|
|
- new key -M <extra match condition> for juniper route-filters, f.e.:
|
|
|
|
bgpq3 -JEM "protocol bgp;\n community no-export" -l PolicyName/TermName
|
|
|
|
will generate term with additional match conditions, like:
|
|
|
|
|
|
|
|
policy-options {
|
|
|
|
policy-statement PolicyName {
|
|
|
|
term TermName {
|
|
|
|
replace:
|
|
|
|
from {
|
|
|
|
protocol bgp;
|
|
|
|
community no-export;
|
|
|
|
route-filter 10.0.0.0/24 exact;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2008-06-02 11:32:25 +00:00
|
|
|
0.1.5 (2008-06-02):
|
|
|
|
- route-set's expansion added. Fully functional for IPv4 prefixes, but
|
|
|
|
not for IPv6 - only those prefixes explicitely marked as 'member-of: RS..'
|
|
|
|
will be expanded. This is due to limitation in IRRd.
|
|
|
|
- extended access-lists (Cisco) and route-filters (Juniper) generation
|
2008-06-11 13:54:18 +00:00
|
|
|
is supported now with new -E key. For Cisco ipv6 access-lists is not
|
|
|
|
yet supported.
|
2008-06-02 11:32:25 +00:00
|
|
|
|
2008-05-30 14:40:29 +00:00
|
|
|
0.1.4 (2008-05-30):
|
|
|
|
- bugfix for juniper as-path group generation. Thanks to Alexander Shikoff.
|
|
|
|
|
2008-05-20 13:12:44 +00:00
|
|
|
0.1.3 (2008-05-20):
|
|
|
|
- aggregation (-A) now supported for Cisco prefix-lists.
|
2008-05-20 15:17:14 +00:00
|
|
|
- pipelining now can be enabled for RIPE-style queries too (ipv6).
|
|
|
|
- more-specific routes (-R len) feature ported from bgpq
|
|
|
|
- pipelining now set by default. -T flag now disables pipelining.
|
2008-05-20 16:00:51 +00:00
|
|
|
- strlcpy.c imported into sources. Not found on Linux :)
|
2008-05-19 13:33:32 +00:00
|
|
|
|
2008-05-19 11:35:15 +00:00
|
|
|
0.1.2 (2008-05-19):
|
|
|
|
- final support for asn32, now with correct syntax for Juniper.
|
2008-05-19 13:33:32 +00:00
|
|
|
- experimental 'pipelining' mode (flag -T), much faster when
|
|
|
|
working with big as-set's.
|
2008-05-19 14:13:17 +00:00
|
|
|
- RIPE-style query (-i origin) now requests only route6 objects.
|
2008-05-19 11:35:15 +00:00
|
|
|
|
2008-05-16 17:10:47 +00:00
|
|
|
0.1.1 (2008-05-16):
|
|
|
|
- initial support for asn32 added (flag -3). By default it's off,
|
|
|
|
and when bgpq sees 32-bit asn in resolver queue, it either replaces
|
|
|
|
it with AS23456 (in as-path generation mode) or queries radb for
|
|
|
|
prefixes with that origin.
|
|
|
|
Note: for now only JunOS 9.1 can handle asn32, not Cisco IOS..
|
|
|
|
|