for flow-based tunnel: ovs-vsctl add-port br-int vxlan1 -- set interface vxlan1 type=vxlan options:remote_ip=flow options:key=flow options:local_ip=10.10.0.1 ovs-vsctl set interface vxlan1 bfd:enable=true
when I enable bfd in such a vxlan interface , I can not capture any bfd packets in the physical port.(which used by vxlan interface) At 2017-09-14 23:38:19, "Miguel Angel Ajo Pelayo" <[email protected]> wrote: What do you mean by flow-based tunnel? We're using it internally to provide HA connectivity to Gateway_Chassis on OVN, and it's working as a charm to monitor tunnel endpoints on OVS bridges. https://github.com/openvswitch/ovs/blob/master/ovn/controller/bfd.c On Tue, Sep 12, 2017 at 9:19 PM, ychen <[email protected]> wrote: can I enable bfd on flow based tunnel? does it work? _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
