Skip to content

Commit 173b9d5

Browse files
committed
Adding netns to proto definition
This adds the netns to the proto definition along with regenerating the proto models Signed-off-by: xibz <[email protected]>
1 parent 38742ee commit 173b9d5

File tree

4 files changed

+160
-155
lines changed

4 files changed

+160
-155
lines changed

proto/events.pb.go

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

proto/firecracker.pb.go

Lines changed: 60 additions & 52 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

proto/firecracker.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,5 @@ message SetVMMetadataRequest {
5959
}
6060

6161
message JailerConfig {
62+
string NetworkNamespace = 1;
6263
}

0 commit comments

Comments
 (0)