[ovs-build] Passed: gvrose8192/ovs-experimental#11 (test-branch-768716 - 25f2dd6)

Travis CI builds at travis-ci.org
Tue May 30 22:11:32 UTC 2017


Build Update for gvrose8192/ovs-experimental
-------------------------------------

Build: #11
Status: Passed

Duration: 41 minutes and 57 seconds
Commit: 25f2dd6 (test-branch-768716)
Author: Ben Pfaff
Message: Replace most uses of and references to "ifconfig" by "ip".

It's becoming more common that OSes include "ip" but not "ifconfig", so
it's best to avoid using the latter.  This commit removes most references
to "ifconfig" and replaces them by "ip".  It also adds a build-time check
to make it harder to introduce new uses of "ifconfig".

There are important differences between "ifconfig" and "ip":

- An "ifconfig" command that sets an IP address also brings the interface
  up, but a similar "ip addr add" command does not, so it is often necessary
  (or at least precautionary) to add an "ip link set <dev> up" command.

- "ifconfig" can infer a netmask from an IP adddress, but "ip" always
  assumes /32 if none is given.

- "ifconfig" with address 0.0.0.0 removes any configured IP address, but
  "ip addr add" does not, so "ifconfig <dev> 0.0.0.0" must be replaced by
  "ip addr del" or "ip addr flush".

Signed-off-by: Ben Pfaff <blp at ovn.org>

View the changeset: https://github.com/gvrose8192/ovs-experimental/commit/25f2dd61452e

View the full build log and details: https://travis-ci.org/gvrose8192/ovs-experimental/builds/237694694?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/20170530/4ba213d3/attachment-0001.html>


More information about the build mailing list