On Sun, Jan 08, 2017 at 04:21:13PM -0800, Mickey Spiegel wrote: > This patch introduces a new match expression component > is_chassis_resident(). Unlike match expression comparisons, > is_chassis_resident is not pushed down to OpenFlow. It is a > conditional that is evaluated in the controller during expr_simplify(), > when it is replaced by a boolean expression. The is_chassis_resident > conditional evaluates to "true" when the specified string identifies a > port name that is resident on this controller chassis, i.e., the > corresponding southbound database Port_Binding has a chassis column > that matches this chassis. Otherwise it evaluates to "false". > > This allows higher level features to specify flows that are only > installed on some chassis rather than on all chassis with the > corresponding datapath. > > Suggested-by: Ben Pfaff <[email protected]> > Signed-off-by: Mickey Spiegel <[email protected]> > Acked-by: Ben Pfaff <[email protected]>
Applied, thanks! _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
