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

128 Commits

Author SHA1 Message Date
066d35e74f fix build issue on Solaris 10. 2016-05-11 15:21:30 +03:00
1928419625 IOS XR as-path-sets 2016-05-11 11:33:16 +03:00
2df0a54811 new format chars in formatted output. 2015-09-23 19:29:08 +03:00
aed1554fca better checks for OpenBSD's queue.h incompatibilities. 2015-08-30 15:21:17 +03:00
4ec8e2442b one more place for potential OpenBSD's sys/queue.h incompatibility. 2015-08-30 14:46:36 +03:00
0ea4d56164 Document host[:port] syntax, update CHANGES 2015-08-30 14:42:39 +03:00
09f5e6db0e Allow use of alternate port in -h host[:port] 2015-08-30 14:38:18 +03:00
5e1e13c695 Check if sys/queue.h have STAILQ_ interface. At least OpenBSD's one does not... 2015-08-30 14:36:27 +03:00
67df2025c2 changes described. 2015-07-13 20:30:13 +03:00
409baea7c7 shall not hang at unsupported escape characters. 2015-07-13 20:22:31 +03:00
dabcb674f5 ignore 'any' object: usually it is emitted by members-by-ref: any. 2015-07-13 20:21:32 +03:00
f8a0565c5f stoplist shall work for asns too. 2015-07-13 14:36:13 +03:00
647ee18794 linux compatibility. 2015-07-12 18:57:22 +03:00
f0827d505f well, internals rewrite seems working. also, stoplist implemented. 2015-07-12 17:31:09 +03:00
aa043c2f7d callbacks redesigned 2015-07-12 16:42:50 +03:00
7ed2ea9174 use select before read, fixes non-L requests. 2015-07-12 15:48:36 +03:00
6c466d76d2 ok, new pipelining model seems working. 2015-07-11 20:34:20 +03:00
d169fdba7b new pipelining... still buggy 2015-07-10 20:57:30 +03:00
aad4f20863 moving to valgring.. 2015-07-10 18:11:01 +03:00
1a32e3f47b back to fri 2015-07-10 16:57:46 +03:00
81cc58e211 new key -L <limit recursion depth>. 2015-07-10 16:01:22 +03:00
6107c97efb BIRD: do not generate empty lists at all: BIRD is not able to handle them. 2015-07-06 18:08:18 +03:00
c4d924ae6e feature: user-formatted output, -F <fmt>. 2015-07-01 20:03:41 +03:00
2cf7024eac -s option is back again, for prefix-lists 2015-07-01 18:29:50 +03:00
0b013b25cb bugfix: no sources in command-line could lead to no source limit sent to IRRd. 2015-07-01 17:09:14 +03:00
8a40db107c rollback -s flag. 2015-06-30 14:06:22 +03:00
d383f1aa26 32-bit gcc warning suppressed. 2015-06-28 20:37:55 +03:00
2ff3837680 0.1.32-rc 2015-06-28 19:51:53 +03:00
c3212921b3 Replace RIPE-style queries with IRRD ones (-T route6 -i origin -> !6asNN). 2015-06-28 19:47:35 +03:00
cc2801a49a document -s in manpage too. 2015-06-28 19:47:04 +03:00
b5f411fa7c new flag -s: as-path sequencing for IOS/Arista. 2015-06-28 19:13:36 +03:00
c88911f335 bugfix: shall check reply code for !s sources command too.. 2015-06-26 18:34:57 +03:00
c32b569437 update CHANGES, README, .spec... 2015-06-23 15:30:57 +03:00
9eb665209b pipelining now counts buffer size. 2015-06-23 14:56:05 +03:00
19fd9cb752 bugfix: private asns with number > 2^31 were printed as negative integers
and other changes..
2015-06-16 14:57:09 +03:00
eec1ff1a1c Update README 2015-05-24 13:05:23 +02:00
3e1b6c6ed6 -2 flag should actually work. 2015-05-04 14:30:06 +03:00
79f25f663d Do not allow as23456 (transition-as) routes by default. 2015-04-15 12:21:23 +03:00
f795f0ac0e v0.1.28, minor changes. 2015-03-10 15:43:16 +03:00
190fd07057 v0.1.27, some ipv6 prefixes were not parsed correctly. 2015-03-10 15:06:49 +03:00
d034047ca5 isnumber->isdigit (Linux does not have isnumber), strlcpy header. 2015-02-23 15:43:21 +03:00
d787382df0 RPSL <address-prefix-range> routes now supported too. Can be found in
rs-esnetcustomers.
2015-02-19 16:41:38 +03:00
43233d6ef5 -W len option documented. 2014-10-29 19:53:11 +03:00
61c23c53b3 JSON output for as-paths 2014-10-29 19:27:47 +03:00
9c25c7a780 missing reporter added. 2014-07-31 16:10:03 +04:00
fe96b511ca Empty objects handling: explicit deny-any instead of implicit accept-any. 2014-07-31 16:00:08 +04:00
f23c88700b bugfix: -M option caused slowdown as it turned off request pipelining 2014-07-30 17:42:37 +04:00
50ebceaeff networks with leading zeros (02.51.252.0/22) can't be parsed by inet_ntop(). 2014-07-27 15:40:19 +04:00
857c3dc15d bugfix: allow stray spaces at the end of network definitions. 2014-07-27 15:01:03 +04:00
6cd1083c51 more documentation fixes. 2014-06-05 15:32:15 +04:00