[ovs-build] Still Failing: vasu-dasari/ovs#66 (static-mac - 771bf30)

Travis CI builds at travis-ci.org
Fri Apr 30 19:54:44 UTC 2021


Build Update for vasu-dasari/ovs
-------------------------------------

Build: #66
Status: Still Failing

Duration: 19 mins and 59 secs
Commit: 771bf30 (static-mac)
Author: Vasu Dasari
Message: ofproto-dpif: CLI option to add fdb entry

Currently there is an option to add/flush/show ARP/ND neighbor. This covers L3
side.  For L2 side, there is only fdb show command. This patch gives an option
to add/del an fdb entry via CLI.

CLI command looks like:

To add:
    ovs-appctl fdb/add <bridge> <port> <vlan> <Mac>
    ovs-appctl fdb/add br0 p1 0 50:54:00:00:00:05

To del:
    ovs-appctl fdb/del <bridge> <port> <vlan> <Mac>
    ovs-appctl fdb/del br0 p1 0 50:54:00:00:00:05

Static entry should not age. To indicate that entry being programmed is a static entry,
'expires' field in 'struct mac_entry' will be set to a INT_MAX. A check for this value
is made while deleting mac entry as part of regular aging process. Another check as part
of mac-update process, when a packet with same source mac as this entry arrives on the
configured port will not modify the expires field

Signed-off-by: Vasu Dasari <vdasari at gmail.com>

View the changeset: https://github.com/vasu-dasari/ovs/compare/aa5c49dd4869...771bf303e0a4

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


--

You can unsubscribe from build emails from the vasu-dasari/ovs repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=25058263&utm_medium=notification&utm_source=email.
Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification&utm_source=email.
Or configure specific 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/20210430/fd713d80/attachment.html>


More information about the build mailing list