Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ofproto-dpif-mirror: Always revalidate on mirror update.
Previously updating mirror settings would not trigger a revalidation, this could result in impactful changes to mirrors taking a long time to take effect. This change sets need_revalidate whenever a setting is successfully set on a mirror. Fixes: ec7ceae ("ofproto-dpif: Modularize mirror code.") Reported-at: https://issues.redhat.com/browse/FDP-788 Tested-by: Kevin Traynor <[email protected]> Acked-by: Kevin Traynor <[email protected]> Signed-off-by: Mike Pattrick <[email protected]> Acked-by: Eelco Chaudron <[email protected]> Signed-off-by: Kevin Traynor <[email protected]>
- Loading branch information