Hi, I did the following: vconfig add eth0 10 I got interface eth0.10 Then I did: vconfig add eth0.10 11 I got inteface eth0.10.11 Anyone imagine which kind of packets will come out over the wire, double tagged packets? Bye, Antonio. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.linux-foundation.org/pipermail/bridge/attachments/20090110/9308ad42/attachment.htm
> Hi, > > I did the following: > > vconfig add eth0 10 > I got interface eth0.10 > Then I did: > vconfig add eth0.10 11 > I got inteface eth0.10.11 > > Anyone imagine which kind of packets will come out over the wire, double > tagged packets? > > Bye, > Antonio. > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: http://lists.linux-foundation.org/pipermail/bridge/attachments/20090110/9308ad42/attachment.htmYou will get Q-in-Q (double vlan) package. I can do even eth0.10.11.12 and so on. But you should not forget that every vlan tag adds 4baits in ethernet package.