Télécharger la liste

Description du projet

aggregate takes a list of prefixes in conventional format on stdin, and performs two optimisations to reduce the length of the prefix list. It removes any supplied prefixes which are supurfluous because they are already included in another supplied prefix (e.g., 203.97.2.0/24 would be removed if 203.97.0.0/17 was also supplied), and identifies adjacent prefixes that can be combined under a single, shorter-length prefix (e.g., 203.97.2.0/24 and 203.97.3.0/24 can be combined into the single prefix 203.97.2.0/23).

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2002-07-23 01:27
1.6

Tags: Minor feature enhancements

2001-11-03 01:53
1.5

Troncature préfixe optionnel (précédemment préfixes avec les bits à zéro d'accueil ont été larguées par un avertissement), et un drapeau calme à supprimer les messages d'avertissement.
Tags: Minor feature enhancements
Optional prefix truncation (previously prefixes with non-zero host bits were dropped with a warning), and a quiet flag to suppress warning messages.

2001-11-02 07:10
1.4

Changement de la sémantique d'analyse sur les adresses IPv4 pour les mettre en conformité avec la réalité.
Tags: Minor bugfixes
Changing parsing semantics on IPv4 addresses to bring them in line with reality.

2001-05-17 19:09
1.2

L'agrégat-ios script est écrit en Perl, car la disponibilité des fonctions awk particulier ne peut pas être garantie sur toutes les plateformes. Le processus de construction utilise maintenant autoconf. Tweaks mineures ont été apportées aux valeurs par défaut de-m et-n pour plus de sens dans une application générale.
Tags: Minor feature enhancements
The aggregate-ios script is now written in Perl, since the availability of
particular awk features can't be guaranteed across platforms. The build
process now uses autoconf. Minor tweaks were made to the default values of -m
and -n to make more sense in a general application.

2001-02-16 21:47
1.1

Tags: Initial freshmeat announcement

Project Resources