Re: [ovs-dev] [PATCH] bfd: Allow setting OAM bit when encapsulated in tunnel.

2016-06-29 Thread Jesse Gross
On Wed, Jun 29, 2016 at 2:41 PM, pravin shelar wrote: > On Tue, Jun 28, 2016 at 10:28 PM, Jesse Gross wrote: >> Some tunnel protocols, such as Geneve, have a bit in the tunnel >> header to indicate that it is an OAM packet. This means that the >> packet should be processed as a tunnel control fra

Re: [ovs-dev] [PATCH] bfd: Allow setting OAM bit when encapsulated in tunnel.

2016-06-29 Thread pravin shelar
On Tue, Jun 28, 2016 at 10:28 PM, Jesse Gross wrote: > Some tunnel protocols, such as Geneve, have a bit in the tunnel > header to indicate that it is an OAM packet. This means that the > packet should be processed as a tunnel control frame and not be > passed onto connected links. > > When BFD is

[ovs-dev] [PATCH] bfd: Allow setting OAM bit when encapsulated in tunnel.

2016-06-28 Thread Jesse Gross
Some tunnel protocols, such as Geneve, have a bit in the tunnel header to indicate that it is an OAM packet. This means that the packet should be processed as a tunnel control frame and not be passed onto connected links. When BFD is used inside of a tunnel it is often used in this control capacit