Build Update for libvirt/libvirt
-------------------------------------
Build: #1914
Status: Passed
Duration: 21 mins and 35 secs
Commit: d40b820 (v5.0.0-rc2)
Author: Laine Stump
Message: util: check accept_ra for all nexthop interfaces of multipath routes
When checking the setting of accept_ra, we have assumed that all
routes have a single nexthop, so the interface of the route would be
in the RTA_OIF attribute of the netlink RTM_NEWROUTE message. But
multipath routes don't have an RTA_OIF; instead, they have an
RTA_MULTIPATH attribute, which is an array of rtnexthop, with each
rtnexthop having an interface. This patch adds a loop to look at the
setting of accept_ra of the interface for every rtnexthop in the
array.
Signed-off-by: Laine Stump <laine(a)laine.org>
Reviewed-by: Erik Skultety <eskultet(a)redhat.com>
View the changeset:
https://github.com/libvirt/libvirt/compare/v5.0.0-rc2
View the full build log and details:
https://travis-ci.org/libvirt/libvirt/builds/479111394?utm_medium=notific...
--
You can unsubscribe from build emails from the libvirt/libvirt repository going to
https://travis-ci.org/account/preferences/unsubscribe?repository=4872032&....
Or unsubscribe from *all* email updating your settings at
https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notifica....
Or configure specific recipients for build notifications in your .travis.yml file. See
https://docs.travis-ci.com/user/notifications.