File: control

package info (click to toggle)
aggregate 1.6-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, jessie, jessie-kfreebsd, sid, stretch, trixie, wheezy
  • size: 192 kB
  • sloc: ansic: 327; sh: 153; makefile: 152; perl: 24
file content (21 lines) | stat: -rw-r--r-- 1,186 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Source: aggregate
Section: net
Priority: optional
Maintainer: Erik Wenzel <erik@debian.org>
Standards-Version: 3.9.3
Build-Depends: cdbs (>= 0.4.25), debhelper (>= 9)
Vcs-Git: git://gpl.code.de/git/aggregate
Vcs-Browser: http://gpl.code.de/gitweb?p=aggregate.git;a=summary

Package: aggregate
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: ipv4 cidr prefix aggregator
 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).
Tag: implemented-in::c, interface::commandline, network::configuration, network::routing, protocol::ip, role::program, scope::utility, use::analysing, use::configuring, use::converting, use::routing, works-with-format::plaintext, works-with::network-traffic, works-with::text