Commit 57ac852
committed
Add a network namespace parameter to the CreateVM request
The current network namespace parameter nested in the JailerConfig
parameter requires specifying the entire jailer configuration, which is not
convenient and doesn't allow using the noop jailer with a network
namespace.
To overcome this limitation, add a new NetNS parameter to the CreateVM
request.
See also a similar change in firecracker-microvm/firecracker-go-sdk#155.
Signed-off-by: Georgiy Lebedev <[email protected]>1 parent 2a60b1c commit 57ac852
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