]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
- description for VLAN_REORDER_HDR
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 10 Jul 2003 18:39:21 +0000 (18:39 +0000)
committerJan Rękorajski <baggins@pld-linux.org>
Thu, 10 Jul 2003 18:39:21 +0000 (18:39 +0000)
svn-id: @1101

sysconfig/interfaces/ifcfg-description

index dc2eb6ef0adfcf9ddbef144263edd66d7097fa22..49253b976239b4477704095ab1f8ecf46326fb66 100644 (file)
@@ -1,4 +1,4 @@
-#      $Id: ifcfg-description,v 1.20 2003/06/06 09:02:59 blues Exp $
+#      $Id: ifcfg-description,v 1.21 2003/07/10 18:39:21 baggins Exp $
 DEVICE=<name>
 [ BOOTPROTO={none|bootp|dhcp|pump} ]
   You can specify which dhcp client to use with the DHCP_CLIENT, if
@@ -54,6 +54,15 @@ QDISC_CLASS=[htb|cbq|none]     (use cbq|htb as class based discipline;
 BANDWIDTH_IN=[upstream limit in kilobites, supported on 2.4 only]
 BANDWIDTH_OUT=[downstream limit in kilobites]
 
+VLAN_REORDER_HDR=[0|1] When this is set, the VLAN device will move the
+                       ethernet header around to make it look exactly like a
+                       real ethernet device.  This may help programs such
+                       as DHCPd which read the raw ethernet packet and
+                       make assumptions about the location of bytes.
+                       If you don't need it, don't turn it on, because there
+                       will be at least a small performance degradation.
+                       Default is ON.
+
 [ DEFAULTHANDLING=yes|no ] (used in configuration for ATM interfaces,
                            obsolete variable)
 [ HANDLING=0|1|2|3 ] (0 is default; used ie. in ATM configuration, for
This page took 0.037847 seconds and 4 git commands to generate.