mbox series

[ovs-dev,RFC,ovn,0/2] Add IPv6 Prefix delegation (RFC3633)

Message ID cover.1572024147.git.lorenzo.bianconi@redhat.com
Headers show
Series Add IPv6 Prefix delegation (RFC3633) | expand

Message

Lorenzo Bianconi Oct. 25, 2019, 5:36 p.m. UTC
Introduce Ipv6 Prefix delegation state machine according to RFC 3633
https://tools.ietf.org/html/rfc3633.
Add dhcp6_server_pkt controller action to parse advertise/reply from
IPv6 delegation server.
Introduce logical flows in ovn router pipeline in order to parse dhcpv6
advertise/reply from IPv6 prefix delegation router.

Lorenzo Bianconi (2):
  controller: add ipv6 prefix delegation state machine
  northd: add logical flows for dhcpv6 pfd parsing

 controller/pinctrl.c  | 543 ++++++++++++++++++++++++++++++++++++++++++
 include/ovn/actions.h |   9 +-
 lib/actions.c         |  22 ++
 lib/ovn-l7.h          |  19 ++
 northd/ovn-northd.c   |  61 ++++-
 tests/ovn.at          |   6 +
 utilities/ovn-trace.c |   2 +
 7 files changed, 660 insertions(+), 2 deletions(-)