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

[b4.4] Fix static decomposition #1490

Merged
merged 3 commits into from
Nov 1, 2024

Commits on Oct 30, 2024

  1. Add '[]' record member accessor in static decomposition

    This patch allows static decomposition configuration to easily access
    the record member as follows:
    
    ```
    	...
            { "src":"netdev_list[rx_bytes]" },
    	...
    ```
    narategithub committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    39f2cb7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73a6b48 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    12dab37 View commit details
    Browse the repository at this point in the history