[ovs-build] Canceled: ovn-open-virtual-networks/ovs#15 (or-master - 3f82ac1)

Travis CI builds at travis-ci.com
Fri Jun 5 12:34:01 UTC 2020


Build Update for ovn-open-virtual-networks/ovs
-------------------------------------

Build: #15
Status: Canceled

Duration: 11 mins and 46 secs
Commit: 3f82ac1 (or-master)
Author: Tonghao Zhang
Message: netdev-offload-tc: Expand tunnel source IPs masked match

To support more use case, for example, DDOS, which
packets should be dropped in hardware, this patch
allows users to match only the tunnel source IPs with
masked value.

$ ovs-appctl dpctl/add-flow "tunnel(src=2.2.2.0/255.255.255.0,tp_dst=4789,ttl=64),\
  recirc_id(2),in_port(3),eth(),eth_type(0x0800),ipv4()" ""

$ ovs-appctl dpctl/dump-flows
  tunnel(src=2.2.2.0/255.255.255.0,ttl=64,tp_dst=4789) ... actions:drop
$ tc filter show dev vxlan_sys_4789 ingress
  ...
  eth_type ipv4
  enc_src_ip 2.2.2.0/24
  enc_dst_port 4789
  enc_ttl 64
  in_hw in_hw_count 2
    action order 1: gact action drop
    ...

Signed-off-by: Tonghao Zhang <xiangxia.m.yue at gmail.com>
Acked-by: Roi Dayan <roid at mellanox.com>
Signed-off-by: Simon Horman <simon.horman at netronome.com>

View the changeset: https://github.com/ovn-open-virtual-networks/ovs/compare/or-master

View the full build log and details: https://travis-ci.com/github/ovn-open-virtual-networks/ovs/builds/169818282?utm_medium=notification&utm_source=email

--

You can unsubscribe from build emails from the ovn-open-virtual-networks/ovs repository going to https://travis-ci.com/account/preferences/unsubscribe?repository=13090324&utm_medium=notification&utm_source=email.
Or unsubscribe from *all* email updating your settings at https://travis-ci.com/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/20200605/c6909735/attachment.html>


More information about the build mailing list