Hello everyone,
I have a question.
I create a GRE tunnel using openvswitch, like
Port "gre0"            Interface "gre0"                type: gre                
options: {local_ip="172.31.25.13", remote_ip="172.31.25.12"}

I want to use ryu to get the information about gre tunnel, expecially remote_ip
through using import ryu.topology import api as topo_api and 
topo_api.get_all_switch(), I can only get the gre tunnel's port number and 
name, so I wonder how to get the remote_ip?
Thanks.

Zhao Jun                                          
------------------------------------------------------------------------------
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to