Hi all,
I am trying to assign IP addresses on multiple interfaces on OVS Bridge
with Ryu. As I have noticed, Ryu assign IP addresses on multiple interfaces
in the same order that the interfaces are added to the bridge. For example,
if I have a bridge with eth1 and eth2. When I called Ryu RESTful API to
assign IP address (curl -X POST -d "{"address":"10.10.10.1/24"}"
controllerip:port/router/ROUTERID) for two times. The first IP will be
assigned on eth1, and the second IP will be assigned on eth2. I also
noticed that in RYU rest_router application, there seems to be no
information about interfaces of a router, how do the controller know how
many interfaces the router has?
My question is, is it possible for me to assign IP for a specific interface
in any order?
Thanks,
Yuanjun
_______________________________________________
discuss mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss