Re: [ovs-dev] [PATCH V2] bfd: Allow users to set local/remote src/dst MAC address.

2014-08-14 Thread Alex Wang
Thx, applied both patches to master and branch-2.3. On Wed, Aug 13, 2014 at 6:49 PM, Ethan Jackson wrote: > Acked-by: Ethan Jackson > > > On Mon, Aug 11, 2014 at 6:34 PM, Alex Wang wrote: > > This commit adds options for configuring the MAC addresses > > in BFD state machine. Therein, the "b

Re: [ovs-dev] [PATCH V2] bfd: Allow users to set local/remote src/dst MAC address.

2014-08-13 Thread Ethan Jackson
Acked-by: Ethan Jackson On Mon, Aug 11, 2014 at 6:34 PM, Alex Wang wrote: > This commit adds options for configuring the MAC addresses > in BFD state machine. Therein, the "bfd_local_src_mac" and > "bfd_local_dst_mac" configure the MAC address of sent BFD > packets. The "bfd_remote_dst_mac" c

[ovs-dev] [PATCH V2] bfd: Allow users to set local/remote src/dst MAC address.

2014-08-11 Thread Alex Wang
This commit adds options for configuring the MAC addresses in BFD state machine. Therein, the "bfd_local_src_mac" and "bfd_local_dst_mac" configure the MAC address of sent BFD packets. The "bfd_remote_dst_mac" configure the matching of MAC address on recevied BFD packets. Signed-off-by: Alex Wan