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

[API break] [last refactor] nsid: Reorganize the code base #68

Merged
merged 2 commits into from
Dec 1, 2023

Commits on Dec 1, 2023

  1. [API break] nsid: Reorganize the code base

     * This patch is first preparation on stable release 1.0 for submodule
       nsid. The detailed checklist for developer is stated in
       README.md file.
     * Stored constants into where it been used. Removed `constants.rs`
       as this is the last submodule for refactor.
     * Replace `pub use self::*` to explicit expose.
     * Renamed `nsid::Nla` to `NsidAttribute` and all its entry
       changed to detailed data structure instead of `Vec<u8>`
     * The `RtnlMessasge` changed to `RouteNetlinkMessage`.
     * Unit test cases included.
    
    Signed-off-by: Gris Ge <[email protected]>
    cathay4t committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    7822585 View commit details
    Browse the repository at this point in the history
  2. CI: Ignore codecov failure

    Signed-off-by: Gris Ge <[email protected]>
    cathay4t committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    b0147b1 View commit details
    Browse the repository at this point in the history