On Mon, Nov 19, 2012 at 09:09:34AM -0800, Gurucharan Shetty wrote: > Currently, the 'ofport' column in Interface table is > ephemeral and is populated by vswitchd everytime it is > started or when a new interface is created with vswitchd > running. > > Making it persistent lets vswitchd try and assign the > same ofport number to a particular interface across > restarts. This is just a fallback option when > 'ofport_request' column is empty. > > Signed-off-by: Gurucharan Shetty <gshe...@nicira.com>
Let's add a helper function to figure out the desired port, since the same calculation is happening in two places. Will you update vswitch.xml to explain the new behavior? Thanks, Ben. _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev