Hi Thomas,
Thanks for your clarification.
Could you please forward me the userspace patch you are mentioning. I guess
version 6 is the latest,
but I could not get the patch in internet. We are interested in testing this
feature thoroughly.
Also In the case of NORMAL mode as you said without pa
Hi Thomas,
I have applied your below mentioned 1ad patch to ovs-master code. Compiled
successfully. I am running ovs in a centos machine.
I have created bridge and configured ports using below commands.
ovs-vsctl --no-wait add-br br0
ovs-vsctl --no-wait add-port br0 eth0 tag=100 vlan_mode=nati
Hi Thomas,
Thank you very much for your response.
Does this patch adds 802.1ad tag on ingress and pops the same on egress by
default? or is it to be configured via ofctl commands
explicitly?
Thanks in Advance,
Uday
From: Thomas F Herbert
Sent: Sunday,
Hi Thomas,
I am currently using the beta version of ovs(2.3.90). In my phy-phy scenario ,
I am configuring the two physical ports(eth0, eth1) attached to ovs bridge
as trunk ports using the below commands.
ovs-vsctl --no-wait add-port br0 eth0 vlan_mode=trunk
ovs-vsctl --no-wait add-port br0 et