[ovs-build] Still Failing: openvswitch/ovs#5381 (master - a6480fc)

Travis CI builds at travis-ci.org
Fri Oct 20 20:55:06 UTC 2017


Build Update for openvswitch/ovs
-------------------------------------

Build: #5381
Status: Still Failing

Duration: 1 hour, 15 minutes, and 34 seconds
Commit: a6480fc (master)
Author: Gurucharan Shetty
Message: ovs-save: Handle different 'ip addr show' output.

On RHEL 7.4 (with iproute-3.10.0-87), a DHCP provided
ipv4 address has the "dynamic" keyword set. For e.g
"ip addr show breth0 | grep inet" shows:

    inet 10.116.248.91/20 brd 10.116.255.255 scope global dynamic breth0
    inet6 fe80::250:56ff:fea8:fdf0/64 scope link

The keyword "dynamic" (according to 'man ip-address') is only
used for ipv6, but in this case this is not true. Our current
code will skip the ipv4 address restoration because of this.

With this commit, we special case "dynamic" keyword to be valid
in case of ipv4.

VMware-BZ: #1982196
Signed-off-by: Gurucharan Shetty <guru at ovn.org>
Acked-by: Yi-Hung Wei <yihung.wei at gmail.com>

View the changeset: https://github.com/openvswitch/ovs/compare/01d630280078...a6480fc6aab3

View the full build log and details: https://travis-ci.org/openvswitch/ovs/builds/290602508?utm_source=email&utm_medium=notification

--

You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openvswitch.org/pipermail/ovs-build/attachments/20171020/0f3965e1/attachment.html>


More information about the build mailing list