aboutsummaryrefslogtreecommitdiff
path: root/rc.conf
diff options
context:
space:
mode:
authorDave Reisner <d@falconindy.com>2011-06-19 10:10:45 -0400
committerDave Reisner <d@falconindy.com>2011-06-19 10:10:45 -0400
commit824567cb23ed0bab4ed4568be139ee0c75d7598d (patch)
tree55a57ef5a1da578f9c81dcd7a9dbac8e9b6065b2 /rc.conf
parentfe48fab2c2c35ccbfa3eec436d40739bc4b486da (diff)
downloadinitscripts-824567cb23ed0bab4ed4568be139ee0c75d7598d.tar.xz
network: don't enforce check for netmask or gateway
4cad51425325 removed the necessity for defining gateway, but we still continued to check for it. Remove this check, as well as the check for netmask. When not supplied, netmask will default to /24. Signed-off-by: Dave Reisner <d@falconindy.com>
Diffstat (limited to 'rc.conf')
-rw-r--r--rc.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.conf b/rc.conf
index c17c48c..5984171 100644
--- a/rc.conf
+++ b/rc.conf
@@ -64,7 +64,7 @@ HOSTNAME="myhost"
# Wired network setup
# - interface: name of device (required)
# - address: IP address (leave blank for DHCP)
-# - netmask: subnet mask (ignored for DHCP)
+# - netmask: subnet mask (ignored for DHCP) (optional, defaults to 255.255.255.0)
# - broadcast: broadcast address (ignored for DHCP) (optional)
# - gateway: default route (ignored for DHCP)
#