Result for 483CD7700462D0B713EC6D02C50A279CA649765D

Query result

Key Value
FileName./usr/share/gocode/src/github.com/vishvananda/netlink/nl/xfrm_state_linux_test.go
FileSize8782
MD52BB06001F9B34BEC9FF2861401D6880A
SHA-1483CD7700462D0B713EC6D02C50A279CA649765D
SHA-2561427EC1276F7991056FA30FC53C6FA4FE96A25274D77BEBBA3AA2E71EEFE7048
SSDEEP192:9Uk8JWT13A0gYQUuQlAcgvnuh/A8gx3mk6uiZAM/HAEWqEg/3rffHA57ARMkgH8l:yk8JWdhQUuYqnulwWuCPphxbX2zZ8CZE
TLSHT13B021F0C9F934B826B09293C867536E9E691B4572D1F3BD8B1CD607615C2DEF0FAA40E
hashlookup:parent-total10
hashlookup:trust100

Network graph view

Parents (Total: 10)

The searched file hash is included in 10 parent files which include package known and seen by metalookup. A sample is included below:

Key Value
FileSize95212
MD5759EF2DEA0FDEB5CF8C4115D45D82FED
PackageDescriptionnetlink library for go The netlink package provides a simple netlink library for go. Netlink is the interface a user-space program in Linux uses to communicate with the kernel. It can be used to add and remove interfaces, set ip addresses and routes, and configure ipsec. Netlink communication requires elevated privileges, so in most cases this code needs to be run as root. Since low-level netlink messages are inscrutable at best, the library attempts to provide an API that is loosely modeled on the CLI provied by iproute2. Actions like ip link add will be accomplished via a similarly named function like AddLink(). This library began its life as a fork of the netlink functionality in docker/libcontainer but was heavily rewritten to improve testability, performance, and to add new functionality like ipsec xfrm handling. . This package contains the source.
PackageMaintainerpkg-go <pkg-go-maintainers@lists.alioth.debian.org>
PackageNamegolang-github-vishvananda-netlink-dev
PackageSectiondevel
PackageVersion1.0.0-1
SHA-13CD4B277EEB447D46804049B8E0B4D12DFDCCAF6
SHA-2569CC8FD703DD1D2239798FA784C0C1A9C1ADEABE0C24911C4DBE07272522862DB
Key Value
FileSize116300
MD57FAFA77DD5671A309D432DCDB76C6718
PackageDescriptionnetlink library for go The netlink package provides a simple netlink library for go. Netlink is the interface a user-space program in Linux uses to communicate with the kernel. It can be used to add and remove interfaces, set ip addresses and routes, and configure ipsec. Netlink communication requires elevated privileges, so in most cases this code needs to be run as root. Since low-level netlink messages are inscrutable at best, the library attempts to provide an API that is loosely modeled on the CLI provied by iproute2. Actions like ip link add will be accomplished via a similarly named function like AddLink(). This library began its life as a fork of the netlink functionality in docker/libcontainer but was heavily rewritten to improve testability, performance, and to add new functionality like ipsec xfrm handling. . This package contains the source.
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamegolang-github-vishvananda-netlink-dev
PackageSectiongolang
PackageVersion1.1.0-2
SHA-1D3C5FDD930EDAA0A9A995CF7845A3BC1D0969F5F
SHA-256EDB8CB097979CBAD7AA4A0137B1A9107891EBB3B18B7AF4C240D4DBAA7D5E35F
Key Value
MD5FBFCEEF14FA3EEF10DCCE94E8B4E5DF3
PackageArchi686
PackageDescriptionUnit tests for golang-github-vishvananda-netlink package This package contains unit tests for project providing packages with github.com/vishvananda/netlink prefix.
PackageMaintainerFedora Project
PackageNamegolang-github-vishvananda-netlink-unit-test
PackageRelease0.15.gitf5a6f69.el6
PackageVersion0
SHA-1537E555499180050AE0FA5844726ABA2981129A4
SHA-2564952342F32B0DF1B775F63203197C9D534F691E478F35313A369AD54C4501486
Key Value
FileSize116364
MD5EAA315D7E8B73560F2C05D0FC9B4ED6D
PackageDescriptionnetlink library for go The netlink package provides a simple netlink library for go. Netlink is the interface a user-space program in Linux uses to communicate with the kernel. It can be used to add and remove interfaces, set ip addresses and routes, and configure ipsec. Netlink communication requires elevated privileges, so in most cases this code needs to be run as root. Since low-level netlink messages are inscrutable at best, the library attempts to provide an API that is loosely modeled on the CLI provied by iproute2. Actions like ip link add will be accomplished via a similarly named function like AddLink(). This library began its life as a fork of the netlink functionality in docker/libcontainer but was heavily rewritten to improve testability, performance, and to add new functionality like ipsec xfrm handling. . This package contains the source.
PackageMaintainerDebian Go Packaging Team <team+pkg-go@tracker.debian.org>
PackageNamegolang-github-vishvananda-netlink-dev
PackageSectiongolang
PackageVersion1.1.0-2
SHA-120EBCA623719E3C4305BECE6D60B16B4329EB042
SHA-25652566ED011D89984648D1AC4B163A82F728AD6AB42AE381FCDAF3864B73DCDD4
Key Value
MD5DC2938E4F8D54BC867094B0C83DBC23D
PackageArchx86_64
PackageDescriptionUnit tests for golang-github-vishvananda-netlink package This package contains unit tests for project providing packages with github.com/vishvananda/netlink prefix.
PackageMaintainerFedora Project
PackageNamegolang-github-vishvananda-netlink-unit-test
PackageRelease0.15.gitf5a6f69.el6
PackageVersion0
SHA-1247216D2E0156F59BA8C8F6D6BBD641D83FC0443
SHA-2564FDF107D1521F468F3D9451B481739F814AC9566E3B9B4F8FDEDA8CA01ABC6B0
Key Value
MD5F0A7A6CEB8F5D361235827FCC69E2744
PackageArchnoarch
PackageDescriptionThe netlink package provides a simple netlink library for Go. Netlink is the interface a user-space program in linux uses to communicate with the kernel. It can be used to add and remove interfaces, set ip addresses and routes, and configure ipsec. Netlink communication requires elevated privileges, so in most cases this code needs to be run as root. Since low-level netlink messages are inscrutable at best, the library attempts to provide an api that is loosely modeled on the CLI provided by iproute2. Actions like ip link add will be accomplished via a similarly named function like AddLink(). This library began its life as a fork of the netlink functionality in docker/libcontainer but was heavily rewritten to improve testability, performance, and to add new functionality like ipsec xfrm handling. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/vishvananda/netlink
PackageMaintainerFedora Project
PackageNamegolang-github-vishvananda-netlink-devel
PackageRelease1.fc33
PackageVersion1.1.0
SHA-15E40E7A40FE754094BA755F5FDDDA80076EC0F4D
SHA-25683B0C8DCBB7B9AD724EA6D2956B397EDF3EB61302CB3920ED79E4609B82A3FF1
Key Value
MD5AA3223C67B7B5AEAA068B6F6AC3D4190
PackageArchnoarch
PackageDescriptionThe netlink package provides a simple netlink library for Go. Netlink is the interface a user-space program in linux uses to communicate with the kernel. It can be used to add and remove interfaces, set ip addresses and routes, and configure ipsec. Netlink communication requires elevated privileges, so in most cases this code needs to be run as root. Since low-level netlink messages are inscrutable at best, the library attempts to provide an api that is loosely modeled on the CLI provided by iproute2. Actions like ip link add will be accomplished via a similarly named function like AddLink(). This library began its life as a fork of the netlink functionality in docker/libcontainer but was heavily rewritten to improve testability, performance, and to add new functionality like ipsec xfrm handling. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/vishvananda/netlink
PackageMaintainerFedora Project
PackageNamegolang-github-vishvananda-netlink-devel
PackageRelease3.20190504gitfafc1e7.fc32
PackageVersion1.0.0
SHA-16D984641556FD73B8390EE73420A8D346AC23584
SHA-256712CBCF302EA77DA30693D54DA7D1EFB5B8603D2A0F497DBF31F0CFC7E00D6C9
Key Value
FileSize115456
MD5B6427762E6037EE8A7831AAEC542DB5A
PackageDescriptionnetlink library for go The netlink package provides a simple netlink library for go. Netlink is the interface a user-space program in Linux uses to communicate with the kernel. It can be used to add and remove interfaces, set ip addresses and routes, and configure ipsec. Netlink communication requires elevated privileges, so in most cases this code needs to be run as root. Since low-level netlink messages are inscrutable at best, the library attempts to provide an API that is loosely modeled on the CLI provied by iproute2. Actions like ip link add will be accomplished via a similarly named function like AddLink(). This library began its life as a fork of the netlink functionality in docker/libcontainer but was heavily rewritten to improve testability, performance, and to add new functionality like ipsec xfrm handling. . This package contains the source.
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamegolang-github-vishvananda-netlink-dev
PackageSectiondevel
PackageVersion1.1.0-1
SHA-1CA74BB7D0F184B84815999E1BEE28D986F6A4B74
SHA-256CFC24A2A63883201EEB624EAC540705D47757E3844ED48D6258F683EFFA4E2EE
Key Value
FileSize75932
MD54D97C8E7D0BDDDDC63F20ED9C0802823
PackageDescriptionnetlink library for go The netlink package provides a simple netlink library for go. Netlink is the interface a user-space program in Linux uses to communicate with the kernel. It can be used to add and remove interfaces, set ip addresses and routes, and configure ipsec. Netlink communication requires elevated privileges, so in most cases this code needs to be run as root. Since low-level netlink messages are inscrutable at best, the library attempts to provide an API that is loosely modeled on the CLI provied by iproute2. Actions like ip link add will be accomplished via a similarly named function like AddLink(). This library began its life as a fork of the netlink functionality in docker/libcontainer but was heavily rewritten to improve testability, performance, and to add new functionality like ipsec xfrm handling. . This package contains the source.
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamegolang-github-vishvananda-netlink-dev
PackageSectiondevel
PackageVersion0.0~git20170407.0.1e86b2b-1
SHA-13B8DF04CC672B9B626DDD866EB643C0805C7EFAA
SHA-25654EB4C44DFFFC98045C4C4723625E0F222FA3EA92C749E05A6C971FE43F7E836
Key Value
MD5D6786435CBE4C239C0F45066E7410D9B
PackageArchnoarch
PackageDescriptionThe netlink package provides a simple netlink library for Go. Netlink is the interface a user-space program in linux uses to communicate with the kernel. It can be used to add and remove interfaces, set ip addresses and routes, and configure ipsec. Netlink communication requires elevated privileges, so in most cases this code needs to be run as root. Since low-level netlink messages are inscrutable at best, the library attempts to provide an api that is loosely modeled on the CLI provided by iproute2. Actions like ip link add will be accomplished via a similarly named function like AddLink(). This library began its life as a fork of the netlink functionality in docker/libcontainer but was heavily rewritten to improve testability, performance, and to add new functionality like ipsec xfrm handling. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/vishvananda/netlink
PackageMaintainerFedora Project
PackageNamegolang-github-vishvananda-netlink-devel
PackageRelease2.fc34
PackageVersion1.1.0
SHA-132390A793BC2617D0F7FE89214E2D959E383EE26
SHA-256C12D848CA91F4B6A41139C23007F96C61C5CC27142BB13BAFC4CAD79C26E74E2