adds the ability to use and calculate network prefix specifications instead

of netmasks. It also fixes the parameters for network and netmask to match
that of the official Red Hat version (-n for network and -m for netmask).
Patch by Joshua Jackson
This commit is contained in:
Glenn L McGrath
2003-09-02 06:59:57 +00:00
parent dc4e75ef7c
commit 530ea42abc
2 changed files with 82 additions and 13 deletions

View File

@ -376,11 +376,11 @@ config CONFIG_IPCALC
resulting broadcast, network, and host range.
config CONFIG_FEATURE_IPCALC_FANCY
bool " Fancy IPCALC, more options, adds 300 bytes"
bool " Fancy IPCALC, more options, adds 1 kbyte"
default y
depends on CONFIG_IPCALC
help
Adds the fields hostname and silent to the output of "ipcalc".
Adds the options hostname, prefix and silent to the output of "ipcalc".
config CONFIG_IPADDR
bool "ipaddr"