mirror of
https://repo.or.cz/socat.git
synced 2025-07-11 22:23:24 +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
5
socat.c
5
socat.c
|
@ -610,6 +610,11 @@ void socat_version(FILE *fd) {
|
|||
#else
|
||||
fputs(" #undef WITH_VSOCK\n", fd);
|
||||
#endif
|
||||
#ifdef WITH_NAMESPACES
|
||||
fprintf(fd, " #define WITH_NAMESPACES %d\n", WITH_NAMESPACES);
|
||||
#else
|
||||
fputs(" #undef WITH_NAMESPACES\n", fd);
|
||||
#endif
|
||||
#ifdef WITH_PROXY
|
||||
fprintf(fd, " #define WITH_PROXY %d\n", WITH_PROXY);
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue