[ovs-dev] [PATCH] ofproto-dpif-upcall: Expire netflow flow when revalidate_ukey failed

Ben Pfaff blp at nicira.com
Fri Apr 4 05:57:43 UTC 2014


On Fri, Apr 04, 2014 at 11:06:28AM +0900, YAMAMOTO Takashi wrote:
> > On 3 April 2014 20:54, YAMAMOTO Takashi <yamamoto at valinux.co.jp> wrote:
> > I think that your patch is also applicable to branch-2.1.
> 
> is there any special procedures when pushing to release branches?

Not really.  I usually do something like this:

        git checkout origin/branch-2.1
        git cherry-pick $COMMIT
        # make, if I think it might not compile
        # make check, if I'm worried it might not pass
        git push origin HEAD:branch-2.1



More information about the dev mailing list