You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now in OpenSDN we can add static route to port: create interface route table with some static routes and attach to port (any virtual machine interface)
But if we create route table with any static routes and attach it to virtual network then this bundle will not work by vxlan protocol (for mpls it works good)
I suggest to implement this functionality as follows:
When we attach rt to vn, we search appropriate vmi by next-ho ip
3.2. Call attach this route table to appropriate vmi method
3.2. Call attach this route table to appropriate vmi method