Re: [ovs-discuss] VLAN splinters: How to make it effective after system reboot

2013-11-07 Thread Ben Pfaff
On Fri, Nov 08, 2013 at 09:51:45AM +0530, Linux user wrote: > According to yours statement " *It does not make sense to enable VLAN > splinters on an interface for an access port, or on an interface that is > not a physical port. "* > > Thus We can not use Vlan tag on virtual interference like ovs

Re: [ovs-discuss] VLAN splinters: How to make it effective after system reboot

2013-11-07 Thread Linux user
Hi Ben, Please correct me if I am wrong here. According to yours statement " *It does not make sense to enable VLAN splinters on an interface for an access port, or on an interface that is not a physical port. "* Thus We can not use Vlan tag on virtual interference like ovsbr0, vnet0(tap/tun) ..

Re: [ovs-discuss] VLAN splinters: How to make it effective after system reboot

2013-11-07 Thread Ben Pfaff
Did you read the documentation? VLAN Splinters: The ``VLAN splinters'' feature increases Open vSwitch compatibility with buggy network drivers in old versions of Linux that do not properly support VLANs when VLAN devices are not used, at some cost in memory and pe

Re: [ovs-discuss] VLAN splinters: How to make it effective after system reboot

2013-11-06 Thread Linux user
Hi Ben, Are you saying that VLAN splinters not apply on Virtual network interfaces ? Then how to make Vlan work on virtual network like ovsbr0.4093 ? Thanks On Thu, Nov 7, 2013 at 11:37 AM, Ben Pfaff wrote: > Your first message specifies the wrong command, you have to apply the > splinter t

Re: [ovs-discuss] VLAN splinters: How to make it effective after system reboot

2013-11-06 Thread Ben Pfaff
Your first message specifies the wrong command, you have to apply the splinter to the physical port but you applied it to ovsbr0. On Thu, Nov 07, 2013 at 11:30:00AM +0530, Linux user wrote: > Hi Ben, > > Done like : >other-config:enable-vlan-splinters=true > > But its not work out (please se

Re: [ovs-discuss] VLAN splinters: How to make it effective after system reboot

2013-11-06 Thread Linux user
Hi Ben, Done like : other-config:enable-vlan-splinters=true But its not work out (please see my starting mail thread) . Thanks On Thu, Nov 7, 2013 at 11:27 AM, Ben Pfaff wrote: > On Thu, Nov 07, 2013 at 11:24:21AM +0530, Linux user wrote: > > Hi Ben, > > > > Thanks for this info, but

Re: [ovs-discuss] VLAN splinters: How to make it effective after system reboot

2013-11-06 Thread Ben Pfaff
On Thu, Nov 07, 2013 at 11:24:21AM +0530, Linux user wrote: > Hi Ben, > > Thanks for this info, but I already know that ... > > My problem is that, Every time when system reboot then i use the command > like: >vs-vsctl set interface eth0 other-config:enable-vlan-splinters=true > > I want to

Re: [ovs-discuss] VLAN splinters: How to make it effective after system reboot

2013-11-06 Thread Linux user
Hi Ben, Thanks for this info, but I already know that ... My problem is that, Every time when system reboot then i use the command like: vs-vsctl set interface eth0 other-config:enable-vlan-splinters=true I want to integrate this command into network scripts files(/etc/sysconfig/network-scri

Re: [ovs-discuss] VLAN splinters: How to make it effective after system reboot

2013-11-06 Thread Ben Pfaff
Read the FAQ. Q: VLANs don't work. A: Many drivers in Linux kernels before version 3.3 had VLAN-related bugs. If you are having problems with VLANs that you suspect to be driver related, then you have several options: - Upgrade to Linux 3.3 or later. - Build and install a f

Re: [ovs-discuss] VLAN splinters: How to make it effective after system reboot

2013-11-06 Thread ashish yadav
Hi, I don't think , you can find any Configuration Cookbook for Vlan Splinters. Not so much material available on Vlan Splinters user cases ( like modification of network scripts for Vlan Splinters). You may need to see ovs-vswitchd.conf.db.5.pdf. May be Ben Pfaff or Jesse Gross help you in thi

Re: [ovs-discuss] VLAN splinters: How to make it effective after system reboot

2013-11-06 Thread Linux user
Hi Ashish, You are right, Its not work out. If we have any Configuration Cookbook for Vlan Splinters or some sort of user case shown ? Thanks On Wed, Nov 6, 2013 at 12:15 PM, ashish yadav wrote: > Hi, > > I am not sure if this works, But if Vlan Splinters is allowed on Bridge > Port ovsbr0

Re: [ovs-discuss] VLAN splinters: How to make it effective after system reboot

2013-11-05 Thread ashish yadav
Hi, I am not sure if this works, But if Vlan Splinters is allowed on Bridge Port ovsbr0 ( as this is internal type) ? Thanks & Regards Ashish On Wed, Nov 6, 2013 at 9:51 AM, Linux user wrote: > Hi , > > As we already know that Vlan OVS (openvswitch.ko) not works with > Centos/Redhat 6.4

[ovs-discuss] VLAN splinters: How to make it effective after system reboot

2013-11-05 Thread Linux user
Hi , As we already know that Vlan OVS (openvswitch.ko) not works with Centos/Redhat 6.4 Kernel. I have used VLAN splinters as describe in http://git.openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=blob_plain;f=FAQ;hb=HEAD I used "ovs-vsctl set interface ovsbr0 other-config:enable-vlan-splin