From 824567cb23ed0bab4ed4568be139ee0c75d7598d Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Sun, 19 Jun 2011 10:10:45 -0400 Subject: 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 --- rc.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rc.conf') 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) # -- cgit v1.2.3