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

ospf6d: factor out lsdesc iterator #15725

Closed

Commits on May 29, 2024

  1. ospf6d: add an iterator for LSA descriptors

    Adds iterator macros for the descriptors in an LSA, to replace the
    number of repeated open coded pointer casts and pointer arithmetic.
    
    Signed-off-by: Andrew Cooks <[email protected]>
    acooks-at-bda committed May 29, 2024
    Configuration menu
    Copy the full SHA
    464a33c View commit details
    Browse the repository at this point in the history
  2. ospf6d: use macros for LSA pointer calcs

    Replace open coded iterators with new lsdesc iterator macro
    
    Signed-off-by: Andrew Cooks <[email protected]>
    acooks-at-bda committed May 29, 2024
    Configuration menu
    Copy the full SHA
    2499b53 View commit details
    Browse the repository at this point in the history