[ovs-dev] Are you brave enough to protect your love in any situation?

2015-03-11 Thread Darrel Vaughan
Hey Macho? Are you one? Are you brave enough to protect your love in any situation? Will you do anything in life for her? Are you ready to love a girl till death separates you? Well, I am in search of some macho and gentleman like that. I am Victoriya, a Russian girl, and I am from a university

Re: [ovs-dev] [PATCH ovn 1/3] ovn: Rename "switch" to "lswitch" in NB schema definition.

2015-03-11 Thread Justin Pettit
> On Mar 11, 2015, at 4:21 PM, Ben Pfaff wrote: > > On Wed, Mar 11, 2015 at 04:12:52PM -0700, Justin Pettit wrote: >> The IDL will blow up when compiling the NB schema, since "switch" is a >> C reserved keyword. This commit changes it to "lswitch". >> >> Signed-off-by: Justin Pettit > > I gu

Re: [ovs-dev] [PATCH ovn 2/3] ovn: Build "ovn" and "ovn-nb" IDLs.

2015-03-11 Thread Justin Pettit
> On Mar 11, 2015, at 4:29 PM, Russell Bryant wrote: > > On 03/11/2015 07:12 PM, Justin Pettit wrote: >> Signed-off-by: Justin Pettit >> --- >> ovn/.gitignore |6 ++ >> ovn/automake.mk| 40 >> ovn/ovn-idl.ann|9 + >> ovn/ov

Re: [ovs-dev] Are you brave enough to protect your love in any situation?

2015-03-11 Thread Christopher Thomson
Hey Macho? Are you one? Are you brave enough to protect your love in any situation? Will you do anything in life for her? Are you ready to love a girl till death separates you? Well, I am in search of some macho and gentleman like that. I am Victoriya, a Russian girl, and I am from a university

[ovs-dev] Hello Mr. Dependable!!!

2015-03-11 Thread August Anderson
Hello Mr. Dependable!!! I am Tanya and I am in search of my personal Mr. Dependable? Are you one? Well I hope that you are. Most girls are in search of one. It is very important for us girls to have someone who is there for you in any situation in life. I am from Russia and here girls love to h

[ovs-dev] i guarantee you will get laid tonight (if you read this)

2015-03-11 Thread Roberto Youmans
Hey man... Want to know a fast and easy way to get any woman turned on, attracted to you, and on her knees, begging to suck your d*ck? This Video Shows You How http://urla.ru/1I3H <-- Just click the link above to watch the video and insantly discover.. -

Re: [ovs-dev] [PATCH ovn 2/3] ovn: Build "ovn" and "ovn-nb" IDLs.

2015-03-11 Thread Russell Bryant
On 03/11/2015 07:12 PM, Justin Pettit wrote: > Signed-off-by: Justin Pettit > --- > ovn/.gitignore |6 ++ > ovn/automake.mk| 40 > ovn/ovn-idl.ann|9 + > ovn/ovn-nb-idl.ann |9 + > 4 files changed, 64 insertion

[ovs-dev] want to be my new f_ckbuddy

2015-03-11 Thread Alexandria Nathan
Send me a F_ckFriends request so we can hook up My usename is HorNyChik67 My profile is here: http://z8.ro/c4d TALK S00N ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [PATCH ovn 1/3] ovn: Rename "switch" to "lswitch" in NB schema definition.

2015-03-11 Thread Ben Pfaff
On Wed, Mar 11, 2015 at 04:12:52PM -0700, Justin Pettit wrote: > The IDL will blow up when compiling the NB schema, since "switch" is a > C reserved keyword. This commit changes it to "lswitch". > > Signed-off-by: Justin Pettit I guess we could call them "logical bridges". Acked-by: Ben Pfaff

Re: [ovs-dev] [PATCH ovn 1/3] ovn: Rename "switch" to "lswitch" in NB schema definition.

