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

Make a Merge() call allow not-yet-recognized new fields in P4Info files #132

Merged

Commits on Sep 1, 2024

  1. Make a Merge() call allow not-yet-recognized new fields in P4Info files

    This is helpful when p4c adds new P4Info fields to the P4Info files it
    generates, but the consumers have not yet all been updated to
    recognize them.  The most recent example of this in 2024-Aug is the
    initial_default_action field of Table messages.
    
    Signed-off-by: Andy Fingerhut <[email protected]>
    jafingerhut committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    48650b8 View commit details
    Browse the repository at this point in the history
  2. Fix Python lint warning

    Signed-off-by: Andy Fingerhut <[email protected]>
    jafingerhut committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    e0a803f View commit details
    Browse the repository at this point in the history