return 1;
}
/* mount sysfs to pick up the new network namespace */
if (mount("sysfs", "/sys", "sysfs", MS_MGC_VAL, NULL) == -1) {
if (mount("sysfs", "/sys", "sysfs", MS_SLAVE|MS_REC, NULL) == -1) {
perror("mount");