On Sun, Aug 04, 2013 at 07:45:38PM -0700, Ben Pfaff wrote:
> On Mon, Aug 05, 2013 at 11:38:57AM +0900, Simon Horman wrote:
> > Hi,
> >
> > I would like to announce my intention to work on OF1.1+ Groups support for
> > Open vSwtich with a particular focus on supporting the fast failover group
> > t
Really hope to hear any comment about my implementation,
I'm not sure if this is a good way to do it (e.g using fd stream for file
io).
There is a dilemma between implementing it as ofctl command or appctl
command:
Keith mentioned that he may want to be able to both output the snooped
message to
This commit adds a new commmand "ovs-ofctl parse-ofpraw" to ovs.
It allows user to parse undecoded raw OpenFlow messages into human
readable form. It can parse the output log of "ovs-appctl log/controller"
command.
Signed-off-by: Alex Wang
---
utilities/ovs-ofctl.c | 29 +++
This commit adds a new command "ovs-appctl log/controller" to ovs.
This command allows user to log OpenFlow messages between bridge and
its controllers into a specified file.
Signed-off-by: Alex Wang
---
lib/automake.mk |2 ++
lib/ovs-snoop.c | 71 ++
On Mon, Aug 05, 2013 at 11:38:57AM +0900, Simon Horman wrote:
> Hi,
>
> I would like to announce my intention to work on OF1.1+ Groups support for
> Open vSwtich with a particular focus on supporting the fast failover group
> type.
>
> I do not wish to tread on any toes so if anyone is already wo
Hi,
I would like to announce my intention to work on OF1.1+ Groups support for
Open vSwtich with a particular focus on supporting the fast failover group
type.
I do not wish to tread on any toes so if anyone is already working on this
please let me know.
Assuming that is not the case my high-lev
This looks good, can I have your signed-off-by please?
Thanks,
Ethan
On Fri, Jul 19, 2013 at 4:17 PM, Pavithra Ramesh wrote:
> ---
> lib/bfd.c |8
> 1 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/lib/bfd.c b/lib/bfd.c
> index 3ac257a..a36b8f3 100644
> --- a/lib/b