Re: [ovs-dev] [PATCH] BFD: Reconfigure BFD on port deletion.

2013-05-28 Thread Ethan Jackson
Applied to master. Thank you. Ethan On Tue, May 28, 2013 at 2:35 PM, Pavithra Ramesh wrote: > Invoke the function to reconfigure BFD when a port/interface > is deleted. > > Signed-off-by: Pavithra Ramesh > --- > lib/bfd.c |5 +++-- > ofproto/ofproto-dpif.c |2 ++ > 2 file

[ovs-dev] [PATCH] BFD: Reconfigure BFD on port deletion.

2013-05-28 Thread Pavithra Ramesh
Invoke the function to reconfigure BFD when a port/interface is deleted. Signed-off-by: Pavithra Ramesh --- lib/bfd.c |5 +++-- ofproto/ofproto-dpif.c |2 ++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/lib/bfd.c b/lib/bfd.c index 95dad2d..761c91c 100644 --

Re: [ovs-dev] [PATCH] BFD: Reconfigure BFD on port deletion.

2013-05-28 Thread Ethan Jackson
One more thing I forgot to mention in the previous round. All patches need a Signed-off-by in the commit message which roughly states that you realize this is going to an open source project, and you have the right to submit the code (see "SubmittingPatches" for a detailed explanation). If you co

[ovs-dev] [PATCH] BFD: Reconfigure BFD on port deletion.

2013-05-28 Thread Pavithra Ramesh
Invoke the function to reconfigure BFD when a port/interface is deleted. --- lib/bfd.c |5 +++-- ofproto/ofproto-dpif.c |2 ++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/lib/bfd.c b/lib/bfd.c index 95dad2d..761c91c 100644 --- a/lib/bfd.c +++ b/lib/bfd.c @@

Re: [ovs-dev] [PATCH] BFD: Reconfigure BFD on port deletion

2013-05-28 Thread Ethan Jackson
Looks good to me. If you would, please add a period to the end of the first line in the commit message, and update the comment of bfd_configure() to mention that NULL is an acceptable value for 'cfg'. Once that's done, I'll merge. Thanks, Ethan On Thu, May 23, 2013 at 7:31 PM, Pavithra Ramesh

[ovs-dev] [PATCH] BFD: Reconfigure BFD on port deletion

2013-05-23 Thread Pavithra Ramesh
Invoke the function to reconfigure BFD when a port/interface is deleted. Signed-off-by: Pavithra Ramesh --- lib/bfd.c |2 +- ofproto/ofproto-dpif.c |2 ++ 2 files changed, 3 insertions(+), 1 deletions(-) diff --git a/lib/bfd.c b/lib/bfd.c index 95dad2d..48c0e38 100644 ---