±(6"¹#dÆÇ{¥
î&§l'Lwͽ¹ô àóñÆÒéêceÏLnaaHñbZZ[¦*>³Õ(º1RDÆ%ÑAuìV½î(d`Oâè
4!Þ´yÓ/û
&¼·0ê1ÅLm¹Bü6:¼zÕ3¸És¥èX?×´èà:ÝÜÖHÛaÖOeØ
é½rw
Zeì¢þJοh¸Z1¾Üΰ.ÏóÂSO-úDý$½8Ûû!/×¢b[üåGå
²¾ûâw¢Áe|ý0abnÌøVX_Æ[Q(4gG(Öq¡ÍEu\¹¿OHÛ\iþiÓ¼¹0)tyA¿Î¼:A"÷.LQÌfÓT&íÆ5Ñ_iV{C&J¦ÂêfÑ]ä8²%)`Æ{Xeä
> On Oct 23, 2015, at 4:20 PM, Joe Stringer wrote:
>
> On 20 October 2015 at 15:23, Jarno Rajahalme wrote:
>> Helps diagnosing problems.
>>
>> Signed-off-by: Jarno Rajahalme
>
> I assume we don't check the output of this anywhere, so we don't need
> to amend the testsuite to keep things pass
> On Oct 23, 2015, at 4:20 PM, Joe Stringer wrote:
>
> On 20 October 2015 at 15:23, Jarno Rajahalme wrote:
>> Comma was missing after "label" attribute.
>>
>> Signed-off-by: Jarno Rajahalme
>
> Acked-by: Joe Stringer
Thanks for the review, pushed to master.
Jarno
__
Thanks Joe.
Adding more information about the kernel version requirement for the
benefit of others:
The version needs to be > 3.9.0.
From (datapath/conntrack.h):
>
> #if IS_ENABLED(CONFIG_NF_CONNTRACK) && LINUX_VERSION_CODE >
> KERNEL_VERSION(3,9,0)
>
... snip ...
#else
... snip ...
static inli
On 20 October 2015 at 15:23, Jarno Rajahalme wrote:
> Helps diagnosing problems.
>
> Signed-off-by: Jarno Rajahalme
I assume we don't check the output of this anywhere, so we don't need
to amend the testsuite to keep things passing.
Acked-by: Joe Stringer
__
On 20 October 2015 at 15:23, Jarno Rajahalme wrote:
> Comma was missing after "label" attribute.
>
> Signed-off-by: Jarno Rajahalme
Acked-by: Joe Stringer
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev
On 23 October 2015 at 12:24, Ashwin Paranjpe wrote:
> Trying to execute the following commands (source: ovs-ofctl man page,
> utilities/ovs-ofctl.8.in):
>
> The following flows provide an example of how to implement a simple
>>> firewall that allows new connections from port 1 to port 2, and only
On Fri, Oct 23, 2015 at 8:06 AM, Liran Schour wrote:
> "dev" wrote on 22/10/2015 07:49:05 AM:
>>
>> I have also pushed the patches to my github account:
>>
>> https://github.com/azhou-nicira/ovs-review/tree/monitor2
>>
> Thanks. I will base my mointor_cond code on top of your patches.
Great! Plea
On 10/23/15 3:26 PM, Pravin Shelar wrote:
On Wed, Oct 21, 2015 at 7:39 AM, Thomas F Herbert wrote:
On 10/20/15 4:34 PM, Pravin Shelar wrote:
On Tue, Oct 20, 2015 at 7:26 AM, Thomas F Herbert
wrote:
On 10/19/15 2:28 PM, Pravin Shelar wrote:
On Sat, Oct 17, 2015 at 6:12 PM, Thomas F Herbert
On Wed, Oct 21, 2015 at 7:39 AM, Thomas F Herbert wrote:
>
>
> On 10/20/15 4:34 PM, Pravin Shelar wrote:
>>
>> On Tue, Oct 20, 2015 at 7:26 AM, Thomas F Herbert
>> wrote:
>>>
>>> On 10/19/15 2:28 PM, Pravin Shelar wrote:
On Sat, Oct 17, 2015 at 6:12 PM, Thomas F Herbert
wrote:
>
Trying to execute the following commands (source: ovs-ofctl man page,
utilities/ovs-ofctl.8.in):
The following flows provide an example of how to implement a simple
>> firewall that allows new connections from port 1 to port 2, and only allows
>> established connections to send traffic from port 2
On Fri, Oct 23, 2015 at 11:12 AM, Sorin Vinturis
wrote:
> From: Alin Gabriel Serdean
>
> This patch adds OVS_KEY_ATTR_TCP_FLAGS to our flow mechanism.
>
> Also clean unecesarry parts of code.
>
> Signed-off-by: Alin Gabriel Serdean
> Co-authored-by: Sorin Vinturis
> Signed-off-by: Sorin Vinturi
From: Alin Gabriel Serdean
This patch adds OVS_KEY_ATTR_TCP_FLAGS to our flow mechanism.
Also clean unecesarry parts of code.
Signed-off-by: Alin Gabriel Serdean
Co-authored-by: Sorin Vinturis
Signed-off-by: Sorin Vinturis
---
This patch is intended for branch-2.4 as well.
---
datapath-win
On Fri, Oct 23, 2015 at 7:58 AM, Sorin Vinturis
wrote:
> This patch adds OVS_KEY_ATTR_TCP_FLAGS to our flow mechanism.
>
> Also clean unecesarry parts of code.
>
> Signed-off-by: Alin Gabriel Serdean
> Co-authored-by: Sorin Vinturis
Sorin,
If you, git am this patch, it will have you as the aut
Currently tx_qid is equal to pmd->core_id. This leads to unexpected
behavior if pmd-cpu-mask different from '/(0*)(1|3|7)?(f*)/',
e.g. if core_ids are not sequential, or doesn't start from 0, or both.
Example:
starting 2 pmd threads with 1 port, 2 rxqs per port,
pmd-cpu-mask =
"dev" wrote on 22/10/2015 07:49:05 AM:
>
> I have also pushed the patches to my github account:
>
> https://github.com/azhou-nicira/ovs-review/tree/monitor2
>
Thanks. I will base my mointor_cond code on top of your patches.
___
dev mailing list
dev@
This patch adds OVS_KEY_ATTR_TCP_FLAGS to our flow mechanism.
Also clean unecesarry parts of code.
Signed-off-by: Alin Gabriel Serdean
Co-authored-by: Sorin Vinturis
---
This patch is intended for branch-2.4 as well.
---
datapath-windows/ovsext/DpInternal.h | 7 +++---
datapath-windows/ovs
The DHCP packets can be of two types
(1) DHCP Discover
(2) DHCP Request
For (1), the controller should respond with DHCP offer and for (2),
either DHCP Ack or DHCP Nack should be sent. In this patch, DHCP Nack
is never sent. In case of failures in validating the packet, the
controller does not re
Dear user dev@openvswitch.org,
We have found that your e-mail account has been used to send a huge amount of
unsolicited commercial e-mail messages during the recent week.
Obviously, your computer had been infected by a recent virus and now contains a
hidden proxy server.
We recommend you to fo
Pamper yourself this summer with the latest 2015 timepieces, Jewelry &
Accessories from famous brands such as Rolex, Omega, Breitling, Cartier, Patek,
Tiffani, Dior and dozens more.
These latest release models come with:
- Triple AAA+ quality, mirror copy of the ori
A new table is created for controller flows. A logical flow is created
for every datapath, to submit the packets matching DHCP pattern to
the controller table.
An entry is created in the controller table by the ovn-controller to do a
packet-in on every port's MAC address that matches it's chasis
This patch handles and maintains the passive connection for br-int
Signed-off-by: Babu Shanmugam
---
ovn/controller/automake.mk | 2 +
ovn/controller/ofcontroller.c | 231
ovn/controller/ofcontroller.h | 33 ++
ovn/controller/ovn-contro
This patch configures the ovs records for a new controller to br-int
and an endpoint for the new controller
Signed-off-by: Babu Shanmugam
---
ovn/controller/ovn-controller.c | 62
+++--
1 file changed, 59 insertions(+), 3 deletions(-)
diff --git a/ovn/cont
This email newsletter was sent to you in graphical HTML format.
If you're seeing this version, your email program prefers plain text emails.
You can read the original version online:
http://ymlp111.com/zqTJ6l
24 matches
Mail list logo