summaryrefslogtreecommitdiffstats
path: root/net/vlan/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'net/vlan/DETAILS')
-rwxr-xr-xnet/vlan/DETAILS18
1 files changed, 12 insertions, 6 deletions
diff --git a/net/vlan/DETAILS b/net/vlan/DETAILS
index 0e1ce62a87..a3c80160c9 100755
--- a/net/vlan/DETAILS
+++ b/net/vlan/DETAILS
@@ -12,14 +12,20 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
cat << EOF
Features:
* Implements 802.1Q VLAN spec.
- * Implements support for a non-standard (as far as I know) MAC-based VLAN functionality.
+ * Implements support for a non-standard (as far as I know) MAC-based VLAN
+ functionality.
* Can support up to 4094 VLANs per ethernet interface.
- * Scales well in critical paths: O(n), where n is the number of PHYSICAL ethernet interfaces,
- and that is only on ingress. O(1) in every other critical path, as far as I know.
+ * Scales well in critical paths: O(n), where n is the number of PHYSICAL
+ ethernet interfaces,
+ and that is only on ingress. O(1) in every other critical path, as far
+ as I know.
* Supports MULTICAST
* Can change MAC address of VLAN.
* Multiple naming conventions supported, and adjustable at runtime.
- * Optional header-reordering, to make the VLAN interface look JUST LIKE an Ethernet interface.
- This fixes some problems with DHCPd and anything else that uses a SOCK_PACKET socket.
- Default setting is off, which works for every other protocol I know about, and is slightly faster.
+ * Optional header-reordering, to make the VLAN interface look JUST LIKE
+ an Ethernet interface.
+ This fixes some problems with DHCPd and anything else that uses a
+ SOCK_PACKET socket.
+ Default setting is off, which works for every other protocol I know about,
+ and is slightly faster.
EOF