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

Rtnetlink version Upgrade #30

Merged
merged 2 commits into from
Sep 17, 2024
Merged

Rtnetlink version Upgrade #30

merged 2 commits into from
Sep 17, 2024

Commits on Sep 14, 2024

  1. netlink: upgrade rtnetlink

    - upgrade rtnetlink to latest version: 0.4.1.
        Still unstable
    - upgrade netlink-packet-route to version 0.19.
    - Introduce netlink-packet-utils. Some of the
        items we were previously using in
        netlink-packet-route are now only accessible
        via that library.
    
    Majority of the changes have been made in
    the `netlink.rs` files that exist both in
    `holo-routing` and `holo-interface`.
    
    There have been several changes on rtnetlink &
    netlink-packet-route and key files, functions and
    structs have also been moved in the library.
    The changes have been reflected in this commit.
    
    Signed-off-by: Paul Wekesa <[email protected]>
    Paul-weqe committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    5aab6be View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. netlink: rtnetlink changes based on review

    remove the AF_INET const definitions on top of `holo-interface`'s
    netlink.rs.
    change procedure of looking for flags to `msg.header.flags.contains`
    
    Signed-off-by: Paul Wekesa <[email protected]>
    Paul-weqe committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    0b2dd02 View commit details
    Browse the repository at this point in the history