netlink.dot 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. digraph {
  2. rankdir = LR
  3. subgraph cluster_netlink {
  4. "github.com/mdlayher/netlink" [URL="https://github.com/mdlayher/netlink"]
  5. }
  6. subgraph cluster_connector {
  7. label = "NETLINK_CONNECTOR";
  8. {
  9. "github.com/fearful-symmetry/garlic" [URL="https://github.com/fearful-symmetry/garlic"]
  10. } -> "github.com/mdlayher/netlink"
  11. }
  12. subgraph cluster_crypto {
  13. label = "NETLINK_CRYPTO";
  14. {
  15. "github.com/mdlayher/cryptonl" [URL="https://github.com/mdlayher/cryptonl"]
  16. } -> "github.com/mdlayher/netlink"
  17. }
  18. subgraph cluster_generic {
  19. label = "NETLINK_GENERIC (genetlink)";
  20. "github.com/mdlayher/genetlink" [URL="https://github.com/mdlayher/genetlink"]
  21. "github.com/mdlayher/genetlink" -> "github.com/mdlayher/netlink"
  22. {
  23. "github.com/axatrax/l2tp" [URL="https://github.com/axatrax/l2tp"]
  24. "github.com/digitalocean/go-openvswitch" [URL="https://github.com/digitalocean/go-openvswitch"]
  25. "github.com/mdlayher/devlink" [URL="https://github.com/mdlayher/devlink"]
  26. "github.com/mdlayher/ethtool" [URL="https://github.com/mdlayher/ethtool"]
  27. "github.com/mdlayher/quota" [URL="https://github.com/mdlayher/quota"]
  28. "github.com/mdlayher/taskstats" [URL="https://github.com/mdlayher/taskstats"]
  29. "github.com/mdlayher/wifi" [URL="https://github.com/mdlayher/wifi"]
  30. "github.com/Merovius/nbd" [URL="https://github.com/Merovius/nbd"]
  31. "github.com/rtr7/router7" [URL="https://github.com/rtr7/router7"]
  32. "github.com/u-root/u-bmc" [URL="https://github.com/u-root/u-bmc"]
  33. "golang.zx2c4.com/wireguard/wgctrl" [URL="https://golang.zx2c4.com/wireguard/wgctrl"]
  34. } -> "github.com/mdlayher/genetlink"
  35. }
  36. subgraph cluster_kobject_uevent {
  37. label = "NETLINK_KOBJECT_UEVENT";
  38. {
  39. "github.com/mdlayher/kobject" [URL="https://github.com/mdlayher/kobject"]
  40. } -> "github.com/mdlayher/netlink"
  41. }
  42. subgraph cluster_netfilter {
  43. label = "NETLINK_NETFILTER (nfnetlink)";
  44. {
  45. "github.com/florianl/go-conntrack" [URL="https://github.com/florianl/go-conntrack"]
  46. "github.com/florianl/go-nflog" [URL="https://github.com/florianl/go-nflog"]
  47. "github.com/florianl/go-nfqueue" [URL="https://github.com/florianl/go-nfqueue"]
  48. "github.com/google/nftables" [URL="https://github.com/google/nftables"]
  49. "github.com/ti-mo/netfilter" [URL="https://github.com/ti-mo/netfilter"]
  50. } -> "github.com/mdlayher/netlink"
  51. {
  52. "github.com/ti-mo/conntrack" [URL="https://github.com/ti-mo/conntrack"]
  53. } -> "github.com/ti-mo/netfilter"
  54. }
  55. subgraph cluster_route {
  56. label = "NETLINK_ROUTE (rtnetlink)";
  57. {
  58. "github.com/ema/qdisc" [URL="https://github.com/ema/qdisc"]
  59. "github.com/florianl/go-tc" [URL="https://github.com/florianl/go-tc"]
  60. "github.com/jsimonetti/rtnetlink" [URL="https://github.com/jsimonetti/rtnetlink"]
  61. "gitlab.com/mergetb/tech/rtnl" [URL="https://gitlab.com/mergetb/tech/rtnl"]
  62. } -> "github.com/mdlayher/netlink"
  63. }
  64. subgraph cluster_w1 {
  65. label = "NETLINK_W1";
  66. {
  67. "github.com/SpComb/go-onewire" [URL="https://github.com/SpComb/go-onewire"]
  68. } -> "github.com/mdlayher/netlink"
  69. }
  70. }