Re: [Need Help] Arbitrary connection port is part of the node-id
Edward Warnicke <hagbard@...>
I had an idea last night as I was falling asleep that might be interesting. How about we create the ovsdb-node in operational with the OpenVSwitchUpdateCommand (which should get tripped with the original dump of data from ovsdb on connect) rather than invoking OvsdbNodeCreatedCommand in the OvsdbConnectionInstance() constructor. That way you have access to the info you need, don't have to do a select (and thus a new round trip) etc. Thoughts? Ed
On Wed, Apr 22, 2015 at 3:40 PM, Prateek Garg (prategar) <prategar@...> wrote:
|