Did you ever figure this out? I’m trying to do the same thing. I’ve found
help by installing OVS within a nested hypervisor in ESXI (e.g. OVS running on
KVM running on Ubuntu running on esxi).
Thanks…Nick
___
discuss mailing list
discuss@openvswitch.
Dear Pro, I see OVS drops all packet on RHEL 6.5 VM booted from ESX. Here
is the configuration:1)
Created a port group (4095) on the vCenter,
where the ESX host was added to a cluster, and provided the NIC configured
above as an uplink.2)
Booted a VM(which is supposed to be setup as
Management
On Mon, Oct 13, 2014 at 09:44:50PM +0800, Bo Hu wrote:
> I am confused by the realization of port mod. I find that these is a
> function named *handle_flow_mod* in ofproto/ofproto.c to deal with the
> PORT_MOD message. In this funciton, it will call a function named
> *update_port_config.
I think
Hi,
I was using OVS 2.0.1 that was pre-installed with a Mininet Virtual Machine
(MN version 2.1.0p2). I wanted to add some MPLS tags but I saw that It
didn't work with the version of OVS I was working with so I'm trying to
update it.
The problem is that I've been trying for a big while now and us
On Sun, Oct 12, 2014 at 09:16:42PM +0800, carrot wrote:
> I want to add a new number to the enum ofputil_port_config, but I find it is
> *difficult to understand how this enumerator control the forwarding function
> of OVS.*
> For example, if I want to drop all the packets going through the specifi
Hi,
I want to add a new number to the enum ofputil_port_config, but I find
it is *difficult to understand how this enumerator control the
forwarding function of OVS.*
For example, if I want to drop all the packets going through the
specific port. In userspace part, this condition will be denot
Hi,
I am confused by the realization of port mod. I find that these is a
function named *handle_flow_mod* in ofproto/ofproto.c to deal with the
PORT_MOD message. In this funciton, it will call a function named
*update_port_config.
*My question is after it finished the port mod in userspace, how ca