Re: Linux 802.1Q VLAN Support documentation
Hello, VLAN is Handled in the kernel by the 8021Q module. Not sure what the best reference is, the stuff was created here: http://www.candelatech.com/~greear/vlan.html Maybe you should ask on Linux net...@vger.kernel.org (instead ;). Greetings Bernd -- bernd.eckenfels.net Am 24.07.2013 um 08:56 schrieb Zohreh Molaei : > Hi > i want to study on linux 802.1q vlan implementation, but unfortunately i can > not find any documentation on linux vlan. Is there any reference for detail > of implementation? > i appreciate your help. > > Thanks in advance
hg: jdk8/tl/jdk: 8021261: ProblemList.txt updates (7/2013)
Changeset: fd1b5adcfdf0 Author:chegar Date: 2013-07-24 22:52 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/fd1b5adcfdf0 8021261: ProblemList.txt updates (7/2013) Reviewed-by: alanb, mcimadamore ! test/ProblemList.txt
hg: jdk8/tl/langtools: 8020556: doclint does not check type variables for @throws
Changeset: 2fbe77c38802 Author:jjg Date: 2013-07-24 17:35 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/2fbe77c38802 8020556: doclint does not check type variables for @throws Reviewed-by: mcimadamore ! src/share/classes/com/sun/source/util/DocTrees.java ! src/share/classes/com/sun/tools/doclint/Checker.java ! src/share/classes/com/sun/tools/javac/api/JavacTrees.java ! src/share/classes/com/sun/tools/javac/comp/Env.java ! test/tools/doclint/ReferenceTest.java