{"id":17174726,"url":"https://github.com/rabbitstack/netmutatus","last_synced_at":"2025-07-26T23:31:17.444Z","repository":{"id":91371955,"uuid":"115212753","full_name":"rabbitstack/netmutatus","owner":"rabbitstack","description":"Linux TCP/IP stack manipulation via Netlink / Netfilter","archived":false,"fork":false,"pushed_at":"2017-12-25T12:28:51.000Z","size":59,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-15T23:54:46.622Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rabbitstack.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2017-12-23T17:59:50.000Z","updated_at":"2024-09-24T00:11:14.000Z","dependencies_parsed_at":"2024-02-09T15:32:41.171Z","dependency_job_id":null,"html_url":"https://github.com/rabbitstack/netmutatus","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rabbitstack%2Fnetmutatus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rabbitstack%2Fnetmutatus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rabbitstack%2Fnetmutatus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rabbitstack%2Fnetmutatus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rabbitstack","download_url":"https://codeload.github.com/rabbitstack/netmutatus/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227729660,"owners_count":17811095,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-14T23:54:45.530Z","updated_at":"2024-12-02T12:32:12.098Z","avatar_url":"https://github.com/rabbitstack.png","language":"Ruby","readme":"# Netmutatus\n\n**Netmutatus** (still in active development) provides native bindings for `netlink` and `netfilter` Linux subsystems offering the user a neat abstraction layer for creating link devices, `veth` interfaces, manipulating routing tables or handling packet filtering/address translation through `netfilter` interface among other tasks.\n\n- [x] link devices\n- [x] veth devices\n- [x] addresses\n- [ ] bridging\n- [ ] routing\n- [ ] bonding\n- [ ] net namespaces\n- [x] netfilter tables\n- [ ] netfilter chains\n- [ ] netfilter rules\n- [ ] MACVLAN\n- [ ] VLAN\n- [ ] VXLAN\n- [ ] neighbours\n\n## Requirements\n\nEnsure `libnl-route`, `libnl`, `libnftnl` and `libmnl` shared objects are present on your system. Most distros already ship\nwith those libraries, but in any case you can fetch them with the following command if you're on Ubuntu/Debian:\n\n```bash\n$ sudo apt-get install libnl-route-3-200 libnl-3-200 libnftnl4 libmnl0\n```\n\nAlso, make sure to create symbolic links for above libraries to match the name of the shared object expected by `ffi`:\n\n```bash\n$ sudo ln -s /lib/x86_64-linux-gnu/libnl-3.so.200 /lib/x86_64-linux-gnu/libnl-3.so\n$ sudo ln -s /usr/lib/x86_64-linux-gnu/libnl-route-3.so.200 /usr/lib/x86_64-linux-gnu/libnl-route-3.so\n$ sudo ln -s /usr/lib/x86_64-linux-gnu/libnftnl.so.4 /usr/lib/x86_64-linux-gnu/libnftnl.so\n$ sudo ln -s /lib/x86_64-linux-gnu/libmnl.so.0 /lib/x86_64-linux-gnu/libmnl.so\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frabbitstack%2Fnetmutatus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frabbitstack%2Fnetmutatus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frabbitstack%2Fnetmutatus/lists"}