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

Lorenzo Bianconi lorenzo.bianconi at redhat.com
Fri Oct 25 17:36:03 UTC 2019


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(-)

-- 
2.21.0



More information about the dev mailing list