~ubuntu-branches/ubuntu/warty/iptables/warty

« back to all changes in this revision

Viewing changes to debian/ippool.8

  • Committer: Bazaar Package Importer
  • Author(s): Laurence J. Lane
  • Date: 2004-06-15 20:38:42 UTC
  • Revision ID: james.westby@ubuntu.com-20040615203842-o4o634vwht1cix5k
Tags: 1.2.9-10
* Closes: #246037, added default logging level to man pages, requested
  by Max Vozeler. Thanks.
* conslidated all man page patches to 003-man_pages.patch.
* added 006-64_32.patch, CVS pull, Sparc64 and HPPA makefile clean up
  for 64/32-bit builds. Reported by Igor Genibel. Thanks.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH IPPOOL 8 "Aug 11, 2000" "" ""
 
2
.SH NAME
 
3
ippool \- ?
 
4
.SH SYNOPSIS
 
5
.BR "The POOL argument is either a number, or a name from /etc/ippool.conf"
 
6
.BR "ippool " "[-n] [-l|-L POOL] [-u] [-v]"
 
7
.sh Lists all (-l), or a single (-L) pool.
 
8
.br With -u, summarized usage counts are listed.
 
9
.br With -v, each pool membership is shown, one per line.
 
10
.BR "ippool "  "[-n] [-f|-F [POOL]]"
 
11
.br flushes POOL (or all pools.)
 
12
.BR "ippool " "[-n] [-x|-X [POOL]]"
 
13
.br removes POOL (or all pools.)
 
14
.BR "ippool " "[-n] -B"
 
15
.br creates all fully specified pools found in the config file.
 
16
.BR "ippool " "[-n] -N POOL [-t type] [FIRST LAST]"
 
17
.br creates POOL of IP addresses FIRST to LAST (inclusive).  If a
 
18
.br pool name from the config file /etc/ippool.conf is used, type and
 
19
.br address information can be defined there.  The -t argument
 
20
.br gives the type (default bitmap).
 
21
.BR "ippool " "[-n] -A POOL ADDR"
 
22
.br adds ADDR to POOL
 
23
.BR "ippool " "[-n] -D POOL ADDR"
 
24
.br removes ADDR from POOL
 
25
.BR "ippool " "[-n] -C POOL ADDR"
 
26
.br tests ADDR against membership in POOL
 
27
.SH DESCRIPTION
 
28
.SH BUGS
 
29
.BR 
 
30
"This is not a real man page."
 
31
.SH AUTHOR
 
32
.BR 
 
33
"man page by Laurence J. Lane <ljlane@debian.org>"