slackbuilds/network/aggregate
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
Makefile.in.patch network/aggregate: Added (optimise a list of route prefixes). 2015-08-11 23:25:30 +07:00
README network/aggregate: Added (optimise a list of route prefixes). 2015-08-11 23:25:30 +07:00
aggregate.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
aggregate.info network/aggregate: Added (optimise a list of route prefixes). 2015-08-11 23:25:30 +07:00
slack-desc network/aggregate: Fix slack-desc. 2016-11-14 16:47:23 +07:00

README

aggregate (optimise a list of route prefixes)

Takes a list of prefixes in conventional format on stdin, and
performs two optimisations to attempt to reduce the length of the
prefix list. The first optimisation is to remove any supplied
prefixes which are superfluous because they are already included in
another supplied prefix. For example, 203.97.2.0/24 would be removed
if 203.97.0.0/17 was also supplied. The second optimisation
identifies adjacent prefixes that can be combined under a single,
shorter-length prefix. For example, 203.97.2.0/24 and 203.97.3.0/24
can be combined into the single prefix 203.97.2.0/23.