           SPELL=vlan
         VERSION=1.9
          SOURCE=$SPELL.$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
   SOURCE_URL[0]=http://www.candelatech.com/~greear/vlan/$SOURCE
     SOURCE_HASH=sha512:7602679c1f1569d1742da37062213fea3a14b875bec9c41fc6b10c28a09a312db80f6eae4a8641a1892946545b2b4ef4699e61fddd8514469970e334a9dab0c5
        WEB_SITE=http://www.candelatech.com/~greear/vlan.html
         ENTERED=20060223
      LICENSE[0]=GPL
        KEYWORDS="net"
           SHORT="802.1Q VLAN implementation for Linux"
cat << EOF
Features:
  * Implements 802.1Q VLAN spec.
  * 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.
  * 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.
EOF
