diff options
Diffstat (limited to 'rc.inet1.conf')
-rw-r--r-- | rc.inet1.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rc.inet1.conf b/rc.inet1.conf index af8a091..5969655 100644 --- a/rc.inet1.conf +++ b/rc.inet1.conf @@ -99,7 +99,7 @@ GATEWAY6="" # Example of how to configure a VLAN interface: # The VLAN ID is taken from the full interface name, which is comprised of the # underlying interface name, a period (.) and then the VLAN ID. -# VLANOPTS is a pipe (|) delimited list of VLAN module specific settings to be +# IFOPTS is a pipe (|) delimited list of VLAN module specific settings to be # applied to the interface. See the ip-link(8) man page (search for "VLAN Type # Support") for details of the options available. This option is not required # for a standard VLAN to be configured. @@ -119,7 +119,7 @@ GATEWAY6="" # 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. -# BROPTS is a pipe (|) delimited list of bridge module specific settings to be +# IFOPTS is a pipe (|) delimited list of bridge module specific settings to be # applied to the interface. See the ip-link(8) man page (search for "BRIDGE # Type Support") for details of the options available. This option is not # required for a standard bridge to be configured. |