You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
freifunkist-firmware/feeds/packages.tmp/info/.packageinfo-net_aggregate

30 lines
1.0 KiB

Source-Makefile: feeds/packages/net/aggregate/Makefile
Package: aggregate
Submenu: IP Addresses and Names
Version: 1.6-2
Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread
Conflicts:
Menu-Depends:
Provides:
Section: net
Category: Network
Repository: base
Title: ipv4 cidr prefix aggregator
Maintainer: Nikil Mehta <nikil.mehta@gmail.com>
Source: aggregate-1.6.tar.gz
License: ISC
LicenseFiles: LICENSE
Type: ipkg
Description: 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).
https://ftp.isc.org/isc/aggregate/
Nikil Mehta <nikil.mehta@gmail.com>
@@