https://bugzilla.redhat.com/show_bug.cgi?id=1164176
Bug ID: 1164176 Summary: Review Request: golang-github-vishvananda-netlink - Simple netlink library for go Product: Fedora Version: rawhide Component: Package Review Severity: medium Priority: medium Assignee: nobody@fedoraproject.org Reporter: jchaloup@redhat.com QA Contact: extras-qa@fedoraproject.org CC: package-review@lists.fedoraproject.org
Spec URL: https://jchaloup.fedorapeople.org/reviews/golang-github-vishvananda-netlink/...
SRPM URL: https://jchaloup.fedorapeople.org/reviews/golang-github-vishvananda-netlink/...
Description: 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.
Fedora Account System Username: jchaloup
Koji: Depends on golang-github-vishvananda-netns, which is not in Fedora yet. Review https://bugzilla.redhat.com/show_bug.cgi?id=1164170. Locally building succesfully.
$ rpmlint golang-github-vishvananda-netlink-0-0.1.git2187ba6.fc20.src.rpm golang-github-vishvananda-netlink-devel-0-0.1.git2187ba6.fc20.noarch.rpm golang-github-vishvananda-netlink.spec golang-github-vishvananda-netlink.src: W: spelling-error %description -l en_US linux -> Linux golang-github-vishvananda-netlink.src: W: spelling-error %description -l en_US ip -> pi, up, op golang-github-vishvananda-netlink.src: W: spelling-error %description -l en_US ipsec -> eclipse golang-github-vishvananda-netlink.src: W: spelling-error %description -l en_US api -> pi, ape, apt golang-github-vishvananda-netlink.src: W: spelling-error %description -l en_US provied -> provide, proved, provided golang-github-vishvananda-netlink.src: W: spelling-error %description -l en_US libcontainer -> lib container, lib-container, containerize golang-github-vishvananda-netlink.src: W: spelling-error %description -l en_US testability -> test ability, test-ability, incontestability golang-github-vishvananda-netlink.src: W: spelling-error %description -l en_US xfrm -> farm 2 packages and 1 specfiles checked; 0 errors, 8 warnings.
Upstream URL: https://github.com/vishvananda/netlink