add basic support for jail network namespaces
[project/netifd.git] / system.h
index 61c404674cd23832c0bd1f4d535b455c3b494950..fe4497ec469b945d30a652c8fe92a193f2b4b65d 100644 (file)
--- a/system.h
+++ b/system.h
@@ -243,4 +243,8 @@ void system_fd_set_cloexec(int fd);
 
 int system_update_ipv6_mtu(struct device *dev, int mtu);
 
+int system_link_netns_move(const char *ifname, const pid_t target_ns);
+int system_netns_open(const pid_t target_ns);
+int system_netns_set(int netns_fd);
+
 #endif