Skip to content

Commit

Permalink
README: update Ecosystem (#211)
Browse files Browse the repository at this point in the history
Add NETLINK_SOCK_DIAG to the ecosystem.
  • Loading branch information
florianl authored May 9, 2024
1 parent 657f7da commit 13a521f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,11 +165,19 @@ flowchart LR
click go-onewire "https://github.com/SpComb/go-onewire"
end
subgraph "NETLINK_SOCK_DIAG"
direction LR
go-diag["github.com/florianl/go-diag"]
click go-diag "https://github.com/florianl/go-diag"
end
NETLINK_CONNECTOR --> netlink
NETLINK_CRYPTO --> netlink
NETLINK_GENERIC --> netlink
NETLINK_KOBJECT_UEVENT --> netlink
NETLINK_NETFILTER --> netlink
NETLINK_ROUTE --> netlink
NETLINK_SOCK_DIAG --> netlink
NETLINK_W1 --> netlink
```

0 comments on commit 13a521f

Please sign in to comment.