[ovs-git] [openvswitch/ovs] 213615: ovn-northd: Add flows in DHCP_OPTIONS pipeline to ...

GitHub noreply at github.com
Thu Jan 26 02:03:14 UTC 2017


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 213615b3cd1cf823d71e12e565c639c96f4213fb
      https://github.com/openvswitch/ovs/commit/213615b3cd1cf823d71e12e565c639c96f4213fb
  Author: Numan Siddique <nusiddiq at redhat.com>
  Date:   2017-01-25 (Wed, 25 Jan 2017)

  Changed paths:
    M ovn/northd/ovn-northd.c
    M tests/ovn.at

  Log Message:
  -----------
  ovn-northd: Add flows in DHCP_OPTIONS pipeline to support renew requests

ovn-northd adds the flows to send the DHCPv4 packets to ovn-controller
only with the match ip4.src = 0.0.0.0 and ip4.dst = 255.255.255.255.

When a DHCPv4 lease is about to expire, before sending a DHCPDISCOVER
packet, the client can send a DHCPREQUEST packet to renew its ip
with ip4.src set to its offered ip and ip4.dst set to the DHCP server
ip or broadcast ip.

This patch supports this missing scenario by adding the necessary
flows in DHCP_OPTIONS ingress pipeline.

Signed-off-by: Numan Siddique <nusiddiq at redhat.com>
Signed-off-by: Russell Bryant <russell at ovn.org>




More information about the git mailing list