netlink/nl
Alessandro Boch 14f41c27fa Provide netlink handle (#104)
- Ties to a netlink socket. All client requests
  will re-use same socket. Socket released at
  handle deletion.
- Also network namespace can be specified during
  handle creation. Socket will be opened on the
  specified network namespace.

Signed-off-by: Alessandro Boch <aboch@docker.com>
2016-05-08 11:35:49 -07:00
..
addr_linux.go gofmt: style violations have crept up 2014-10-28 17:22:52 -07:00
addr_linux_test.go Move all low level calls into nl subpackage 2014-09-18 19:04:48 -07:00
link_linux.go add SetVfHardwareAddr and SetVfVlan to link 2016-02-15 14:31:32 -08:00
link_linux_test.go add SetVfHardwareAddr and SetVfVlan to link 2016-02-15 14:31:32 -08:00
nl_linux.go Provide netlink handle (#104) 2016-05-08 11:35:49 -07:00
nl_linux_test.go Move all low level calls into nl subpackage 2014-09-18 19:04:48 -07:00
route_linux.go fix formatting 2015-07-27 23:58:44 -07:00
route_linux_test.go Move all low level calls into nl subpackage 2014-09-18 19:04:48 -07:00
syscall.go Support Rule tun id 2015-12-09 14:14:24 +01:00
tc_linux.go Add some missing tc act flags and structs 2016-02-26 15:08:04 -08:00
tc_linux_test.go Add TestTcHtbCoptDeserializeSerialize 2015-09-11 17:32:54 -07:00
xfrm_linux.go Add Mark field to xrfm state and policy (#110) 2016-04-30 20:31:59 -07:00
xfrm_linux_test.go Move all low level calls into nl subpackage 2014-09-18 19:04:48 -07:00
xfrm_policy_linux.go gofmt: style violations have crept up 2014-10-28 17:22:52 -07:00
xfrm_policy_linux_test.go Move all low level calls into nl subpackage 2014-09-18 19:04:48 -07:00
xfrm_state_linux.go gofmt: style violations have crept up 2014-10-28 17:22:52 -07:00
xfrm_state_linux_test.go Add Mark field to xrfm state and policy (#110) 2016-04-30 20:31:59 -07:00