runc/netlink
Milos Gajdos 267ba8f753 Refactored SetNs funcs. Implemented ChangeName.
I've refactored NetworkSetNsPid and NetworkSetNsFd following
what we already have in place for Add/Del Ip and Add/Del Link.
I've reimplemented NetworkChangeName function which is now
using netlink for changing the interface name. I added tests too.
I've moved the original syscall implementation at the bottom
to keep it together with the other non-netlink functions.

Signed-off-by: Milos Gajdos <milosgajdos83@gmail.com> (github: milosgajdos83)
2014-09-27 02:27:32 +01:00
..
MAINTAINERS Move libcontainer deps into libcontainer 2014-06-09 15:52:12 -07:00
netlink.go This is a modification of erikh/netlink-remove-address PR 2014-08-08 02:55:02 +01:00
netlink_linux.go Refactored SetNs funcs. Implemented ChangeName. 2014-09-27 02:27:32 +01:00
netlink_linux_arm.go netlink: Add NetworkSetMacAddress 2014-09-18 02:15:32 +01:00
netlink_linux_notarm.go netlink: Add NetworkSetMacAddress 2014-09-18 02:15:32 +01:00
netlink_linux_test.go Refactored SetNs funcs. Implemented ChangeName. 2014-09-27 02:27:32 +01:00
netlink_unsupported.go Added NetworkLinkDelIp() into netlink_unsupported.go 2014-08-08 03:04:36 +01:00