2015-03-11 Thread Russell Bryant
On 03/11/2015 07:12 PM, Justin Pettit wrote: > The IDL will blow up when compiling the NB schema, since "switch" is a > C reserved keyword. This commit changes it to "lswitch". > > Signed-off-by: Justin Pettit > --- > ovn/ovn-nb.ovsschema | 12 ++-- > ovn/ovn-nb.xml | 10 +

Re: [ovs-dev] [PATCH ovn 1/3] ovn: Rename "switch" to "lswitch" in NB schema definition.

2015-03-11 Thread Justin Pettit
There was a third patch, which I didn't include, so please just review the two patches in the series. --Justin > On Mar 11, 2015, at 4:12 PM, Justin Pettit wrote: > > The IDL will blow up when compiling the NB schema, since "switch" is a > C reserved keyword. This commit changes it to "lswit

[ovs-dev] [PATCH ovn 2/3] ovn: Build "ovn" and "ovn-nb" IDLs.

2015-03-11 Thread Justin Pettit
Signed-off-by: Justin Pettit --- ovn/.gitignore |6 ++ ovn/automake.mk| 40 ovn/ovn-idl.ann|9 + ovn/ovn-nb-idl.ann |9 + 4 files changed, 64 insertions(+), 0 deletions(-) create mode 100644 ovn/ovn-idl.ann c

[ovs-dev] [PATCH ovn 1/3] ovn: Rename "switch" to "lswitch" in NB schema definition.

2015-03-11 Thread Justin Pettit
The IDL will blow up when compiling the NB schema, since "switch" is a C reserved keyword. This commit changes it to "lswitch". Signed-off-by: Justin Pettit --- ovn/ovn-nb.ovsschema | 12 ++-- ovn/ovn-nb.xml | 10 +- 2 files changed, 11 insertions(+), 11 deletions(-)

[ovs-dev] [PATCH 2/2] Use the IANA-assigned ports for OpenFlow and OVSDB.

2015-03-11 Thread Justin Pettit
We've been warning about the change since 2.1, which was released a year ago. Signed-off-by: Justin Pettit --- FAQ.md | 11 - INSTALL.Windows.md | 50 ++-- NEWS

[ovs-dev] [PATCH 1/2] vswitchd: Update IPv6 controller examples to use OpenFlow port.

2015-03-11 Thread Justin Pettit
The IPv6 examples in ovs-vswitchd.conf.db to configure the OpenFlow port used the OVSDB port number, which is confusing. Signed-off-by: Justin Pettit --- vswitchd/vswitch.xml |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml

[ovs-dev] 1 trick for getting laid (video)

2015-03-11 Thread Royce Coleman
Can you get laid using the magic words in this video? Click Here To Find Out http://urla.ru/1IbY This shocking free video shows you how to make any girl want to fuck you in 60 seconds or less. Just say the magic words And any woman is yours. 100% of the time. Click Here To Watch The Video

Re: [ovs-dev] [PATCH V2] openvswitch-cfg-update: Fix incorrect controller config.

2015-03-11 Thread Alex Wang
On Wed, Mar 11, 2015 at 2:04 PM, Ben Pfaff wrote: > Acked-by: Ben Pfaff > Thx, applied to master, ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [PATCH V2] openvswitch-cfg-update: Fix incorrect controller config.

2015-03-11 Thread Ben Pfaff
On Wed, Mar 11, 2015 at 02:08:27PM -0700, Alex Wang wrote: > Commit 032c09ddd10 (XenServer: Don't reset on xe-toolstack-restart) > introduced a bug which causes the setting of 'ssl::6632' at xenserver > boot. Subsequently, at each bridge configuration, ovs will report > '|socket_util|ERR|:6632: ba

Re: [ovs-dev] [PATCH V2] openvswitch-cfg-update: Fix incorrect controller config.

2015-03-11 Thread Alex Wang
Haven't heard from Jason, resend the patch~ On Wed, Mar 11, 2015 at 2:08 PM, Alex Wang wrote: > Commit 032c09ddd10 (XenServer: Don't reset on xe-toolstack-restart) > introduced a bug which causes the setting of 'ssl::6632' at xenserver > boot. Subsequently, at each bridge configuration, ovs wil

