Skip to content

Commit

Permalink
chore: remove wgctrl crate and update cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
wqld committed Apr 30, 2024
1 parent aa7ac1d commit 3f9a128
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 307 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[workspace]
members = ["xtask", "agent", "common", "config", "cni", "wgctrl"]
members = ["xtask", "agent", "common", "config", "cni"]

resolver = "2"
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ Sinabro is a networking solution for Kubernetes that leverages eBPF to provide h

- **[agent](https://github.com/wqld/sinabro/tree/main/agent)**: The Sinabro agent is a daemon that runs on each node in the Kubernetes cluster. It is responsible for managing the network interfaces and routing tables required by the Sinabro CNI. For high performance, it utilizes eBPF programs.
- **[cni](https://github.com/wqld/sinabro/tree/main/cni)**: The Sinabro CNI is a container network interface plugin that is responsible for setting up the network interfaces and routing tables required by the pods in the Kubernetes cluster.
- **[wgctrl](https://github.com/wqld/sinabro/tree/main/wgctrl)**: A Rust implementation of the [wgctrl-go](https://github.com/WireGuard/wgctrl-go) project, this is a WireGuard control library that provides the WireGuard control interface required by the Sinabro project.

## Getting Started

Expand Down
16 changes: 0 additions & 16 deletions wgctrl/Cargo.toml

This file was deleted.

5 changes: 0 additions & 5 deletions wgctrl/README.md

This file was deleted.

16 changes: 0 additions & 16 deletions wgctrl/src/lib.rs

This file was deleted.

268 changes: 0 additions & 268 deletions wgctrl/src/types.rs

This file was deleted.

0 comments on commit 3f9a128

Please sign in to comment.