Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

server: Fix diff of non-normalized fields #236

Merged
merged 1 commit into from
Oct 5, 2021

Commits on Oct 5, 2021

  1. server: Fix diff of non-normalized fields

    Since there are many valid ways of notating a Set with min: 0 and max: 1
    we could encounter values in the diff function that aren't OvsSet. It's
    easier to convert this to a normalized value using NativeToOvs than to
    update the diff logic.
    
    Signed-off-by: Dave Tucker <dave@dtucker.co.uk>
    dave-tucker committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    6ccd5cb View commit details
    Browse the repository at this point in the history