[ovs-build] Fixed: blp/ovs-reviews#802 (table-names - 74bd876)

Travis CI builds at travis-ci.org
Sat Jan 6 01:37:57 UTC 2018


Build Update for blp/ovs-reviews
-------------------------------------

Build: #802
Status: Fixed

Duration: 36 minutes and 50 seconds
Commit: 74bd876 (table-names)
Author: Ben Pfaff
Message: Support accepting and displaying table names in OVS tools.

OpenFlow has little-known support for naming tables.  Open vSwitch has
supported table names for ages, but it has never used or displayed them
outside of commands dedicated to table manipulation.  This commit adds
support for table names in ovs-ofctl.  When a table has a name, it displays
that name in flows and actions, so that, for example, the following:
    table=1, arp, actions=resubmit(,2)
might become:
    table=ingress_acl, arp, actions=resubmit(,mac_learning)
given appropriately named tables.

For backward compatibility, only interactive ovs-ofctl commands by default
display table names; to display them in scripts, use the new --names
option.

This feature was inspired by a talk that Kei Nohguchi presented at Open
vSwitch 2017 Fall Conference.

CC: Kei Nohguchi <kei at nohguchi.com>
Signed-off-by: Ben Pfaff <blp at ovn.org>

View the changeset: https://github.com/blp/ovs-reviews/compare/bff14e90ae32...74bd876dc350

View the full build log and details: https://travis-ci.org/blp/ovs-reviews/builds/325675624?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/20180106/59b03c22/attachment-0001.html>


More information about the build mailing list