This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
moby--moby
Watch
1
Star
0
Fork
You've already forked moby--moby
0
mirror of
https://github.com/moby/moby.git
synced
2022-11-09 12:21:53 -05:00
Code
Releases
Activity
791d88b853
moby--moby
/
vendor
/
github.com
/
vishvananda
/
netns
/
netns_linux_arm.go
8 lines
63 B
Go
Raw
Normal View
History
Unescape
Escape
libnetwork: Add garbage collection trigger When the daemon is going down trigger immediate garbage collection of libnetwork resources deleted like namespace path since there will be no way to remove them when the daemon restarts. Signed-off-by: Jana Radhakrishnan <mrjana@docker.com>
2015-06-05 18:02:56 -04:00
// +build linux,arm
Vendoring in libnetwork, netns, netlink Signed-off-by: Jana Radhakrishnan <mrjana@docker.com>
2015-05-06 20:09:12 -04:00
package
netns
const
(
Vendoring libnetwork Vendoring libnetwork commit: 8fb0a8bc9e3166216ca3da2d0bb15332f6685745 - Fixes breakage in k/v store handling logic in experimental - Adds back all the fixes that went in 1.7.1 to master - Change VXLAN port in overlay driver to IANA assigned port Signed-off-by: Jana Radhakrishnan <mrjana@docker.com>
2015-07-06 03:14:20 -04:00
SYS_SETNS
=
375
Vendoring in libnetwork, netns, netlink Signed-off-by: Jana Radhakrishnan <mrjana@docker.com>
2015-05-06 20:09:12 -04:00
)
Copy permalink