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(-) -- 2.14.5 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
