mbox series

[ovs-dev,0/3] OVN: Fixes regarding RA prefixes

Message ID 20190325212956.22093-1-mmichels@redhat.com
Headers show
Series OVN: Fixes regarding RA prefixes | expand

Message

Mark Michelson March 25, 2019, 9:29 p.m. UTC
This is a series of patches that fix some errors with router
advertisements. Each individual patch will explain the issues more
completely.

This patch series is built against OVS master, but it will need to be
backported as far back as 2.9

Mark Michelson (3):
  OVN: Use offset instead of pointer into ofpbuf
  OVN: Always send prefix option in RAs
  OVN: Make periodic RAs consistent with RA responder.

 lib/packets.h            |  3 ---
 ovn/controller/pinctrl.c |  5 +++--
 ovn/lib/actions.c        | 20 +++++++++++---------
 ovn/lib/ovn-l7.h         |  3 ++-
 ovn/northd/ovn-northd.c  | 11 ++++-------
 tests/ovn.at             | 10 ++++++----
 6 files changed, 26 insertions(+), 26 deletions(-)

Comments

Ben Pfaff March 25, 2019, 9:55 p.m. UTC | #1
On Mon, Mar 25, 2019 at 05:29:53PM -0400, Mark Michelson wrote:
> This is a series of patches that fix some errors with router
> advertisements. Each individual patch will explain the issues more
> completely.
> 
> This patch series is built against OVS master, but it will need to be
> backported as far back as 2.9

Thanks.  I applied this and backported it as far as 2.9.