netlink.dot 3.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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/quota" [URL="https://github.com/mdlayher/quota"]
  27. "github.com/mdlayher/taskstats" [URL="https://github.com/mdlayher/taskstats"]
  28. "github.com/mdlayher/wifi" [URL="https://github.com/mdlayher/wifi"]
  29. "github.com/Merovius/nbd" [URL="https://github.com/Merovius/nbd"]
  30. "github.com/rtr7/router7" [URL="https://github.com/rtr7/router7"]
  31. "github.com/u-root/u-bmc" [URL="https://github.com/u-root/u-bmc"]
  32. "golang.zx2c4.com/wireguard/wgctrl" [URL="https://golang.zx2c4.com/wireguard/wgctrl"]
  33. } -> "github.com/mdlayher/genetlink"
  34. }
  35. subgraph cluster_kobject_uevent {
  36. label = "NETLINK_KOBJECT_UEVENT";
  37. {
  38. "github.com/mdlayher/kobject" [URL="https://github.com/mdlayher/kobject"]
  39. } -> "github.com/mdlayher/netlink"
  40. }
  41. subgraph cluster_netfilter {
  42. label = "NETLINK_NETFILTER (nfnetlink)";
  43. {
  44. "github.com/florianl/go-conntrack" [URL="https://github.com/florianl/go-conntrack"]
  45. "github.com/florianl/go-nflog" [URL="https://github.com/florianl/go-nflog"]
  46. "github.com/florianl/go-nfqueue" [URL="https://github.com/florianl/go-nfqueue"]
  47. "github.com/google/nftables" [URL="https://github.com/google/nftables"]
  48. "github.com/ti-mo/netfilter" [URL="https://github.com/ti-mo/netfilter"]
  49. } -> "github.com/mdlayher/netlink"
  50. {
  51. "github.com/ti-mo/conntrack" [URL="https://github.com/ti-mo/conntrack"]
  52. } -> "github.com/ti-mo/netfilter"
  53. }
  54. subgraph cluster_route {
  55. label = "NETLINK_ROUTE (rtnetlink)";
  56. {
  57. "github.com/ema/qdisc" [URL="https://github.com/ema/qdisc"]
  58. "github.com/florianl/go-tc" [URL="https://github.com/florianl/go-tc"]
  59. "github.com/jsimonetti/rtnetlink" [URL="https://github.com/jsimonetti/rtnetlink"]
  60. "gitlab.com/mergetb/tech/rtnl" [URL="https://gitlab.com/mergetb/tech/rtnl"]
  61. } -> "github.com/mdlayher/netlink"
  62. }
  63. subgraph cluster_w1 {
  64. label = "NETLINK_W1";
  65. {
  66. "github.com/SpComb/go-onewire" [URL="https://github.com/SpComb/go-onewire"]
  67. } -> "github.com/mdlayher/netlink"
  68. }
  69. }