On Fri, Nov 4, 2011 at 4:43 PM, Ben Pfaff wrote:
> NetFlow active timeouts were only mixed in with flow expiration for
> convenience: both processes need to iterate all the facets. But
> an upcoming commit will change flow expiration to work in terms of
> a new "subfacet" entity, so they will no
The interfaces related to tunneling aren't finalized enough to be
sent upstream but we also still want to retain them in the OVS
repository. Since userspace should be compatible with both versions
of the kernel, this renumbers the tunnel interfaces to high numbers
so that we can continue to add ne
Many of the function in vport.c are simply pass throughs to their
underlying vport implementation and, of these, many are used only
for bridge compatibility code. This allows users of these functions
to directly call through the ops structure, reducing boilerplate code
and keeping more of the comp
Now that most fix function logic (like sFlow) has been moved to
userspace, the vport member of OVS_CB is no longer used by anything,
so drop it.
Signed-off-by: Jesse Gross
---
datapath/datapath.c |5 -
datapath/datapath.h |2 --
2 files changed, 0 insertions(+), 7 deletions(-)
diff
It's possible to have an incoming packet that matches both a unicast
and multicast tunnel if the source address corresponds to the remote_ip
of a unicast tunnel and the destination is multicast. Currently this
will match the multicast tunnel but in reality the unicast tunnel
should probably be con
FYI: The status of the openvswitch source package
in Debian's testing distribution has changed.
Previous version: 1.2.1-3
Current version: 1.2.2-2
--
This email is automatically generated once a day. As the installation of
new packages into testing happens multiple times a day you will rec