network is case-sensitive

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10781 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Chris Staub 2014-10-25 13:21:06 +00:00
parent e6f0e5e7df
commit be8bda02c9

View File

@ -26,7 +26,7 @@ Network Configuration:
- BROADCAST: Broadcast address
SERVICE ipv4-static-route:
- TYPE : Network (default type if not specified), default, host or unreachable
- TYPE : network (default type if not specified), default, host or unreachable
- IP : IP Address of target (for network, host and unreachable)
- PREFIX : CIDR prefix of target (for network, host and unreachable)
- GATEWAY: IP Address of gateway to reach target (for network and default)