aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/aggregate/pkg-descr
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2001-03-04 15:48:52 +0000
committerPeter Pentchev <roam@FreeBSD.org>2001-03-04 15:48:52 +0000
commit8d22f51403f3242c71e8c51bbb7894ff6a69e8e8 (patch)
tree0e31372528d4d7652f1ec77175c8b35adf2062a7 /net-mgmt/aggregate/pkg-descr
parent112a0642e5dde80125aee2a49b82b112aadd622a (diff)
Notes
Diffstat (limited to 'net-mgmt/aggregate/pkg-descr')
-rw-r--r--net-mgmt/aggregate/pkg-descr16
1 files changed, 16 insertions, 0 deletions
diff --git a/net-mgmt/aggregate/pkg-descr b/net-mgmt/aggregate/pkg-descr
new file mode 100644
index 000000000000..cb78b828e221
--- /dev/null
+++ b/net-mgmt/aggregate/pkg-descr
@@ -0,0 +1,16 @@
+akes 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 supurfluous 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.
+
+
+jabley@automagic.org