On Wed, Jul 23, 2014 at 11:58:53AM +0000, Gur Stavi wrote: > The get_next_hop in netdev_class is activated without any scope (netdev or > ofproto). > If a session has multiple active bridges, each with its own set of netdevs, > it should maintain a separate next hop table for each bridge. > On a call to get_next_hop, how should the callee know on which bridge the > call was made?
This function is meant to query the system's routing table, which is not per-bridge or per-netdev. _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
