On Thu, Dec 9, 2010 at 10:42 AM, frank <[email protected]> wrote: > >>> However interface gre0 doesn't show up in ifconfig. >> >> No, it won't. The Open vSwitch implementation of GRE doesn't create >> Linux network devices. > > so, if I want to debug, how to track if my traffic was going to gre > interface? > just tcdump the really eth0 of my host?
Yes, that's the best way to see the traffic. You can also use ovs-dpctl dump-flows to see the flows going to the GRE port inside Open vSwitch. _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss_openvswitch.org
