vendor: add CNI invoke, ip, ipam, and hwaddr packages
authorDan Williams <dcbw@redhat.com>
Wed, 19 Apr 2017 03:04:20 +0000 (22:04 -0500)
committerDan Williams <dcbw@redhat.com>
Wed, 19 Apr 2017 04:49:26 +0000 (23:49 -0500)
commit6b3bf7ea7bda44c49fc3222ea8888ecbceb89545
treeeee4e0423be6868856fec7567cf49539220e7480
parent7309649a66c340d5a90886193d58e6aab4e1873b
vendor: add CNI invoke, ip, ipam, and hwaddr packages
89 files changed:
Godeps/Godeps.json
vendor/github.com/containernetworking/cni/pkg/invoke/args.go [new file with mode: 0644]
vendor/github.com/containernetworking/cni/pkg/invoke/delegate.go [new file with mode: 0644]
vendor/github.com/containernetworking/cni/pkg/invoke/exec.go [new file with mode: 0644]
vendor/github.com/containernetworking/cni/pkg/invoke/exec_test.go [new file with mode: 0644]
vendor/github.com/containernetworking/cni/pkg/invoke/fakes/cni_args.go [new file with mode: 0644]
vendor/github.com/containernetworking/cni/pkg/invoke/fakes/raw_exec.go [new file with mode: 0644]
vendor/github.com/containernetworking/cni/pkg/invoke/fakes/version_decoder.go [new file with mode: 0644]
vendor/github.com/containernetworking/cni/pkg/invoke/find.go [new file with mode: 0644]
vendor/github.com/containernetworking/cni/pkg/invoke/find_test.go [new file with mode: 0644]
vendor/github.com/containernetworking/cni/pkg/invoke/get_version_integration_test.go [new file with mode: 0644]
vendor/github.com/containernetworking/cni/pkg/invoke/invoke_suite_test.go [new file with mode: 0644]
vendor/github.com/containernetworking/cni/pkg/invoke/os_unix.go [new file with mode: 0644]
vendor/github.com/containernetworking/cni/pkg/invoke/os_windows.go [new file with mode: 0644]
vendor/github.com/containernetworking/cni/pkg/invoke/raw_exec.go [new file with mode: 0644]
vendor/github.com/containernetworking/cni/pkg/invoke/raw_exec_test.go [new file with mode: 0644]
vendor/github.com/containernetworking/cni/pkg/ip/cidr.go [new file with mode: 0644]
vendor/github.com/containernetworking/cni/pkg/ip/ip_suite_test.go [new file with mode: 0644]
vendor/github.com/containernetworking/cni/pkg/ip/ipforward.go [new file with mode: 0644]
vendor/github.com/containernetworking/cni/pkg/ip/ipmasq.go [new file with mode: 0644]
vendor/github.com/containernetworking/cni/pkg/ip/link.go [new file with mode: 0644]
vendor/github.com/containernetworking/cni/pkg/ip/link_test.go [new file with mode: 0644]
vendor/github.com/containernetworking/cni/pkg/ip/route.go [new file with mode: 0644]
vendor/github.com/containernetworking/cni/pkg/ip/route_linux.go [new file with mode: 0644]
vendor/github.com/containernetworking/cni/pkg/ip/route_unspecified.go [new file with mode: 0644]
vendor/github.com/containernetworking/cni/pkg/ipam/ipam.go [new file with mode: 0644]
vendor/github.com/containernetworking/cni/pkg/ipam/ipam_suite_test.go [new file with mode: 0644]
vendor/github.com/containernetworking/cni/pkg/ipam/ipam_test.go [new file with mode: 0644]
vendor/github.com/containernetworking/cni/pkg/utils/hwaddr/hwaddr.go [new file with mode: 0644]
vendor/github.com/containernetworking/cni/pkg/utils/hwaddr/hwaddr_suite_test.go [new file with mode: 0644]
vendor/github.com/containernetworking/cni/pkg/utils/hwaddr/hwaddr_test.go [new file with mode: 0644]
vendor/github.com/coreos/go-iptables/iptables/iptables.go [new file with mode: 0644]
vendor/github.com/coreos/go-iptables/iptables/lock.go [new file with mode: 0644]
vendor/github.com/vishvananda/netlink/.travis.yml [new file with mode: 0644]
vendor/github.com/vishvananda/netlink/LICENSE [new file with mode: 0644]
vendor/github.com/vishvananda/netlink/Makefile [new file with mode: 0644]
vendor/github.com/vishvananda/netlink/README.md [new file with mode: 0644]
vendor/github.com/vishvananda/netlink/addr.go [new file with mode: 0644]
vendor/github.com/vishvananda/netlink/addr_linux.go [new file with mode: 0644]
vendor/github.com/vishvananda/netlink/bpf_linux.go [new file with mode: 0644]
vendor/github.com/vishvananda/netlink/class.go [new file with mode: 0644]
vendor/github.com/vishvananda/netlink/class_linux.go [new file with mode: 0644]
vendor/github.com/vishvananda/netlink/filter.go [new file with mode: 0644]
vendor/github.com/vishvananda/netlink/filter_linux.go [new file with mode: 0644]
vendor/github.com/vishvananda/netlink/handle_linux.go [new file with mode: 0644]
vendor/github.com/vishvananda/netlink/handle_unspecified.go [new file with mode: 0644]
vendor/github.com/vishvananda/netlink/link.go [new file with mode: 0644]
vendor/github.com/vishvananda/netlink/link_linux.go [new file with mode: 0644]
vendor/github.com/vishvananda/netlink/link_tuntap_linux.go [new file with mode: 0644]
vendor/github.com/vishvananda/netlink/neigh.go [new file with mode: 0644]
vendor/github.com/vishvananda/netlink/neigh_linux.go [new file with mode: 0644]
vendor/github.com/vishvananda/netlink/netlink.go [new file with mode: 0644]
vendor/github.com/vishvananda/netlink/netlink_linux.go [new file with mode: 0644]
vendor/github.com/vishvananda/netlink/netlink_unspecified.go [new file with mode: 0644]
vendor/github.com/vishvananda/netlink/nl/addr_linux.go [new file with mode: 0644]
vendor/github.com/vishvananda/netlink/nl/link_linux.go [new file with mode: 0644]
vendor/github.com/vishvananda/netlink/nl/mpls_linux.go [new file with mode: 0644]
vendor/github.com/vishvananda/netlink/nl/nl_linux.go [new file with mode: 0644]
vendor/github.com/vishvananda/netlink/nl/nl_unspecified.go [new file with mode: 0644]
vendor/github.com/vishvananda/netlink/nl/route_linux.go [new file with mode: 0644]
vendor/github.com/vishvananda/netlink/nl/syscall.go [new file with mode: 0644]
vendor/github.com/vishvananda/netlink/nl/tc_linux.go [new file with mode: 0644]
vendor/github.com/vishvananda/netlink/nl/xfrm_linux.go [new file with mode: 0644]
vendor/github.com/vishvananda/netlink/nl/xfrm_monitor_linux.go [new file with mode: 0644]
vendor/github.com/vishvananda/netlink/nl/xfrm_policy_linux.go [new file with mode: 0644]
vendor/github.com/vishvananda/netlink/nl/xfrm_state_linux.go [new file with mode: 0644]
vendor/github.com/vishvananda/netlink/order.go [new file with mode: 0644]
vendor/github.com/vishvananda/netlink/protinfo.go [new file with mode: 0644]
vendor/github.com/vishvananda/netlink/protinfo_linux.go [new file with mode: 0644]
vendor/github.com/vishvananda/netlink/qdisc.go [new file with mode: 0644]
vendor/github.com/vishvananda/netlink/qdisc_linux.go [new file with mode: 0644]
vendor/github.com/vishvananda/netlink/route.go [new file with mode: 0644]
vendor/github.com/vishvananda/netlink/route_linux.go [new file with mode: 0644]
vendor/github.com/vishvananda/netlink/route_unspecified.go [new file with mode: 0644]
vendor/github.com/vishvananda/netlink/rule.go [new file with mode: 0644]
vendor/github.com/vishvananda/netlink/rule_linux.go [new file with mode: 0644]
vendor/github.com/vishvananda/netlink/socket.go [new file with mode: 0644]
vendor/github.com/vishvananda/netlink/socket_linux.go [new file with mode: 0644]
vendor/github.com/vishvananda/netlink/xfrm.go [new file with mode: 0644]
vendor/github.com/vishvananda/netlink/xfrm_monitor_linux.go [new file with mode: 0644]
vendor/github.com/vishvananda/netlink/xfrm_policy.go [new file with mode: 0644]
vendor/github.com/vishvananda/netlink/xfrm_policy_linux.go [new file with mode: 0644]
vendor/github.com/vishvananda/netlink/xfrm_state.go [new file with mode: 0644]
vendor/github.com/vishvananda/netlink/xfrm_state_linux.go [new file with mode: 0644]
vendor/github.com/vishvananda/netns/LICENSE [new file with mode: 0644]
vendor/github.com/vishvananda/netns/README.md [new file with mode: 0644]
vendor/github.com/vishvananda/netns/netns.go [new file with mode: 0644]
vendor/github.com/vishvananda/netns/netns_linux.go [new file with mode: 0644]
vendor/github.com/vishvananda/netns/netns_unspecified.go [new file with mode: 0644]