Blame man/man8/ifcfg.8

Packit Service 3880ab
.TH IFCFG 8 "September 24 2009" "iproute2" "Linux"
Packit Service 3880ab
.SH NAME
Packit Service 3880ab
ifcfg \- simplistic script which replaces ifconfig IP management
Packit Service 3880ab
.SH SYNOPSIS
Packit Service 3880ab
.ad l
Packit Service 3880ab
.in +8
Packit Service 3880ab
.ti -8
Packit Service 3880ab
.B ifcfg
Packit Service 3880ab
.RI "[ " DEVICE " ] [ " command " ] " ADDRESS " [ " PEER " ] "
Packit Service 3880ab
.sp
Packit Service 3880ab
Packit Service 3880ab
.SH DESCRIPTION
Packit Service 3880ab
This manual page documents briefly the
Packit Service 3880ab
.B ifcfg
Packit Service 3880ab
command.
Packit Service 3880ab
.PP
Packit Service 3880ab
This is a simplistic script replacing one option of
Packit Service 3880ab
.B ifconfig
Packit Service 3880ab
, namely, IP address management. It not only adds
Packit Service 3880ab
addresses, but also carries out Duplicate Address Detection RFC-DHCP,
Packit Service 3880ab
sends unsolicited ARP to update the caches of other hosts sharing
Packit Service 3880ab
the interface, adds some control routes and restarts Router Discovery
Packit Service 3880ab
when it is necessary.
Packit Service 3880ab
Packit Service 3880ab
.SH IFCONFIG - COMMAND SYNTAX
Packit Service 3880ab
Packit Service 3880ab
.SS
Packit Service 3880ab
.TP
Packit Service 3880ab
.B DEVICE
Packit Service 3880ab
- it may have alias, suffix, separated by colon.
Packit Service 3880ab
Packit Service 3880ab
.TP
Packit Service 3880ab
.B command
Packit Service 3880ab
- add, delete or stop.
Packit Service 3880ab
Packit Service 3880ab
.TP
Packit Service 3880ab
.B ADDRESS
Packit Service 3880ab
- optionally followed by prefix length.
Packit Service 3880ab
Packit Service 3880ab
.TP
Packit Service 3880ab
.B peer
Packit Service 3880ab
- optional peer address for pointpoint interfaces.
Packit Service 3880ab
Packit Service 3880ab
.SH NOTES
Packit Service 3880ab
This script is not suitable for use with IPv6.
Packit Service 3880ab
Packit Service 3880ab
.SH SEE ALSO
Packit Service 3880ab
.RB "IP Command reference " ip-cref.ps