Merge pull request #8149 from Burning1020/sb-netns
sandbox: create sandbox with network namespace path
This commit is contained in:
@@ -869,6 +869,13 @@ file {
|
||||
type_name: ".google.protobuf.Any"
|
||||
json_name: "options"
|
||||
}
|
||||
field {
|
||||
name: "netns_path"
|
||||
number: 5
|
||||
label: LABEL_OPTIONAL
|
||||
type: TYPE_STRING
|
||||
json_name: "netnsPath"
|
||||
}
|
||||
}
|
||||
message_type {
|
||||
name: "CreateSandboxResponse"
|
||||
@@ -5013,6 +5020,13 @@ file {
|
||||
type_name: ".google.protobuf.Any"
|
||||
json_name: "options"
|
||||
}
|
||||
field {
|
||||
name: "netns_path"
|
||||
number: 4
|
||||
label: LABEL_OPTIONAL
|
||||
type: TYPE_STRING
|
||||
json_name: "netnsPath"
|
||||
}
|
||||
}
|
||||
message_type {
|
||||
name: "ControllerCreateResponse"
|
||||
|
||||
Reference in New Issue
Block a user