-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a prefix to the fork name, and link to the upstream repo
- Loading branch information
Showing
4 changed files
with
10 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
[package] | ||
authors = ["Loïc Damien <[email protected]>"] | ||
name = "netlink-packet-netfilter" | ||
name = "reyzell-netlink-packet-netfilter" | ||
version = "0.2.0" | ||
edition = "2018" | ||
|
||
homepage = "https://github.com/rust-netlink/netlink-packet-netfilter" | ||
homepage = "https://github.com/reyzell/netlink-packet-netfilter" | ||
keywords = ["netlink", "linux", "netfilter"] | ||
license = "MIT" | ||
readme = "README.md" | ||
repository = "https://github.com/rust-netlink/netlink-packet-netfilter" | ||
repository = "https://github.com/reyzell/netlink-packet-netfilter" | ||
description = "netlink packet types for the netfilter subprotocol" | ||
|
||
[dependencies] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
# Rust netlink packet types for the netfilter subprotocol | ||
|
||
This is a temporary fork of `netlink-packet-netfilter` [a] until conntrack | ||
support is merged in. | ||
|
||
[a] https://github.com/rust-netlink/netlink-packet-netfilter |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters