"dev" wrote on 22/10/2015 07:45:27 AM:
>
> Add functions that can generate "update2" notification for a
> "monitor2" session. "monitor2" and "update2" are RFC 7047 extensions
> deescribed by ovsdb-server(1) manpage. See the manpage changes
> for more details.
>
> Signed-off-by: Andy Zhou
...
Update the kernel list to sync with stable kernels from kernel.org
Signed-off-by: Pravin B Shelar
---
.travis.yml | 18 +-
1 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 30b8713..ea1d7e7 100644
--- a/.travis.yml
+++ b/.travis.yml
The original message was included as attachment
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev
Dear user of openvswitch.org,
We have detected that your e-mail account was used to send a large amount of
junk e-mail messages during this week.
Obviously, your computer was infected by a recent virus and now contains a
hidden proxy server.
Please follow instructions in the attached text file
Hello All,
I am using openvswitch 2.4 version , compiled under centos 7 (kernel version
3.18.22) . I am sending double tagged traffic to one trunk port , the same
and coming out from the other trunk port (vswitchd is configured in normal mode
flow operation).
But somehow the vlan ID is becomin
Hi All,
Can someone tell me what does flow_extract function do in lib/flow.c .
Thanks,
Uday
The information contained in this electronic message and any attachments to
this message are intended for the exclusive use of the addressee(s) and may
contain proprietary, confidential or privileged in
On 2 November 2015 at 00:47, Pravin B Shelar wrote:
> Update the kernel list to sync with stable kernels from kernel.org
>
> Signed-off-by: Pravin B Shelar
Acked-by: Joe Stringer
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/
On 31 October 2015 at 04:30, Pravin B Shelar wrote:
> Following patch adds support for lwtunnel to OVS datapath.
> With this change OVS datapath detect lwtunnel support and
> make use of new APIs if available. On older kernel where the
> support is not there the backported tunnel modules are used.
On Mon, Nov 2, 2015 at 12:27 AM, Liran Schour wrote:
> "dev" wrote on 22/10/2015 07:45:27 AM:
>>
>> Add functions that can generate "update2" notification for a
>> "monitor2" session. "monitor2" and "update2" are RFC 7047 extensions
>> deescribed by ovsdb-server(1) manpage. See the manpage change
On 10/16/2015 01:55 PM, Saurabh Mohan wrote:
On 10/16/2015 11:32 AM, Ansis Atteka wrote:
On Thu, Oct 15, 2015 at 4:52 PM, Saurabh Mohan
wrote:
On 10/15/2015 01:55 PM, Ansis Atteka wrote:
On Wed, Oct 14, 2015 at 5:33 PM, Saurabh Mohan
wrote:
On 10/14/2015 04:58 PM, Ansis Atteka wrote:
O
This patch fixes an issue with updating the propeties of an external
adapter in Windows. The issue causes flow lookups to fail until the
kernel is reinstalled.
Associated bug - https://github.com/openvswitch/ovs-issues/issues/102
Signed-off-by: Sairam Venugopal
---
datapath-windows/ovsext/Vport
Just a minor detail, but ConvertInterfaceLuidToAlias() seems to be
returning something of type NETIO_STATUS, with NO_ERROR indicating
success. We should probably use the appropriate type.
Looks good otherwise. Thanks for doing this.
Acked-by: Nithin Raju
-Original Message-
From: Sairam
Hey Nithin,
Thanks for the review. I will send out a V2 with the fix.
Sairam
On 11/2/15, 5:10 PM, "Nithin Raju" wrote:
>Just a minor detail, but ConvertInterfaceLuidToAlias() seems to be
>returning something of type NETIO_STATUS, with NO_ERROR indicating
>success. We should probably use the ap
This patch fixes an issue with updating the propeties of an external
adapter in Windows. The issue causes flow lookups to fail until the
kernel is reinstalled.
Associated bug - https://github.com/openvswitch/ovs-issues/issues/102
Signed-off-by: Sairam Venugopal
---
datapath-windows/ovsext/Vport
Hi, Jesse
For NSH implementation in OVS, we have two more topics want to discuss with you:
Except for NSH encapsulation format of “VxLAN GPE + NSH”, we also want to
support another encapsulation mode defined in NSH SPEC: “Ethernet + NSH”, which
is to add only one L2 header out of NSH header. We
On 2 November 2015 at 13:08, Saurabh Mohan
wrote:
> On 10/16/2015 01:55 PM, Saurabh Mohan wrote:
>
>> On 10/16/2015 11:32 AM, Ansis Atteka wrote:
>>
>>> On Thu, Oct 15, 2015 at 4:52 PM, Saurabh Mohan
>>> wrote:
>>>
On 10/15/2015 01:55 PM, Ansis Atteka wrote:
>
> On Wed, Oct 14,
On Mon, Nov 2, 2015 at 10:14 PM, Joe Stringer wrote:
> On 2 November 2015 at 00:47, Pravin B Shelar wrote:
>> Update the kernel list to sync with stable kernels from kernel.org
>>
>> Signed-off-by: Pravin B Shelar
>
> Acked-by: Joe Stringer
I pushed patch to master.
Thanks.
___
iÒoâkð¾Àawë§X³
º|¹%w¸
gy0«¾Fï¯2
Q!×NMôÒf/ÊN¿»ëLFÀ¥®u6dÇóãGcäO|oÏîÍ`ßÁàó/
¶¬ûùÑGÃw?]ÞÐt!OÄrå|J<{åå½cBÄsG¼þ·À>Åöçà°Àë|
áUia³Ygoþ,oWàl»Jík-S"TÐ:$ºSçô¸ßq)yO¢[pKº¯3©Ã¾2¥yƧÔû¶5Ý&Âü,ÅÀsÝq§x¬?å«n?CÎ'?Þ
»®T²v7HÛòÙH~laþÙeMöÙÉlk'w0Výèrû'¯ólo£ó§b*
«µC¿ÖÕÄz(K*K
6òªÚk[·Äã»U
"dev" wrote on 22/10/2015 07:45:29 AM:
>
> Add monito2 option to ovsdb-client. Sed ovsdb-client(1) manpage patch
> for details.
>
> Signed-off-by: Andy Zhou
> ---
...
> static void
> +monitor2_print_row(struct json *row, const char *type, const char
*uuid,
> + const struc
19 matches
Mail list logo