summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarren 'Tadgy' Austin <darren@afterdark.org.uk>2019-12-12 21:54:02 +0000
committerDarren 'Tadgy' Austin <darren@afterdark.org.uk>2019-12-12 21:54:02 +0000
commit5f158fa05fdb8cdeef5a211e37bc1ba5a2582c07 (patch)
tree990ea50e4a2a8d45f72e27f469c70b9e48a91a39
parentbf8549ff0e1155d46a14600e439b5b055ba70172 (diff)
downloadslacknetsetup-5f158fa05fdb8cdeef5a211e37bc1ba5a2582c07.tar.xz
Clarify configuration of IPALIASES in the examples section.
Thanks to Fraks on LQ.
-rw-r--r--rc.inet1.conf7
1 files changed, 4 insertions, 3 deletions
diff --git a/rc.inet1.conf b/rc.inet1.conf
index 4a9df4c..f5d6416 100644
--- a/rc.inet1.conf
+++ b/rc.inet1.conf
@@ -187,9 +187,10 @@ GATEWAY6=""
# can be found in the ip-link(8) man page in
# the approprite section for the interface
# type being configured.
-#IPALIASES[4]="192.168.5.10/24" # Set up an IP alias. A netmask may be given
- # with a /<prefix> after the IP address - if
- # not supplied, /24 will be used as default.
+#IPALIASES[4]="192.168.5.10/24" # A space delimited list of CIDR formatted IP
+ # aliases to assign to the interface after it
+ # has come up. If no /<prefix> is given after
+ # the IP address, /24 will be used as default.
#HWADDR[4]="00:01:23:45:67:89" # Overrule the card's hardware MAC address
#MTU[4]="" # The default MTU is 1500, but you might need
# 1360 when you use NAT'ed IPSec traffic.