summaryrefslogtreecommitdiffstats
path: root/rc.inet1.conf
diff options
context:
space:
mode:
authorDarren 'Tadgy' Austin <darren@afterdark.org.uk>2019-11-07 03:32:06 +0000
committerDarren 'Tadgy' Austin <darren@afterdark.org.uk>2019-11-07 03:32:06 +0000
commit1e091a1493fc3f54396bfc4d4cbfd559dee95264 (patch)
tree8160303b2f778f9a80c9cf72a2e137d3dd0c6916 /rc.inet1.conf
parent114536e707d30487de2b9ede1d3ff933fb28cafd (diff)
downloadslacknetsetup-1e091a1493fc3f54396bfc4d4cbfd559dee95264.tar.xz
Initial commit of VLAN support.
Diffstat (limited to 'rc.inet1.conf')
-rw-r--r--rc.inet1.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/rc.inet1.conf b/rc.inet1.conf
index a39e5a1..c47497f 100644
--- a/rc.inet1.conf
+++ b/rc.inet1.conf
@@ -73,6 +73,20 @@ DEBUG_ETH_UP="no"
# =============================================================================
+# Example of how to configure a VLAN interface.
+# The VLAN ID is taken from the full interface name.
+# IFNAME[0]="eth0.10"
+# IPADDR[0]="192.168.10.1"
+# NETMASK[0]="24"
+# IPALIASES[0]=""
+# USE_DHCP[0]=""
+# DHCP_HOSTNAME[0]=""
+# IP6ADDRS[0]=""
+# USE_SLAAC[0]=""
+# USE_DHCP6[0]=""
+
+# =============================================================================
+
# Example of how to configure a bridge:
# Note the added "BRNICS" variable which contains a space-separated list
# of the physical or virtual network interfaces you want to add to the bridge.