Commit 5093530
committed
Add a NetNS (network namespace) parameter to the CreateVM request
The current NetNS (network namespace) parameter nested in the JailerConfig
parameter requires specifying the entire jailer configuration, which is not
convenient. It is also not compatible with using a noop jailer.
To overcome this limitation, add a new NetNS parameter to the CreateVM
request.
Signed-off-by: Georgiy Lebedev <lebedev.gk@phystech.edu>1 parent 2a60b1c commit 5093530
3 files changed
+77
-62
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
44 | 47 | | |
45 | 48 | | |
46 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
985 | 985 | | |
986 | 986 | | |
987 | 987 | | |
| 988 | + | |
| 989 | + | |
988 | 990 | | |
989 | 991 | | |
990 | 992 | | |
| |||
0 commit comments