On Thu, Sep 18, 2014 at 10:30 PM, Dietmar Maurer wrote:
> Is there a patch to compile OVS 2.3.0 with latest RHEL7 kernel?
>
I do not think there is patch to fix it.
Flavio,
Is anyone from Redhat working on this?
Thanks,
Pravin.
>
>
>
> ___
> discuss
Thanks for the answers.
I see flows getting deleted on disconnect I will try to figure out from where
these calls are coming.
In my project I implemented an alternate ofproto_class and added callbacks for
meters so I can add meters either using ovs-ofctl or via Open DayLight.
I will see what I ca
On Sun, Sep 21, 2014 at 05:33:36AM +, Gur Stavi wrote:
> I have 2 questions about meters:
>
> If OVS loses connection to controller it delete active flows
No, it doesn't.
> but does not delete active meters. Shouldn't meters be deleted as
> well.
How are you adding meters? The FAQ says:
Delete the stale vifs from the database at boot time.
On Mon, Sep 22, 2014 at 12:48 AM, Paweł Szczepaniak
wrote:
> Why it's so bad idea? I know, that in case of vswitchd going down, we'll
> loose our config, but starting up all vifs after hard reboot is also very
> big problem for us.
> What you
Why it's so bad idea? I know, that in case of vswitchd going down, we'll
loose our config, but starting up all vifs after hard reboot is also
very big problem for us.
What you would suggest than?
On 09/19/2014 04:59 PM, Ben Pfaff wrote:
On Fri, Sep 19, 2014 at 04:24:38PM +0200, Pawe?? Szczepa