{"id":51258,"library":"mdlayher-netlink","title":"Netlink","description":"Provides low-level access to Linux netlink sockets (AF_NETLINK).","status":"active","version":"1.11.2","language":"go","source_language":null,"source_url":"https://github.com/mdlayher/netlink","tags":["netlink","linux","networking","low-level"],"install":[{"cmd":"go get github.com/mdlayher/netlink","lang":"bash","label":"Install github.com/mdlayher/netlink"}],"dependencies":[],"imports":[{"symbol":"netlink","correct":"github.com/mdlayher/netlink"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/mdlayher/netlink\"\n)\n\nfunc main() {\n\tconn, err := netlink.Dial(netlink.NETLINK_GENERIC, nil)\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tdefer conn.Close()\n\tfmt.Println(\"Connected to netlink\")\n}","lang":"go","description":"Opens a generic netlink socket."},"warnings":[{"fix":"This package only works on Linux systems.","message":"Linux only","severity":"gotcha","affected_versions":"all"}],"env_vars":null,"search_vec":"'access':6 'af':11 'level':5,18 'linux':8,14 'low':4,17 'low-level':3,16 'netlink':1,9,12,13 'network':15 'provid':2 'socket':10","created_at":"2026-06-15T06:06:20.604496+00:00","updated_at":"2026-06-15T06:06:20.604496+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/mdlayher/netlink","github":"https://github.com/mdlayher/netlink","docs":"https://pkg.go.dev/github.com/mdlayher/netlink#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["networking"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}