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

Approaching Stable API 1.0 release day 2024 Dec 01 #60

Open
8 tasks
cathay4t opened this issue Nov 1, 2023 · 0 comments
Open
8 tasks

Approaching Stable API 1.0 release day 2024 Dec 01 #60

cathay4t opened this issue Nov 1, 2023 · 0 comments

Comments

@cathay4t
Copy link
Member

cathay4t commented Nov 1, 2023

Before 2024 Dec 01, I would like to replace netlink-packet-route as 1.0 with stable API.

Tasks:

  • All dependent rust-netlink crate should hit 1.0 first.
  • Simplify the pub API path by removing pub use crate::link::*.
  • Cover ALL netlink attribute supported by Linux 6.5.8 should be supported.
  • Use Other(DefaultNla) for future netlink attribute with breaking existing users.
  • Replace all Vec<u8> to meanful enum and struct.
  • All struct and enum should be non_exhaustive unless exception been approved by PR.
  • All netlink attribute should be covered by unit test using netlink packet dump for serialize and deserialize.
  • 2 month of testing for 1.0 release candidate.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant