I think maybe you can refer to the openflow spec first to see which version
will support.
And if it is openflow1.0 then your openvswitch can support that. Otherwise
you can upgrade your openvswitch
Allan
On Mon, Feb 3, 2014 at 12:46 PM, Md. Amjad Hossain wrote:
> Hi,
>
> I am running openVswit
Hi,
I am running openVswitch on a virtual machine. The output of " ovs-vswitchd
--version " is as follows:
ovs-vswitchd (Open vSwitch) 1.9.0
Compiled Jun 6 2013 06:23:15
OpenFlow versions 0x1:0x1
Does this OVS supports multicasting?
Any help regarding multicasting on openflow would be apprecia
On Sat, Feb 1, 2014 at 12:10 AM, Kanthi P wrote:
> Hi,
>
> I installed openvswitch-2.0.0 userspace and kmod rpms on fedora 19. I am
> trying vxlan configuration using ovs.
>
> My kernel version is 3.9.5-301.fc19.i686.PAE
>
> I created ovs bridge and added port of type vxlan as a port on the bridg
I think you need to put the dec_ttl before the output action.
--Justin
On 2/2/14, 6:08 AM, "Allan Jie" wrote:
>Dear all,
>
>I start a network like 4 host and 1 switches.
>h1,h2,h3,h4 and s1.
>
>
>I know the dec_ttl action is for ipv4 packet and openflow 1.1+.
>
>
>So I have finished this comma
>From my last problem. My environment is the following setup.
Mininet 2.1 and openvswitch 1.10
Thank you
--
Research student, final-year undergraduate
Extreme Scale Network Computing and service laboratory(
http://www.cloud-uestc.cn/cloud-uestc-EN/index.html),
School of Computer Science & Engin
>From my last problem. My environment is the following setup.
Mininet 2.1 and openvswitch 1.10
Thank you
On Sun, Feb 2, 2014 at 10:08 PM, Allan Jie wrote:
> Dear all,
>
> I start a network like 4 host and 1 switches.
> h1,h2,h3,h4 and s1.
>
> I know the dec_ttl action is for ipv4 packet and o
Dear all,
I start a network like 4 host and 1 switches.
h1,h2,h3,h4 and s1.
I know the dec_ttl action is for ipv4 packet and openflow 1.1+.
So I have finished this command.
ovs-vsctl set bridge s1 protocols=OpenFlow10,OpenFlow12,OpenFlow13
And also use -O OpenFlow13 in ovs-ofctl.
Like the follow