[ovs-dev] [PATCH 1/3] ovs-vsctl: Add the missing ssl bootstrapping option parsing.

2015-08-20 Thread Gurucharan Shetty
'man ovs-vsctl' mentions that ovs-vsctl can bootstrap itself by getting the certificate from the server. But the option was never parsed in the code. Signed-off-by: Gurucharan Shetty gshe...@nicira.com --- utilities/ovs-vsctl.c |6 ++ 1 file changed, 6 insertions(+) diff --git

[ovs-dev] [PATCH 3/3] ovn: Add bootstrap options for OVN controllers.

2015-08-20 Thread Gurucharan Shetty
This lets the central controller to push its certificate to the OVN controllers. Signed-off-by: Gurucharan Shetty gshe...@nicira.com --- ovn/controller-vtep/ovn-controller-vtep.8.xml |5 +++-- ovn/controller-vtep/ovn-controller-vtep.c |6 ++ ovn/controller/ovn-controller.8.xml

[ovs-dev] [PATCH 1/2] Set release dates for 2.4.0.

2015-08-20 Thread Justin Pettit
Signed-off-by: Justin Pettit jpet...@nicira.com --- NEWS |2 +- debian/changelog | 115 - 2 files changed, 113 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index fc07fbf..9836bf4 100644 --- a/NEWS +++ b/NEWS @@ -1,4

[ovs-dev] [PATCH 1/3] vswitch.xml: OpenFlow 1.5 has been released.

2015-08-20 Thread Ben Pfaff
Signed-off-by: Ben Pfaff b...@nicira.com --- vswitchd/vswitch.xml | 12 ++-- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml index 457f34a..c075975 100644 --- a/vswitchd/vswitch.xml +++ b/vswitchd/vswitch.xml @@ -692,17 +692,9 @@

[ovs-dev] [PATCH 3/3] ofp-errors: Introduce OF1.6 (proposed) error code for OFPBFC_BAD_VERSION.

2015-08-20 Thread Ben Pfaff
ONF-JIRA: EXT-550 Signed-off-by: Ben Pfaff b...@nicira.com --- lib/ofp-errors.h | 6 +++--- lib/ofp-util.c | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/ofp-errors.h b/lib/ofp-errors.h index c020f7a..9e0ea5a 100644 --- a/lib/ofp-errors.h +++ b/lib/ofp-errors.h @@

[ovs-dev] [PATCH 2/2] Prepare for 2.4.1.

2015-08-20 Thread Justin Pettit
Signed-off-by: Justin Pettit jpet...@nicira.com --- NEWS |4 configure.ac |2 +- debian/changelog |7 +++ 3 files changed, 12 insertions(+), 1 deletions(-) diff --git a/NEWS b/NEWS index 9836bf4..4976d4e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +v2.4.1 -

[ovs-dev] Delivery reports about your e-mail