[ovs-dev] [PATCH V2] openvswitch-cfg-update: Fix incorrect controller config.

2015-03-11 Thread Alex Wang
Commit 032c09ddd10 (XenServer: Don't reset on xe-toolstack-restart) introduced a bug which causes the setting of 'ssl::6632' at xenserver boot. Subsequently, at each bridge configuration, ovs will report '|socket_util|ERR|:6632: bad IPv4 address ""' due to the empty address. The exact calltrace i

Re: [ovs-dev] generating ovn-nb ovsdb api

2015-03-11 Thread Justin Pettit
> On Mar 11, 2015, at 1:43 PM, Russell Bryant wrote: > > I've started looking at making an ovn-nbctl utility. The next thing I > need for that is to generate the ovsdb code for it from the schema. I'm > sure I can figure it out from examples but wanted to see if anyone > happened to already have

Re: [ovs-dev] Are you one?

2015-03-11 Thread Danial Nash
Hello Mr. Dependable!!! I am Tanya and I am in search of my personal Mr. Dependable? Are you one? Well I hope that you are. Most girls are in search of one. It is very important for us girls to have someone who is there for you in any situation in life. I am from Russia and here girls love to h

[ovs-dev] generating ovn-nb ovsdb api

2015-03-11 Thread Russell Bryant
I've started looking at making an ovn-nbctl utility. The next thing I need for that is to generate the ovsdb code for it from the schema. I'm sure I can figure it out from examples but wanted to see if anyone happened to already have it in a local branch. Thanks! -- Russell Bryant __

Re: [ovs-dev] OFPMT_TABLE_FEATURES is supported in OVS or not

2015-03-11 Thread Jean Tourrilhes
tech_kals Kals wrote : > > Switch can maintain any number of flow tables. But, the controller will > come to know about it only through "OFPMT_TABLE_FEATURES". That's incorrect. Currently, the main method for hardware switches is to use an out-of-band mechanism. If you look at any

Re: [ovs-dev] Patch adding additional QoS strategies to OVS

2015-03-11 Thread Jonathan Vestin
Thank you for your fast reply and fix. I applied it and it still doesn't fix my problem. Some investigation and my problem seems to be that in tc_query_qdisc, the call to tc_transact returns error 2 (No such file or directory). I try to trigger tc_load with the following script: tc qdisc del de

Re: [ovs-dev] Are you ready to love a girl till death separates you?

2015-03-11 Thread Josef Crossman
Hello Mr. Dependable!!! I am Tanya and I am in search of my personal Mr. Dependable? Are you one? Well I hope that you are. Most girls are in search of one. It is very important for us girls to have someone who is there for you in any situation in life. I am from Russia and here girls love to h

Re: [ovs-dev] Will you do anything in life for her?

2015-03-11 Thread Danny Adrian
Hello Mr. Dependable!!! I am Tanya and I am in search of my personal Mr. Dependable? Are you one? Well I hope that you are. Most girls are in search of one. It is very important for us girls to have someone who is there for you in any situation in life. I am from Russia and here girls love to h

[ovs-dev] Are you ready to love a girl till death separates you?

2015-03-11 Thread Kevin Laird
Hello Mr. Dependable!!! I am Tanya and I am in search of my personal Mr. Dependable? Are you one? Well I hope that you are. Most girls are in search of one. It is very important for us girls to have someone who is there for you in any situation in life. I am from Russia and here girls love to h

Re: [ovs-dev] Hey Macho?

2015-03-11 Thread Andrea Finch
Hello Mr. Dependable!!! I am Tanya and I am in search of my personal Mr. Dependable? Are you one? Well I hope that you are. Most girls are in search of one. It is very important for us girls to have someone who is there for you in any situation in life. I am from Russia and here girls love to h

[ovs-dev] if you can open this email, you can get LAID

2015-03-11 Thread Virgil Gimson
Seriously! Getting laid is simple All you have to do is read this email... And then watch this completely free video that shows you a scientifically-proven mind control trick that gets women turned on, attracted to you, and wanting to bang.within seconds. Click Here To Watch http://u

[ovs-dev] how to get any woman on her knees (free video)

2015-03-11 Thread Randell Croftoon
Do you know how to make any girl horny for you? This Video Shows You How http://urla.ru/1IdQ Just watch the video, use the tips, and start banging between 5 and 7 girls every week. If you want to use the tips to get a loyal dedicated girlfriend, you can use it for that too. And when you use

[ovs-dev] Je souhaiterais correspondre avec toi!!!!!!!

2015-03-11 Thread VIVIANE FORCIER
Oh salut, je suis vraiment contente de te contacter pour correspondre avec toi car mon plus grand désir est de partager mes plaisirs. Je m'appelle Viviane FORCIER, Je suis de trentaine et la première fille de mes parents. J'habite ici à Québec au Canada, Je suis célibataire. J'aime lire, la mus

[ovs-dev] 1 trick for getting laid (video)

2015-03-11 Thread Florence Clifford
Can you get laid using the magic words in this video? Click Here To Find Out http://urla.ru/1IcQ This shocking free video shows you how to make any girl want to fuck you in 60 seconds or less. Just say the magic words And any woman is yours. 100% of the time. Click Here To Watch The Video

[ovs-dev] Strange trick makes girls fuck you?

2015-03-11 Thread Owen Simpson
Do you know how to make any girl horny for you? This Video Shows You How http://hop.kz/9bsN Just watch the video, use the tips, and start banging between 5 and 7 girls every week. If you want to use the tips to get a loyal dedicated girlfriend, you can use it for that too. And when you use this

[ovs-dev] Returned mail: Data format error

2015-03-11 Thread custcare
DÝÓsÏüͧ‹ùY 15äŒ8ê[Å\!­¦8ÖP†aw(k…®¿R†ãÒÇë ^’ŽÓΒùªL0tƒ±Œ×P¬q’øfQ§—Û“7´9}£4߯ý9sâÉ~–†9kÊ*Q!5!÷ÄO™×)$ˆŒ**h\uh’Ù¾Ôn±[—–ÃÍâʾ<‘dŽ’ 7®^­´º6ž"#ÀöµòþXŽ5®ÏR•\™ŠªJÊÏãdµXSzÚö÷©`Jwêu³¶ö)ÚÏeþ¹é¸5삅âðÔ7X… gøWƒúóý6{딋¬¥íÓÛî/~âtˆ0~Ðm"w÷PUËöKàÖa$õYîS”ÊœÎD"ò÷ïr¨ŸiÏÇaBñw_`C“ÒSޑ–œLý{ŸB­ ’^·åƒÇØ÷SÛ)çØ;d•ßÑY Ñ

Re: [ovs-dev] OFPMT_TABLE_FEATURES is supported in OVS or not

2015-03-11 Thread tech_kals Kals
Hi Ben, Let me rephrase my question. I know, how flow entries are added into a single flow table. But, I have few doubts while installing a flow entry into multiple flow tables. 1) Switch can maintain any number of flow tables. But, the controller will come to know about it only through "OFPMT_TA

Re: [ovs-dev] i guarantee you will get laid tonight (if you read this)

2015-03-11 Thread Ariel Quincy
A bold promise, I know... But i've recently discovered an absolutely GUARANTEED method for getting ANY woman into your bed. FAST And the best part is, you can use it TONIGHT to get laid. Click Here To Discover The Secret (Free Video) http://urla.ru/1IgP <- Videos comes down to

Re: [ovs-dev] This video gets you laid?

2015-03-11 Thread Vanessa Neal
Do you know how to make any girl horny for you? This Video Shows You How http://x.co/7uRkX Just watch the video, use the tips, and start banging between 5 and 7 girls every week. If you want to use the tips to get a loyal dedicated girlfriend, you can use it for that too. And when you use this