[Click] VLANs (802.1q)

Jim Thompson jim at netgate.com
Sun Aug 3 03:20:34 EDT 2003


A couple months ago (March/April '03) there was some discussion of
writing vlan support for Click.  Eddie even checked-in a change to
include/clicknet/ether.h.

    /* Ethernet with VLAN (802.1q) */

    CLICK_SIZE_PACKED_STRUCTURE(
    struct click_ether_vlan {,
	uint8_t     ether_dhost[6];
	uint8_t     ether_shost[6];
	uint16_t    ether_vlan_proto;
	uint16_t    ether_vlan_tci;
	uint16_t    ether_vlan_encap_proto;
    });


Was the work ever completed?
    
Jim

-- 
"Speed, it seems to me, provides the one genuinely modern pleasure."
			-- Aldous Huxley (1894 - 1963)



More information about the click mailing list