From 1e091a1493fc3f54396bfc4d4cbfd559dee95264 Mon Sep 17 00:00:00 2001 From: Darren 'Tadgy' Austin Date: Thu, 7 Nov 2019 03:32:06 +0000 Subject: Initial commit of VLAN support. --- rc.inet1.conf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'rc.inet1.conf') 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. -- cgit v1.2.3