On Thu, 22 Oct 2015 00:07:22 +0800
俊 赵 <[email protected]> wrote:
> 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?
If I correctly remember, it's not possible with OF spec. You could get
such info from ovsdb, I think.
------------------------------------------------------------------------------
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel