aboutsummaryrefslogtreecommitdiffstats
path: root/sysconfig.txt
diff options
context:
space:
mode:
authorLukas Nykryn <lnykryn@redhat.com>2012-10-08 14:53:09 +0200
committerVáclav Pavlín <vpavlin@redhat.com>2013-01-21 15:49:27 +0100
commit814fac877b22577f4835afcfb2597677270f6a4c (patch)
tree16740c730c77936d4872ba6150eef59c298655ed /sysconfig.txt
parent9fcf01add06e4dbf4064cfd2e97c8236c2f5a194 (diff)
downloadinitscripts-814fac877b22577f4835afcfb2597677270f6a4c.tar
initscripts-814fac877b22577f4835afcfb2597677270f6a4c.tar.gz
initscripts-814fac877b22577f4835afcfb2597677270f6a4c.tar.bz2
initscripts-814fac877b22577f4835afcfb2597677270f6a4c.tar.xz
initscripts-814fac877b22577f4835afcfb2597677270f6a4c.zip
check an IP address for existence in ifup-alias (#852005)
Diffstat (limited to 'sysconfig.txt')
-rw-r--r--sysconfig.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/sysconfig.txt b/sysconfig.txt
index 7746671c..4d87599d 100644
--- a/sysconfig.txt
+++ b/sysconfig.txt
@@ -586,6 +586,10 @@ Files in /etc/sysconfig/network-scripts/
Network zone (trust level) of this connection.
If not set, default zone (specified in /etc/firewalld/firewalld.conf)
is used. To see all available zones, run 'firewall-cmd --get-zones'.
+ ARPCHECKn=yes|no
+ If set to 'no', ifup will not try to determine, if requested ip address
+ is used by other machine in network.
+ Defaults to 'yes'.
For dynamic addressing (BOOTPROTO=dhcp) only DEVICE needs to
be set; all the rest will be determined by the boot protocol.