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

[fpm] Fix FpmLink to read all netlink messages from FPM message #2492

Merged

Commits on Oct 19, 2022

  1. [fpm] Fix FpmLink to read all netlink messages from FPM message

    In case of using ```dplane_fpm_nl``` zebra plugin we receive
    RTM_DELROUTE followed by RTM_NEWROUTE in a single FPM message when route
    attributes change (i.e nexthops change).
    
    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    bbde024 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. make test work with old gmock

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    628b80d View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. align fpm message raw buffer correctly

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    48c28e0 View commit details
    Browse the repository at this point in the history
  2. use union to pass alignment check

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    717ac02 View commit details
    Browse the repository at this point in the history
  3. Revert "use union to pass alignment check"

    This reverts commit 717ac02.
    stepanblyschak committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    e582de0 View commit details
    Browse the repository at this point in the history
  4. double cast buffer

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    a9478f4 View commit details
    Browse the repository at this point in the history
  5. tab to spaces

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    9a9db29 View commit details
    Browse the repository at this point in the history