On Jan 23, 2012, at 3:53 PM, Ben Pfaff wrote:
> +*)
> +keep_files=$scripts
> +replace_files=
> +cat < +
> +The original XenServer scripts replaced by this package are not those
> +of any supported version of XenServer. On XenServer earlier than
The original scripts we
Hello My Dear,
Nice to meet you.
mamikur...@yahoo.com Nuova grafica e nuove funzionalità! Crea subito Gratis la tua nuova Casella di Posta Katamail
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev
Thanks, pushed to master, branch-1.4, branch-1.5.
On Fri, Jan 20, 2012 at 02:23:40PM -0800, Ethan Jackson wrote:
> Looks good to me.
>
> Ethan
>
> On Wed, Jan 18, 2012 at 16:09, Ben Pfaff wrote:
> > Otherwise bad translations can stick around.
> >
> > Bug #9253.
> > Reported-by: Paul Ingram
>
On Mon, Jan 23, 2012 at 02:47:16PM -0800, Ethan Jackson wrote:
> > Most of the diff is just indentation changes, so it's easier to
> > spot the real changes if you first apply it with "git am" and
> > then go in with "gitk" and click the box that says "Ignore space
> > change".
>
> FWIW git diff a
The changes look reasonable to me.
--Justin
On Jan 23, 2012, at 3:53 PM, Ben Pfaff wrote:
> This commit updates the "vif" and "interface-reconfigure" scripts installed
> by Open vSwitch on Citrix XenServer with those in XenServer 6.0.0.
>
> Signed-off-by: Ben Pfaff
> ---
> Not tested.
>
> xe
On Mon, Jan 23, 2012 at 02:49:14PM -0800, Justin Pettit wrote:
> On Jan 23, 2012, at 2:43 PM, Ben Pfaff wrote:
>
> > This commit fixes the problem by increasing the MAC learning timeout from
> > 60 seconds to 300 seconds. According to my reading, Linux uses a 60-second
> > ARP timeout, old versio
This commit updates the "vif" and "interface-reconfigure" scripts installed
by Open vSwitch on Citrix XenServer with those in XenServer 6.0.0.
Signed-off-by: Ben Pfaff
---
Not tested.
xenserver/etc_xensource_scripts_vif| 40 +++-
.../opt_xensource_libexec_Inter
Open vSwitch comes with slightly improved versions of upstream Citrix
XenSever host scripts. Until now, the Open vSwitch RPMs have always
installed its own versions of the scripts over the Citrix versions. This
commit changes behavior to replace the scripts only if we recognize the
exact versions
Thanks, I've merged this.
Ethan
On Mon, Jan 23, 2012 at 15:17, Ben Pfaff wrote:
> On Mon, Jan 23, 2012 at 03:16:00PM -0800, Ethan Jackson wrote:
>> > Please add Jacob to AUTHORS.
>> >
>> > This adds an odd blank line near the end of cfm_run().
>>
>> Done.
>>
>>
>> > The current message reports m
On Mon, Jan 23, 2012 at 03:16:00PM -0800, Ethan Jackson wrote:
> > Please add Jacob to AUTHORS.
> >
> > This adds an odd blank line near the end of cfm_run().
>
> Done.
>
>
> > The current message reports missing sequence numbers, but I think that
> > there are at least two other possible issues
> Please add Jacob to AUTHORS.
>
> This adds an odd blank line near the end of cfm_run().
Done.
> The current message reports missing sequence numbers, but I think that
> there are at least two other possible issues: duplicate sequence
> numbers and out-of-order sequence numbers. It might be a
s/agin/aging/
It may be worth documenting the allowed range in vswitchd.xml, I don't
feel strongly about it though.
Looks good,
Ethan
On Mon, Jan 23, 2012 at 14:43, Ben Pfaff wrote:
> NICS-11.
> Signed-off-by: Ben Pfaff
> ---
> lib/learning-switch.c | 6 --
> lib/mac-learning.c |
On Jan 23, 2012, at 2:43 PM, Ben Pfaff wrote:
> This commit fixes the problem by increasing the MAC learning timeout from
> 60 seconds to 300 seconds. According to my reading, Linux uses a 60-second
> ARP timeout, old versions of Windows use 2 minutes, and new versions of
> Windows use 45 seconds
> Most of the diff is just indentation changes, so it's easier to
> spot the real changes if you first apply it with "git am" and
> then go in with "gitk" and click the box that says "Ignore space
> change".
FWIW git diff and git show take the -w option which ignores whitespace.
Looks good.
Etha
NICS-11.
Signed-off-by: Ben Pfaff
---
lib/learning-switch.c |6 --
lib/mac-learning.c| 41 ++---
lib/mac-learning.h| 10 +++---
ofproto/ofproto.c |4 ++--
vswitchd/bridge.c | 14 --
vswitchd/vswitch.xml |6
These patches are targeted at the vlan-maint branch. They will need
to go to master, too, but this is an urgent request from Citrix for
a customer support issue.
I haven't tested these yet.
Ben Pfaff (2):
mac-learning: Increase MAC learning timeout to 300 seconds.
vswitchd: Make the MAC entr
When Cisco (and other?) routers are configured in high-availability modes,
they use two different MAC addreses. The router uses MAC 1 only for ARP
replies. The router uses MAC 2 for forwarding IP packets to end hosts.
When a MAC learning switch is attached to the router, therefore, it will
only l
Looks cleaner.
Ethan
On Fri, Jan 13, 2012 at 16:43, Ben Pfaff wrote:
> This will allow the upcoming flow table eviction policy code to determine
> which flows will expire soon.
>
> Signed-off-by: Ben Pfaff
> ---
> NEWS | 3 +++
> ofproto/ofproto-dpif.c | 15 +
Looks good.
Ethan
On Fri, Jan 13, 2012 at 16:43, Ben Pfaff wrote:
> This is our customary way to implement a "destroy" function. It allows
> a minor simplification in ofoperation_complete().
>
> Signed-off-by: Ben Pfaff
> ---
> ofproto/ofproto.c | 10 +-
> 1 files changed, 5 inserti
Looks good.
Ethan
On Fri, Jan 13, 2012 at 16:43, Ben Pfaff wrote:
> Nothing uses op->victim following this assignment, so it is not
> needed.
>
> Signed-off-by: Ben Pfaff
> ---
> ofproto/ofproto.c | 1 -
> 1 files changed, 0 insertions(+), 1 deletions(-)
>
> diff --git a/ofproto/ofproto.c b
> We had explicit calls to time_init() a long time ago but it was hard
> to maintain.
Alright.
Ethan
>
> On Mon, Jan 23, 2012 at 01:25:34PM -0800, Ethan Jackson wrote:
>> I would think that you would want to explicitly call time_init() from
>> main or something. It probably doesn't matter as ti
Looks good.
Ethan
On Fri, Jan 13, 2012 at 16:43, Ben Pfaff wrote:
> A "hidden" table is one that OpenFlow operations affect only if the
> table_id is explicitly specified, that is, operations that affect
> all tables ignore it.
>
> A "read-only" table is one that OpenFlow operations are not allo
We had explicit calls to time_init() a long time ago but it was hard
to maintain.
On Mon, Jan 23, 2012 at 01:25:34PM -0800, Ethan Jackson wrote:
> I would think that you would want to explicitly call time_init() from
> main or something. It probably doesn't matter as time_msec() will
> probably b
Looks cleaner, thanks.
Ethan
On Fri, Jan 13, 2012 at 16:43, Ben Pfaff wrote:
> If the ->construct() function initializes the OpenFlow tables itself,
> then it can conveniently do implementation-specific configuration of
> those tables afterward. There isn't any such configuration to do yet;
> a
> +/* Removes 'old' from its oftable then, if 'new' is nonnull, inserts 'new'.
> */
> +static void
> +oftable_substitute_rule(struct rule *old, struct rule *new)
> +{
> + oftable_remove_rule(old);
> + if (new) {
> + oftable_replace_rule(new);
> + }
> +}
Could you do oftable_remove
I would think that you would want to explicitly call time_init() from
main or something. It probably doesn't matter as time_msec() will
probably be called pretty quickly after startup. Just seems a bit
more straightforward to me.
Looks good,
Ethan
On Fri, Jan 13, 2012 at 16:43, Ben Pfaff wrote
Have you heard of WAZZUB?
WAZZUB, is a Brilliant Concept; It has NEVER Been Done Before ~
Make no mistake. WAZZUB is a multi-billion dollar project.
It has been in the making since 2007 with over $2,000,000 already invested.
It’s the new Internet Phenomenon; it's here to stay and you are one of
hello My Dear,
i am miss sarah, i would like to know more about you,please contact me through
(sarah44_will...@yahoo.com) fomer to explain myself and send my pics for you to
know me.Best regards
sarah,___
dev mailing list
dev@openvswitch.org
http://op
28 matches
Mail list logo