This group is locked. No changes can be made to the group while it is locked.
Re: [ovs-discuss] bfd implementation in OVS
Alex Wang <alexw@...>
On Tue, Aug 25, 2015 at 4:57 AM, daya kamath <daya_k@...> wrote:
You need to create a vlxan tunnel between the two host first, and then enable bfd on the tunnel ports on both end, yes, bfd pkt will be delivered as single hop,
UDP port, please check the function bfd_should_process_flow() in bfd.c module for details,
Some hardware switch also requires specific inner bfd header fields, so these fields are for compatibility Since ovs only checks the udp port, you do not need to care about it, please refer to function bfd_put_packet() in bfd.c module for how bfd packet is composed, Thanks, Alex Wang,
|