Re: [ovs-dev] [PATCH] FAQ: mention about plotnetcfg tool

2015-09-04 Thread Ben Pfaff
On Thu, Sep 03, 2015 at 11:53:17AM -0300, Flavio Leitner wrote: > The plotnetcfg is an open source tool to visualy represent > relationship between network interfaces on a single host. > > It helps to understand the path of a packet on a host. > > Signed-off-by: Flavio Leitner Applied to master

Re: [ovs-dev] [PATCH] FAQ: mention about plotnetcfg tool

2015-09-03 Thread Flavio Leitner
On Thu, Sep 03, 2015 at 09:26:17AM -0700, ALeX Wang wrote: > tried this out, looks useful, Yeah, try on a openstack compute node with some tenants. It uses namespaces, veth pairs, ovs bridges, internal ports, tunnels, linux bridges, etc. Of course, it's possible to trace the path of a packet, but

Re: [ovs-dev] [PATCH] FAQ: mention about plotnetcfg tool

2015-09-03 Thread ALeX Wang
tried this out, looks useful, Look good to me, Thanks, Alex Wang, On 3 September 2015 at 07:53, Flavio Leitner wrote: > The plotnetcfg is an open source tool to visualy represent > relationship between network interfaces on a single host. > > It helps to understand the path of a packet on a ho

[ovs-dev] [PATCH] FAQ: mention about plotnetcfg tool

2015-09-03 Thread Flavio Leitner
The plotnetcfg is an open source tool to visualy represent relationship between network interfaces on a single host. It helps to understand the path of a packet on a host. Signed-off-by: Flavio Leitner --- FAQ.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/FAQ.md b/FAQ.md index 5ce42