summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpctl
AgeCommit message (Expand)Author
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-31Use COMMUNITY_UNSET in bgpctl as well. This makes it possible to filterClaudio Jeker
2007-05-30bad henningOtto Moerbeek
2007-05-28on tsartup, along with saying which AS number we are building filters for,Henning Brauer
2007-05-28parse_asnum must return 0 (no match) if word is not an as number insteadHenning Brauer
2007-05-27initialize pfx->pfx_maxlen too, rotting in my tree for some timeHenning Brauer
2007-04-23bgpctl needs to know about 4-byte AS numbers as well.Claudio Jeker
2007-04-07tweak previous; ok claudioJason McIntyre
2007-04-07Document the terse format outputs. Additional input by jmc@Claudio Jeker
2007-04-06Implement "bgpctl show neighbor <peer> terse" this will print all statisticsClaudio Jeker
2007-04-06Include update statistics in the bgpctl show neighbor output.Claudio Jeker
2007-03-31some KNF, partially pt out by rivo nurges <rix@estpak.ee>Henning Brauer
2007-03-28add support for bgpctl show rib community <community>Henning Brauer
2007-03-16Missed to remove SAFI_BOTH here. Informed about it by Steven Mestdagh.Claudio Jeker
2007-03-07support "bgpctl show rib peer-as NN", From: Armin Wolfermann <aw@osn.de>Henning Brauer
2007-03-06prepare, but leave disabled, verbose operation so that you can see what isHenning Brauer
2007-03-06another completely bogus route entry, this time openface in their own RR:Henning Brauer
2007-03-05RPSL spec says route: is single-valued... nontheless, in the APNIC db:Henning Brauer
2007-03-05better diagnostics on inet_net_pton failingHenning Brauer
2007-03-05correctly deal with hierarchical as-set names.Henning Brauer
2007-03-05convert all members of an as-set to uppercase on the fly.Henning Brauer
2007-03-05KNFHenning Brauer
2007-03-05need to eat whitespace at both ends of valHenning Brauer
2007-03-05KNFHenning Brauer
2007-03-05gremlins keep putting tiny KNF violations in my code in the hope I don'tHenning Brauer
2007-03-05better error msgHenning Brauer
2007-03-05loop over the list calling prefix_aggregate until nothing can be aggregatedHenning Brauer
2007-03-05lint happinessHenning Brauer
2007-03-05unused vars, lintHenning Brauer
2007-03-05in prefix_aggregate(), when we look at two neighbor prefixes, see wetherHenning Brauer
2007-03-05do the prefix masking in network byte orderHenning Brauer
2007-03-05sort out more specifics and mark the less specific covering them in a wayHenning Brauer
2007-03-05switch to whois.radb.net. The RIPE whois server shows problems, indefinatelyHenning Brauer
2007-03-05store a maxlen with each prefix. if that is set, this prefix coversHenning Brauer
2007-03-05prevent re-use of shit in pbuf from previous rulesHenning Brauer
2007-03-04correct include orderTheo de Raadt
2007-03-04rename struct prefix -> irr_prefixHenning Brauer
2007-03-04store prefixes in binary format. we'll need that for aggregation.Henning Brauer
2007-03-04for import rules, filter by source-as tooHenning Brauer
2007-03-04store peer AS numericallyHenning Brauer
2007-03-04pass pointer to struct policy_item down to print_rule() instead of 3 of itsHenning Brauer
2007-03-04fix output format. spent too much time with RPSL...Henning Brauer
2007-03-04fix cass where the specification does not give the router address by usingHenning Brauer
2007-03-04ran into an asset which has dangling , at eol in the member spec, leadingHenning Brauer
2007-03-03sort; ok henningJason McIntyre
2007-03-03as-sets always begin with AS-, and aut-nums with AS[0-9], mandated by theHenning Brauer
2007-03-03make parse_response (and thus whois) return 0 for no object found, and n+1Henning Brauer
2007-03-03start documenting irrfilter modeHenning Brauer
2007-03-03allow the directory for generated filter files to be set. defaults to cwdHenning Brauer
2007-03-03write output to files instead of stdoutHenning Brauer