搜索资源列表
802.1Q-2005
- 非常好的DSL开发参考资料。 高清晰版本。全英文-DSL developed a very good reference. Gaoqingxiban this. Full English
FROM-ip_queue-TO-nfnetlink_queue.doc
- 在2.4内核中出现了ip_queue,用于将数据包从内核空间传递到用户空间,其不足之处是只能有一个应用程序接收内核数据。到了2.6.14以后,新增了nfnetlink_queue,理论上可最大可支持65536个应用程序接口,而且可以兼容ip_queue。 不过从内核到用户空间的通道还是只有一个,实际上netfilter对每个协议族也只有一个队列,这里说的65536个子队列的实现就象802.1Q实现VLAN一样是在数据包中设置ID号来区分的,不同ID的包都通过相同的接口传输,只是在两端根据ID
802.1q_bridge
- 802.1Q协议在linux中的实现以及基于该协议的网桥实现源码,可编译-the implementation of 802.1Q protocol in linux, also, here is a realization of the bridge based on this protocol. all the source code can be compiled