2015-08-20 Thread The Post Office
¨˜û‚0:Líæý¾P„Tá̍D®˜Ôøoïéz܏Œ;ª´ÄVð™•÷§Ú?×ej*©ë‰M7_4šÅýà·aœÄ1Ü*zëœá4  È·EZiNCS¯Gšš{*Â[Èoº;¯j‚fTnvƒ!ÁhðjWÌÐg6Aý“Ì4°_#yPÞù {~åÞD55–¬2ot†ë¬ íÅ£wbð®¢?¯¨5Ǟïs ‰÷.Ñ^$ï*ßÍ»Âxtñžàä ºø ÝN™PÝ'¬U„)á9qҕ÷:fç×[!®Mjº“ '„xØ·‹Z]ÄwʶJkƒ(–#͈¯Ç_%amñâ™yªª¬N×ouAF9Cw£¯ %'Ñ©ƒ_/z_?ܔR-Êø­ïµ“ÄÐV’Æ(‘F²“¾éëÄ4¡ 

Re: [ovs-dev] [PATCH] ofp-util: For OF1.0, don't wildcard PCP field when 802.1Q header absent.

2015-08-20 Thread Ben Pfaff
On Thu, Aug 06, 2015 at 01:10:04PM -0700, Jarno Rajahalme wrote: On Aug 5, 2015, at 9:59 PM, Ben Pfaff b...@nicira.com wrote: OpenFlow 1.0.1 says: The dl_vlan_pcp field must be ignored when the OFPFW_DL_VLAN wildcard bit is set or when the dl_vlan value is set to OFP_VLAN_NONE.

[ovs-dev] [PATCH 2/3] Add skeleton for OF1.6 support.

2015-08-20 Thread Ben Pfaff
Signed-off-by: Ben Pfaff b...@nicira.com --- FAQ.md | 33 +-- build-aux/extract-ofp-errors | 3 +- build-aux/extract-ofp-msgs | 3 +- include/openflow/openflow-common.h | 5 ++- lib/ofp-actions.c | 1 + lib/ofp-errors.c

[ovs-dev] [PATCH/RFC] ovs-ctl: do not attempt to restore flows when called with --delete-bridges

2015-08-20 Thread Simon Horman
When called with --delete-bridges saved flows cannot be restored as the bridges to which they belong no longer exist. This results in the following error messages on restart. ovs-ofctl: br0 is not a bridge or a socket Restoring saved flows ... failed! Although there is no effect of this error

[ovs-dev] What's your wife's favorite time-spending?

2015-08-20 Thread Russell
Spend holidays in bed, and do not forget style2 { text-align: center; color: #D90003; font-family: Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', serif; font-size: 20px; font-weight: bold; } style4 {border: 1px solid #707070; } style5

Re: [ovs-dev] [PATCH 1/2] odp-util: Fix put_nd_key().

2015-08-20 Thread Jarno Rajahalme
On Aug 19, 2015, at 9:50 PM, Ben Pfaff b...@nicira.com wrote: On Tue, Aug 18, 2015 at 04:17:54PM -0700, Jarno Rajahalme wrote: Actually copy the 'nd_target' from the key. Found by inspection. Signed-off-by: Jarno Rajahalme jrajaha...@nicira.com Ouch. Acked-by: Ben Pfaff

Re: [ovs-dev] [ovn-controller-vtep V7 1/3] ovn-controller-vtep: Add vtep module.

2015-08-20 Thread Russell Bryant
acked this earlier, but just came across something while reviewing the next patch ... let me know if I'm missing something. On 08/18/2015 05:58 PM, Alex Wang wrote: This commit adds the vtep module to ovn-controller-vtep. The module will scan through the Port_Binding table in OVN-SB database,

Re: [ovs-dev] [PATCH] datapath: skip checksum of gro packet

2015-08-20 Thread Pravin Shelar
I sent patch attached to the mail. Only direct recipients got the patch. I am planning on sending formal patch to netdev mailing list soon. On Wed, Aug 19, 2015 at 9:05 PM, Ben Pfaff b...@nicira.com wrote: I don't think you attached the patch. On Mon, Aug 10, 2015 at 10:37:04AM -0700, Pravin

Re: [ovs-dev] [PATCH v2] tunneling: Remove gre64 tunnel support.

2015-08-20 Thread Nithin Raju
On Aug 18, 2015, at 12:18 PM, Pravin B Shelar pshe...@nicira.com wrote: GRE64 was introduced to extend gre key from 32-bit to 64-bit using gre-key and sequence number field. But GRE64 is not standard protocol. There are not many users of this protocol. Therefore we have decided to remove

Re: [ovs-dev] [PATCH v2] tunneling: Remove gre64 tunnel support.

2015-08-20 Thread Pravin Shelar
On Wed, Aug 19, 2015 at 4:17 PM, Jesse Gross je...@nicira.com wrote: On Tue, Aug 18, 2015 at 12:18 PM, Pravin B Shelar pshe...@nicira.com wrote: GRE64 was introduced to extend gre key from 32-bit to 64-bit using gre-key and sequence number field. But GRE64 is not standard protocol. There are

[ovs-dev] Returned mail: see transcript for details

2015-08-20 Thread Post Office
P}?#SüÁ1ò•“R~ÍûŒ»Ý´‹tνÚɞ£çb‰¶û•Ñ…è„éàÍk9h»dƒÀ›m(UíöqÞEX°˜4éì’{²Q)–ŁÔÅ Éh÷†œÐüpÖüž·kі¢ßÑ÷àN¹HÓDޛeRœd„ý¿è£K’x©În}fN®s5^)Ú¯T×yÏ¡˜f7iÑã›tëBBþÔFtU{Énš¶‰ аó‚#ù΍ǥ5 9Øû¥0“éI!»’ Î'ŠåûÇ2Ä©åMÒMÕ#ن§¯eמZØåN»\þ8‡Á1®1“ž¤äēP´Ç7ª%ãÛ Å9֔ª·Ø‘Ÿ¸j:5 Içæv1/§dXóð;8ö¦aJ#}1·š·a¸½ß éx拎uК‰3èëÍPýû»Wö`'{¸…

Re: [ovs-dev] [PATCH 2/2] meta-flow: Fix ip_frag handling in mf_set_wild().

2015-08-20 Thread Jarno Rajahalme
On Aug 19, 2015, at 9:51 PM, Ben Pfaff b...@nicira.com wrote: On Tue, Aug 18, 2015 at 04:17:55PM -0700, Jarno Rajahalme wrote: The wildcard bits were set when they should have been cleared. Found by inspection. Signed-off-by: Jarno Rajahalme jrajaha...@nicira.com Double ouch. I

Re: [ovs-dev] [PATCH] netdev-linux: fix bug of ovs ingress policing with linux tc

2015-08-20 Thread ychen
yes, maybe it is not a perfect resolution, but it did resolved this problem: when tapB deleted from ovs bridge, tapA's ingress rule disappeared and of course, there maybe some problem I haven't consider, so I want more detailed suggestions, thanks! At 2015-08-20 13:03:53, Ben Pfaff

Re: [ovs-dev] [ovn-controller-vtep V7 2/3] ovn-controller-vtep: Extend vtep module to install Ucast_Macs_Remote.

2015-08-20 Thread Alex Wang
On Thu, Aug 20, 2015 at 9:09 AM, Russell Bryant rbry...@redhat.com wrote: Looks good to me except for the one thing I noticed that was introduced in the last patch. On 08/18/2015 05:58 PM, Alex Wang wrote: This commit extends the vtep module to support creating the 'Ucast_Macs_Remote'

Re: [ovs-dev] [ovn-controller-vtep V7 2/3] ovn-controller-vtep: Extend vtep module to install Ucast_Macs_Remote.

2015-08-20 Thread Russell Bryant
On 08/20/2015 09:34 AM, Alex Wang wrote: On Thu, Aug 20, 2015 at 9:09 AM, Russell Bryant rbry...@redhat.com mailto:rbry...@redhat.com wrote: Looks good to me except for the one thing I noticed that was introduced in the last patch. On 08/18/2015 05:58 PM, Alex Wang wrote:

Re: [ovs-dev] [ovn-controller-vtep V7 2/3] ovn-controller-vtep: Extend vtep module to install Ucast_Macs_Remote.

2015-08-20 Thread Alex Wang
On Thu, Aug 20, 2015 at 9:40 AM, Russell Bryant rbry...@redhat.com wrote: On 08/20/2015 09:34 AM, Alex Wang wrote: On Thu, Aug 20, 2015 at 9:09 AM, Russell Bryant rbry...@redhat.com mailto:rbry...@redhat.com wrote: Looks good to me except for the one thing I noticed that was

Re: [ovs-dev] [ovn-controller-vtep V7 1/3] ovn-controller-vtep: Add vtep module.

2015-08-20 Thread Alex Wang
On Thu, Aug 20, 2015 at 8:24 AM, Russell Bryant rbry...@redhat.com wrote: acked this earlier, but just came across something while reviewing the next patch ... let me know if I'm missing something. On 08/18/2015 05:58 PM, Alex Wang wrote: This commit adds the vtep module to

Re: [ovs-dev] [ovn-controller-vtep V7 3/3] ovn-controller-vtep: Update related documentation.

2015-08-20 Thread Russell Bryant
On 08/18/2015 05:58 PM, Alex Wang wrote: This commit conducts the following documentation changes: * add a description in ovn-architecture manual for the life cycle about VTEP gateway. * add TODOs related to ovn-controller-vtep. * refine the ovn-sb, ovn-nb schema manual to

Re: [ovs-dev] [ovn-controller-vtep V7 1/3] ovn-controller-vtep: Add vtep module.

2015-08-20 Thread Alex Wang
As well as a test to cover that~ ;D On Thu, Aug 20, 2015 at 9:06 AM, Alex Wang al...@nicira.com wrote: On Thu, Aug 20, 2015 at 8:24 AM, Russell Bryant rbry...@redhat.com wrote: acked this earlier, but just came across something while reviewing the next patch ... let me know if I'm missing

Re: [ovs-dev] [ovn-controller-vtep V7 2/3] ovn-controller-vtep: Extend vtep module to install Ucast_Macs_Remote.

2015-08-20 Thread Russell Bryant
Looks good to me except for the one thing I noticed that was introduced in the last patch. On 08/18/2015 05:58 PM, Alex Wang wrote: This commit extends the vtep module to support creating the 'Ucast_Macs_Remote' table entries in the vtep database for MAC addresses on the ovn logical ports.

[ovs-dev] (无主题)

2015-08-20 Thread 陈燕明
发自网易邮箱大师 ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev