Skip to content
  • Ryan Moats's avatar
    ovn-controller: Persist ovn flow tables · fdbdb595
    Ryan Moats authored
    
    
    Ensure that ovn flow tables are persisted so that changes to
    them chan be applied incrementally - this is a prereq for
    making lflow_run and physical_run incremental.
    
    As part of this change, add a one-to-many hindex for finding
    desired flows by their parent's UUID.  Also extend the mapping
    by match from one-to-one to one-to-many.
    
    Signed-off-by: default avatarRyan Moats <rmoats@us.ibm.com>
    [blp@ovn.org adjusted style and comments and added
     HINDEX_FOR_EACH_WITH_HASH_SAFE]
    Signed-off-by: default avatarBen Pfaff <blp@ovn.org>
    fdbdb595