Skip to content
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.

rtnetlink: add partial support of tc qdisc & class and bpf filter #288

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Conversation

wineway
Copy link

@wineway wineway commented Aug 25, 2022

Any comments are welcome🥵

@wineway wineway changed the title rtnetlink: add partial support of qdisc & class and bpf filter rtnetlink: add partial support of tc qdisc & class and bpf filter Aug 25, 2022
@wineway wineway marked this pull request as ready for review October 15, 2022 13:03
@JohnTitor
Copy link
Collaborator

Sorry but we're going to deprecate this repo in favor of https://github.com/rust-netlink, could you submit a new PR there?

@@ -0,0 +1,441 @@
use std::fs::File;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add License or copyright notice on the first line.


// SPDX-License-Identifier: MIT
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The license needs to be moved to the file header.

@@ -0,0 +1,107 @@
pub mod tc_htb {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add License or copyright notice on the first line.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants