[ovs-git] [openvswitch/ovs] b8623e: ovn: Set router lifetime value for IPv6 periodic R...

GitHub noreply at github.com
Mon Apr 16 20:09:31 UTC 2018


  Branch: refs/heads/branch-2.9
  Home:   https://github.com/openvswitch/ovs
  Commit: b8623e4cfee8350e66451cafe8f682fec0e02feb
      https://github.com/openvswitch/ovs/commit/b8623e4cfee8350e66451cafe8f682fec0e02feb
  Author: Numan Siddique <nusiddiq at redhat.com>
  Date:   2018-04-16 (Mon, 16 Apr 2018)

  Changed paths:
    M ovn/controller/pinctrl.c
    M tests/ovn.at

  Log Message:
  -----------
  ovn: Set router lifetime value for IPv6 periodic RA.

ovn-controller when it sends out periodic RA packets, sets '0' in the
Router lifetime field. As per the RFC 4861,  lifetime of 0 indicates that
the router is not a default router and SHOULD NOT appear on the default
router list. Without the default route, a VM will not able to reach to
other router ports attached to the same router unless a default route
is added by the user.

ovn-controller when encoding the 'put_nd_ra_opts' action sets the Router
Lifetime field to 0xffff. So this patch also sets the same value when
sending out the periodic RAs.

Reported-at: https://bugzilla.redhat.com/show_bug.cgi?id=1567735
Signed-off-by: Numan Siddique <nusiddiq at redhat.com>
Signed-off-by: Ben Pfaff <blp at ovn.org>
Acked-by: Mark Michelson <mmichels at redhat.com>




More information about the git mailing list