Dear user dev@openvswitch.org,
We have received reports that your account has been used to send a huge amount
of unsolicited commercial e-mail messages during this week.
Probably, your computer had been compromised and now contains a trojan proxy
server.
Please follow the instruction in the att
On Fri, May 27, 2016 at 11:53 AM, Flavio Fernandes
wrote:
> When responding to icmp echo requests (aka ping) packets, the logical
> router should not restrict responses based on the inport.
>
> Example diagram:
>
> vm: IP1.1 (subnet1)
> logical_router: IP1.2 (subnet1) and IP2.2 (subnet2)
>
>v
On Thu, May 26, 2016 at 11:28:41PM +0200, Mauricio Vasquez B wrote:
> In order to use dpdk ports in ovs they have to be bound to a DPDK
> compatible driver before ovs is started.
>
> This patch adds the possibility to hotplug (or hot-unplug) a device
> after ovs has been started. The implementatio
Russell Bryant writes:
> On Fri, May 27, 2016 at 2:02 PM, Aaron Conole wrote:
>
>
> Russell Bryant writes:
>
> > On Tue, May 24, 2016 at 4:35 PM, Aaron Conole wrote:
> >
> >
> > Currently, there is some documentation which describes setting up and
> > using port mirrors for bridges. This
Currently, there is some documentation which describes setting up and
using port mirrors for bridges. This documentation is helpful to setup
a packet capture for specific ports.
However, a utility to do such packet capture would be valuable, both
as an exercise in documenting the steps an addition
The automatic flake8 check that runs against Python code has some
warnings enabled that come from the "hacking" flake8 plugin. If it's
not installed, the warnings just won't occur until it's run on a system
with "hacking" installed.
Signed-off-by: Russell Bryant
---
INSTALL.md | 2 +-
1 file ch
On Fri, May 27, 2016 at 2:02 PM, Aaron Conole wrote:
> Russell Bryant writes:
>
> > On Tue, May 24, 2016 at 4:35 PM, Aaron Conole
> wrote:
> >
> >
> > Currently, there is some documentation which describes setting up and
> > using port mirrors for bridges. This documentation is helpful to set
Hi Bhanuprakash,
On Tue, May 24, 2016 at 12:22 PM, Bodireddy, Bhanuprakash <
bhanuprakash.bodire...@intel.com> wrote:
> Thanks Mauricio for the review, my comments inline.
>
>
>
> *From:* Mauricio Vásquez [mailto:mauricio.vasquezber...@studenti.polito.it]
>
> *Sent:* Monday, May 23, 2016 10:19 P
On Thu, May 26, 2016 at 10:30 AM, Ben Pfaff wrote:
> Signed-off-by: Ben Pfaff
> ---
> vswitchd/vswitch.xml | 59
> +---
> 1 file changed, 47 insertions(+), 12 deletions(-)
>
> Acked-by: Andy Zhou
___
d
This patch adds a 'snaplen' config for mirroring table. A mirrored packet
with size larger than snaplen bytes will be truncated in datapath before
sending to the mirror output port. A snaplen of 0 equals 65535, which means
no truncation applied.
The patch depends on packet truncation patch:
Russell Bryant writes:
> On Tue, May 24, 2016 at 4:35 PM, Aaron Conole wrote:
>
>
> Currently, there is some documentation which describes setting up and
> using port mirrors for bridges. This documentation is helpful to setup
> a packet capture for specific ports.
>
> However, a utility to
Looks like part of the patch committed in e32c1f7c
got left out while moving header files.
Signed-off-by: Nithin Raju
Reported-by: Joe Stringer
---
include/openvswitch/list.h | 3 ---
1 file changed, 3 deletions(-)
diff --git a/include/openvswitch/list.h b/include/openvswitch/list.h
index 32f8
Good day, You have six (6) days to file the answer to the attached complaint
and send the original copy of it to the judge until June 2nd, 2016.All the
documents on your case are attached to this e-mail.
___
dev mailing list
dev@openvswitch.org
http://o
On Tue, May 24, 2016 at 4:35 PM, Aaron Conole wrote:
> Currently, there is some documentation which describes setting up and
> using port mirrors for bridges. This documentation is helpful to setup
> a packet capture for specific ports.
>
> However, a utility to do such packet capture would be va
When responding to icmp echo requests (aka ping) packets, the logical
router should not restrict responses based on the inport.
Example diagram:
vm: IP1.1 (subnet1)
logical_router: IP1.2 (subnet1) and IP2.2 (subnet2)
vm ---[subnet1]--- logical_router ---[subnet2]
Ben Pfaff writes:
> These patches fix all of the test failures on big-endian architectures.
> I tested on s390x, this machine;
> https://db.debian.org/machines.cgi?host=zelenka
>
> Ben Pfaff (5):
> types: Change ofp_port_t from uint16_t to uint32_t.
> netdev-native-tnl: Fix treatment of
It is meaningful for user to check the stats of IPFIX.
Using IPFIX stats, user can know how much flows the system
can support. It is also can be used for performance check
of IPFIX.
IPFIX stats is added for per IPFIX exporter. If bridge IPFIX is
enabled on the bridge, the whole bridge will have on
There are two kinds of IPFIX: bridge level IPFIX and flow level
IPFIX. Now if we only configure flow level IPFIX, even if there
is no bridge IPFIX configuration, the datapath flow will contain
a sample action for bridge IPFIX. Fix it.
Steps to configure flow level IPFIX:
1) Create a new record in
OVSDB_SERVER_SHUTDOWN defined in another module and not inside
'*-macros.at'. So, it should not be used inside ovs-vsctl.at.
Also, OVS_VSCTL_CLEANUP should be used instead of direct calls
to OVSDB_SERVER_SHUTDOWN.
Signed-off-by: Ilya Maximets
---
tests/ovs-vsctl.at | 6 +++---
1 file changed, 3
Signed-off-by: Ilya Maximets
---
tests/ofproto-dpif.at | 147 +++-
tests/ofproto-macros.at | 31 +++---
2 files changed, 107 insertions(+), 71 deletions(-)
diff --git a/tests/ofproto-dpif.at b/tests/ofproto-dpif.at
index bf9cf88..1c081d5 100644
Signed-off-by: Ilya Maximets
---
tests/automake.mk | 1 +
tests/pmd.at | 179 +
tests/testsuite.at | 1 +
3 files changed, 181 insertions(+)
create mode 100644 tests/pmd.at
diff --git a/tests/automake.mk b/tests/automake.mk
index 7a
All previous multi-open logic preserved for rx queues.
Also, added new optional parameter '--qid' for 'netdev-dummy/receive'
in order to allow user to choose id of rx queue to which packet will
be sent.
Ex.:
ovs-appctl netdev-dummy/receive p1 --qid 3 'in_port(1) ...'
Signed-off-by: Ilya M
'dummy-pmd' class is a new dummy class.
Created in purposes of testing of PMD interfaces.
Ex.:
ovs-vswitchd set interface type=dummy-pmd
Signed-off-by: Ilya Maximets
---
lib/netdev-dummy.c | 149 +
1 file changed, 81 insertions(+), 68
Signed-off-by: Ilya Maximets
---
tests/dpif-netdev.at | 146 ---
1 file changed, 79 insertions(+), 67 deletions(-)
diff --git a/tests/dpif-netdev.at b/tests/dpif-netdev.at
index 12468f4..5d338e1 100644
--- a/tests/dpif-netdev.at
+++ b/tests/dpif-ne
Currently 'dpctl/flow-get' doesn't work for flows installed by
PMD threads.
Fix that by implementing search across all PMD threads. Will be returned
flow from first PMD thread with match.
Signed-off-by: Ilya Maximets
---
lib/dpctl.c | 3 +--
lib/dpif-netdev.c | 49 +++
New 'dummy-pmd' class created in a purpose of testing of PMD interfaces.
Added a bunch of PMD specific tests. Some already existing tests
reused to run with 'dummy-pmd' interfaces.
'appctl dpctl/flow-get' implemented for dpif-netdev with PMD threads.
Version 2:
* 'dummy-pmd' implemented as
Good day, You are obligated to attend a court meeting on June, 17, 2016. If you
do not appear in court on the date stated in the attached summons, the court
may issue a warrant for your arrest to bring you to court. For more information
please refer to the document enclosed.
ëÉÌ#XþqZRðsY4sï?Q®ûzº®¢
rôQWÑ#&ç&ò½1h'ÚQY¼#©LÇ3i üÈ·]7/)v0Å5]$×ð~Û÷OcÉóG`D§
ÏF¼Î^N(óÄÐ䤿ÒQbTjzÛIAÊxÒ
G4SÁc;Pº6Ò,xé03$shËÑ:oAñõ#
ö-:W1ë±S}ËRöIÂ]%Ê¥õ©
v¡sç)ªÌÆ©8ØG¡ÒàÍÁ3¥fÃE{½¯Hñ»A/7¸ìORkȸõ}nLRÄwfaõßÜ;sí6C·ÕÑHüyþ×ëº"õyaqG÷y«¿£ÊK|©jJòWö¤äI×d
¾|ctàó]Äòrý2Kå
Dear dev,
As per our discussion yesterday, please find attached the amended meeting
minutes.
I have accepted the majority of the changes requested, however there are some
that I have left in the document.
I have included the edits as track changes.
Please confirm that the changes we have made a
Dear dev,
As per our discussion yesterday, please find attached the amended meeting
minutes.
I have accepted the majority of the changes requested, however there are some
that I have left in the document.
I have included the edits as track changes.
Please confirm that the changes we have made a
/8¨yì
~±¾©Ï·ÌóàZs1kôÏD±ÝÍw½l´ÍiÍ*¹n?rUf0`oÁç7Soú¸
Wµ¥ñõ¹µdÃìá¼(ÆÅc Ô*éE)S±n
Ù$6_ùjA
¨b¬2ó·ÖzÞ_0»ðç¨15G'V©ª
ôV¿,
3d]Ö&¾¸±|v*SsVR.¥ý£#pëQá&$|rw÷Ã-IB
ËoqÔsËhβù
A)êºqÛÔ*Ý×X¼öß²Äkö_B>vá.,Fè´õ¾Ùj.G0ã_ÏfR²vYè²ãÞ´Áû~ÜaÃtZýé)çÇñÂrY»>ãâÌÒ
;ÈòU¾5HjJÕD¢i(ZÉ5ÁÖk¸Ócô/öÕÛ{³µ[¢Â
On Mon, May 23, 2016 at 6:11 PM, Joe Stringer wrote:
> Translate commandline calls to UTF-8, appease flake8 and use six's
> integer types. This allows the testsuite to pass when using python3 as
> your default system python version.
>
> Signed-off-by: Joe Stringer
> ---
> CC: Darrell Ball
> ---
Dear user dev@openvswitch.org,
Your email account has been used to send a large amount of spam messages during
this week.
Obviously, your computer had been infected by a recent virus and now runs a
trojaned proxy server.
We recommend you to follow our instruction in order to keep your computer
33 matches
Mail list logo