On Jun 5, 2012, at 10:31 AM, ravi kerur wrote: > 1. if i configure gre port with the following option(local_ip) > > ovs-vsctl add-port br0 gre0 -- set interface gre0 type=gre > options:local_ip=10.0.0.3,remote_ip=10.0.0.7
Do you see errors in ovs-vswitchd.log? My guess is you'll see error messages about bad options. Try configuring the options like this: "options:local_ip=10.0.0.3 options:remote_ip=10.0.0.7". By the way, are you sure you want to be setting "local_ip"? It isn't specifying which IP address will be used to send the packets; that's controlled by Linux's IP stack. Its use is described in the ovs-vswitchd.conf.db man page. > ovs-vsctl show command, shows gre0 port configured. > > ovs-dpctl and ovs-ofctl show br0 commands, do not show gre0 port > configured, at least from the output I am assuming gre0 port is not > seen by ovs-ofctl and ovs-dpctl. You should be able to see it with those commands, but my guess is the configuration was bad. --Justin _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev