mirror of
https://repo.or.cz/socat.git
synced 2025-07-09 13:46:33 +00:00
New option netns for network namespace setting
This commit is contained in:
parent
c82e3df210
commit
f152c55584
26 changed files with 686 additions and 119 deletions
|
@ -53,7 +53,7 @@ void dummy(void) {
|
|||
if (Ioctl(fd, I_PUSH, opt->value.u_string) < 0) {
|
||||
Warn3("ioctl(%d, I_PUSH, \"%s\"): %s",
|
||||
fd, opt->value.u_string, strerror(errno));
|
||||
opt->desc = ODESC_ERROR; ++opt; continue;
|
||||
return -1;
|
||||
}
|
||||
#endif
|
||||
#if 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue